Modifier and Type | Method and Description |
---|---|
GeoRegionGroup |
get(String groupName)
Retrieves information about the specified geo region group
|
com.google.common.collect.FluentIterable<String> |
list()
Lists all geo region group names.
|
@Named(value="ListGeoRegionGroupNames") @GET com.google.common.collect.FluentIterable<String> list() throws DynECTExceptions.JobStillRunningException
DynECTExceptions.JobStillRunningException
- if a different job in the session is still running@Named(value="GetGeoRegionGroup") @GET @Path(value="/{groupName}") @Nullable GeoRegionGroup get(@PathParam(value="groupName") String groupName) throws DynECTExceptions.JobStillRunningException
groupName
- name of the group to get information about. ex
api-prod
DynECTExceptions.JobStillRunningException
- if a different job in the session is still runningCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.