public final class PersistentUpdateRequest extends Object implements Serializable
| Constructor and Description |
|---|
PersistentUpdateRequest(List<Update> updates)
Creates the PersistentUpdateRequest object.
|
PersistentUpdateRequest(List<Update> updates,
String dbResource)
Creates the PersistentUpdateRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDBResource()
Returns the Database resource name to be used for this request.
|
List<Update> |
getUpdates()
|
public PersistentUpdateRequest(List<Update> updates, String dbResource) throws RoutingException
updates - List of Update containing the list of
PointUpdate, SegmentUpdate and RoadTypeUpdate.dbResource - Sets the Database resource to be used for this request.RoutingException - If something goes wrong while processing the request.public PersistentUpdateRequest(List<Update> updates) throws RoutingException
updates - List of Update containing the list of
PointUpdate, SegmentUpdate and RoadTypeUpdate.RoutingException - If something goes wrong while processing the request.