public interface DynECTApi extends Closeable
| Modifier and Type | Method and Description |
|---|---|
GeoRegionGroupApi |
getGeoRegionGroupApiForService(String serviceName)
Provides access to Geo region group features
|
GeoServiceApi |
getGeoServiceApi()
Provides access to Geo features.
|
Job |
getJob(long jobId)
returns the current status of a job.
|
RecordApi |
getRecordApiForZone(String zone)
Provides access to Record features
|
SessionApi |
getSessionApi()
Provides access to Session features.
|
ZoneApi |
getZoneApi()
Provides access to Zone features.
|
@Named(value="GetJob")
@GET
@Path(value="/Job/{jobId}")
@Consumes(value="application/json")
@Nullable
Job getJob(@PathParam(value="jobId")
long jobId)
jobId - The ID of the jobSessionApi getSessionApi()
ZoneApi getZoneApi()
RecordApi getRecordApiForZone(@PathParam(value="zone") String zone)
GeoServiceApi getGeoServiceApi()
GeoRegionGroupApi getGeoRegionGroupApiForService(@PathParam(value="serviceName") String serviceName)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.