- 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.
- getAsync() - Method in class io.orchestrate.client.OrchestrateRequest
-
- 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.
- getDistance() - Method in class io.orchestrate.client.Result
-
The distance from the geo coordinate in the query of this search result.
- 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.
- getNext() - Method in class io.orchestrate.client.KvList
-
The URL for the next page of the KV objects.
- getNext() - Method in class io.orchestrate.client.RelationList
-
The URL for the next page of the KV objects.
- getOrdinal() - Method in class io.orchestrate.client.Event
-
Returns the ordinal of this event.
- 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.
- ping() - Method in interface io.orchestrate.client.Client
-
Health check that sends a ping to the Orchestrate service.
- ping(String) - Method in interface io.orchestrate.client.Client
-
Deprecated.
- ping() - Method in class io.orchestrate.client.OrchestrateClient
-
Health check that sends a ping to the Orchestrate service.
- ping(String) - Method in class io.orchestrate.client.OrchestrateClient
-
Deprecated.
- poolSize(int) - Method in class io.orchestrate.client.OrchestrateClient.Builder
-
The initial number of threads to use with the client, defaults to
Runtime.availableProcessors().
- port(int) - Method in class io.orchestrate.client.OrchestrateClient.Builder
-
Set the port for the Orchestrate.io service, defaults to Builder.DEFAULT_PORT.
- postValue(String, Object) - Method in interface io.orchestrate.client.Client
-
Store an object by value in the collection specified to the Orchestrate service
which will auto-generate a key for it.
- postValue(String, Object) - Method in class io.orchestrate.client.OrchestrateClient
-
Store an object by value in the collection specified to the Orchestrate service
which will auto-generate a key for it.
- Preconditions - Class in io.orchestrate.client
-
A helper class to handle precondition checking in method calls.
- Preconditions() - Constructor for class io.orchestrate.client.Preconditions
-
- purge(String) - Method in class io.orchestrate.client.RelationResource
-
Remove a relationship between two objects in the Orchestrate service.
- put(Object) - Method in class io.orchestrate.client.EventResource
-
- put(Object, Long) - Method in class io.orchestrate.client.EventResource
-
Store an event to a key in the Orchestrate service.
- put(Object) - Method in class io.orchestrate.client.KvResource
-
Store an object by key to the Orchestrate service.
- put(String) - Method in class io.orchestrate.client.RelationResource
-
Store a relationship between two objects in the Orchestrate service.
- 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.
- sort(String) - Method in class io.orchestrate.client.CollectionSearchResource
-
Apply sorting to the results in the search query, this will render the
relevancy value in the "score" field for the results to be "0.0".
- 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.