- DEFAULT_HOST - Static variable in class io.orchestrate.client.OrchestrateClient.Builder
-
The default host for the Orchestrate.io service.
- DEFAULT_PORT - Static variable in class io.orchestrate.client.OrchestrateClient.Builder
-
The default port for the Orchestrate.io service.
- DEFAULT_TIMEOUT - Static variable in class io.orchestrate.client.OrchestrateRequest
-
The default timeout length for a HTTP request to Orchestrate.
- delete(String) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Delete the object with the specified key.
- delete(String, Iterable<ResponseListener<Boolean>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Delete the object with the specified key and fire the
listeners on the response.
- delete(String, KvMetadata) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Delete the object with the specified key if and only if the ref
from the metadata matches the current stored ref.
- delete(String, KvMetadata, Iterable<ResponseListener<Boolean>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Delete the object with the specified key if and only if the ref
from the metadata matches the current stored ref.
- delete(String, String) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Delete the object with the specified key if and only if the
currentRef matches the current stored ref.
- delete(String, String, Iterable<ResponseListener<Boolean>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Delete the object with the specified key if and only if the
currentRef matches the current stored ref.
- delete(String) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Delete the object with the specified key.
- delete(String, Iterable<ResponseListener<Boolean>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Delete the object with the specified key and fire the
listeners on the response.
- delete(String, KvMetadata) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Delete the object with the specified key if and only if the ref
from the metadata matches the current stored ref.
- delete(String, KvMetadata, Iterable<ResponseListener<Boolean>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Delete the object with the specified key if and only if the ref
from the metadata matches the current stored ref.
- delete(String, String) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Delete the object with the specified key if and only if the
currentRef matches the current stored ref.
- delete(String, String, Iterable<ResponseListener<Boolean>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Delete the object with the specified key if and only if the
currentRef matches the current stored ref.
- delete() - Method in class io.orchestrate.client.KvResource
-
- delete(boolean) - Method in class io.orchestrate.client.KvResource
-
Purge a KV object from a collection in the Orchestrate.io service.
- deleteCollection(String) - Method in interface io.orchestrate.client.Client
-
Delete all KV objects from a collection in the Orchestrate service.
- deleteCollection() - Method in interface io.orchestrate.client.dao.AsyncDao
-
Delete all objects in the collection.
- deleteCollection(Iterable<ResponseListener<Boolean>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Delete all objects in the collection.
- deleteCollection() - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Delete all objects in the collection.
- deleteCollection(Iterable<ResponseListener<Boolean>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Delete all objects in the collection.
- deleteCollection(String) - Method in class io.orchestrate.client.OrchestrateClient
-
Delete all KV objects from a collection in the Orchestrate service.
- disable(DeserializationFeature...) - Method in class io.orchestrate.client.JacksonMapper.Builder
-
Disable the DeserializationFeature(s) in the mapper.
- disable(MapperFeature...) - Method in class io.orchestrate.client.JacksonMapper.Builder
-
Disable the MapperFeature(s) in the mapper.
- disable(SerializationFeature...) - Method in class io.orchestrate.client.JacksonMapper.Builder
-
Disable the SerializationFeature(s) in the mapper.
- disable(JsonGenerator.Feature...) - Method in class io.orchestrate.client.JacksonMapper.Builder
-
Disable the JsonGenerator.Feature(s) in the mapper.
- disable(JsonParser.Feature...) - Method in class io.orchestrate.client.JacksonMapper.Builder
-
Disable the JsonParser.Feature(s) in the mapper.
- findOne(String) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Return the KvObject for the object stored with the specified
key.
- findOne(String, Iterable<ResponseListener<KvObject<T>>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Find the object stored with the specified key and fire the
listeners on the response.
- findOne(String, KvMetadata) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Return the KvObject for the object stored with the specified
key and the version from the metadata.
- findOne(String, KvMetadata, Iterable<ResponseListener<KvObject<T>>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Find the object stored with the specified key and the version
from the metadata and fire the listeners on the response.
- findOne(String, String) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Return the KvObject for the object stored with the specified
key and the version ref.
- findOne(String, String, Iterable<ResponseListener<KvObject<T>>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Find the object stored with the specified key and the version
ref and fire the listeners on the response.
- findOne(String) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Return the KvObject for the object stored with the specified
key.
- findOne(String, Iterable<ResponseListener<KvObject<T>>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Find the object stored with the specified key and fire the
listeners on the response.
- findOne(String, KvMetadata) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Return the KvObject for the object stored with the specified
key and the version from the metadata.
- findOne(String, KvMetadata, Iterable<ResponseListener<KvObject<T>>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Find the object stored with the specified key and the version
from the metadata and fire the listeners on the response.
- findOne(String, String) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Return the KvObject for the object stored with the specified
key and the version ref.
- findOne(String, String, Iterable<ResponseListener<KvObject<T>>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Find the object stored with the specified key and the version
ref and fire the listeners on the response.
- GenericAsyncDao<T> - Class in io.orchestrate.client.dao
-
A generic object for CRUD data access operations.
- GenericAsyncDao(Client, String, Class<T>) - Constructor for class io.orchestrate.client.dao.GenericAsyncDao
-
Create a data access object to store objects of type T to the
specified collection using the client.
- get(Class<T>, String) - Method in class io.orchestrate.client.CollectionSearchResource
-
Retrieve data from the Orchestrate service.
- get(Class<T>) - Method in class io.orchestrate.client.EventResource
-
Fetch events for a key in the Orchestrate service.
- get(Class<T>) - Method in class io.orchestrate.client.KvListResource
-
Fetch a paginated, lexicographically ordered list of items contained in a
collection.
- get(Class<T>) - Method in class io.orchestrate.client.KvResource
-
- get(Class<T>, String) - Method in class io.orchestrate.client.KvResource
-
Fetch an object by key from the Orchestrate service.
- get() - Method in class io.orchestrate.client.OrchestrateRequest
-
- get(long, TimeUnit) - Method in class io.orchestrate.client.OrchestrateRequest
-
- get(Class<T>, String...) - Method in class io.orchestrate.client.RelationResource
-
Fetch objects related to a key in the Orchestrate service.
- getCollection() - Method in class io.orchestrate.client.KvMetadata
-
Returns the collection this metadata belongs to.
- getCount() - Method in class io.orchestrate.client.KvList
-
Returns the number of KV objects in the results.
- getCount() - Method in class io.orchestrate.client.SearchResults
-
Returns the number of search results.
- getEvents() - Method in class io.orchestrate.client.EventList
-
Returns the event objects from the response.
- getKey() - Method in class io.orchestrate.client.KvMetadata
-
Returns the key of this metadata.
- getKvObject() - Method in class io.orchestrate.client.Result
-
Returns the KV object for this search result.
- getMessage() - Method in exception io.orchestrate.client.RequestException
-
Returns the HTTP content from the failed request.
- getNext() - Method in class io.orchestrate.client.KvList
-
The URL for the next page of the KV objects.
- getRawValue() - Method in class io.orchestrate.client.Event
-
Returns the raw JSON value of this event.
- getRawValue() - Method in class io.orchestrate.client.KvObject
-
Returns the raw JSON value of this KV object.
- getRef() - Method in class io.orchestrate.client.KvMetadata
-
Returns the reference (i.e.
- getRelatedObjects() - Method in class io.orchestrate.client.RelationList
-
Returns the related objects from the response.
- getRequestId() - Method in exception io.orchestrate.client.RequestException
-
Returns the HTTP response ID from the failed request.
- getResults() - Method in class io.orchestrate.client.KvList
-
Returns the KV objects for this request.
- getResults() - Method in class io.orchestrate.client.SearchResults
-
Returns the search results for this request.
- getScore() - Method in class io.orchestrate.client.Result
-
Returns the score of this search results.
- getStatusCode() - Method in exception io.orchestrate.client.RequestException
-
Returns the HTTP status code from the failed request.
- getTimestamp() - Method in class io.orchestrate.client.Event
-
Returns the timestamp of this event.
- getTotalCount() - Method in class io.orchestrate.client.SearchResults
-
Returns the total count of search results.
- getValue() - Method in class io.orchestrate.client.Event
-
Returns the KV object for this event.
- getValue() - Method in class io.orchestrate.client.KvObject
-
Returns the value of this KV object.
- save(String, T) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Save the specified value to the key.
- save(String, T, Iterable<ResponseListener<KvMetadata>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Save the specified value to the key and fire the
listeners on the response.
- save(String, T, boolean) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Save the specified value to the key if and only if the
key does not already exist when ifAbsent is true.
- save(String, T, boolean, Iterable<ResponseListener<KvMetadata>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Save the specified value to the key if and only if the
key does not already exist when ifAbsent is true.
- save(String, T, KvMetadata) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Save the specified value to the key if and only if the
ref from the metadata matches the current stored ref.
- save(String, T, KvMetadata, Iterable<ResponseListener<KvMetadata>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Save the specified value to the key if and only if the
ref from the metadata matches the current stored ref.
- save(String, T, String) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Save the specified value to the key if and only if the
currentRef matches the current stored ref.
- save(String, T, String, Iterable<ResponseListener<KvMetadata>>) - Method in interface io.orchestrate.client.dao.AsyncDao
-
Save the specified value to the key if and only if the
currentRef matches the current stored ref.
- save(String, T) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Save the specified value to the key.
- save(String, T, Iterable<ResponseListener<KvMetadata>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Save the specified value to the key and fire the
listeners on the response.
- save(String, T, boolean) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Save the specified value to the key if and only if the
key does not already exist when ifAbsent is true.
- save(String, T, boolean, Iterable<ResponseListener<KvMetadata>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Save the specified value to the key if and only if the
key does not already exist when ifAbsent is true.
- save(String, T, KvMetadata) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Save the specified value to the key if and only if the
ref from the metadata matches the current stored ref.
- save(String, T, KvMetadata, Iterable<ResponseListener<KvMetadata>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Save the specified value to the key if and only if the
ref from the metadata matches the current stored ref.
- save(String, T, String) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Save the specified value to the key if and only if the
currentRef matches the current stored ref.
- save(String, T, String, Iterable<ResponseListener<KvMetadata>>) - Method in class io.orchestrate.client.dao.GenericAsyncDao
-
Save the specified value to the key if and only if the
currentRef matches the current stored ref.
- searchCollection(String) - Method in interface io.orchestrate.client.Client
-
The resource for the collection search features in the Orchestrate API.
- searchCollection(String) - Method in class io.orchestrate.client.OrchestrateClient
-
The resource for the collection search features in the Orchestrate API.
- SearchResults<T> - Class in io.orchestrate.client
-
A container for the results from a search query.
- start(long) - Method in class io.orchestrate.client.EventResource
-
The inclusive start of a time range to query.
- startKey(String) - Method in class io.orchestrate.client.KvListResource
-
The start of the key range to paginate from including the specified value
if it exists.