- 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.
- distance(String, Range, Range...) - Method in class io.orchestrate.client.Aggregate
-
Adds a distance aggregate to the query for the given field name.
- DistanceAggregateResult - Class in io.orchestrate.client
-
This class represents the results of a DistanceAggregate function.
- 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(String) - Method in class io.orchestrate.client.CollectionSearchResource
-
Send the search request to Orchestrate, without deserializing the Values.
- 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.
- get(Class<T>) - Method in class io.orchestrate.client.SingleEventResource
-
Fetch the single Event instance.
- getAggregateKind() - Method in class io.orchestrate.client.AggregateResult
-
Returns the kind of aggregate represented in this result.
- getAggregates() - Method in class io.orchestrate.client.SearchResults
-
Returns the aggregate results associated with these search results.
- getAsync() - Method in class io.orchestrate.client.OrchestrateRequest
-
- getBucket() - Method in class io.orchestrate.client.TimeSeriesBucket
-
- getBuckets() - Method in class io.orchestrate.client.DistanceAggregateResult
-
Returns a list of RangeBuckets representing the number of geo-point field values
found within each distance interval from the central anchor point designated in
the accompanying distance query (inside the mandatory NEAR clause).
- getBuckets() - Method in class io.orchestrate.client.RangeAggregateResult
-
Returns a list of RangeBuckets representing the number of numeric field values
found within each interval.
- getBuckets() - Method in class io.orchestrate.client.TimeSeriesAggregateResult
-
Returns a list of TimeSeriesBuckets representing the number of field values
found within each time interval.
- getCollection() - Method in interface io.orchestrate.client.KvMetadata
-
Returns the collection this metadata belongs to.
- getCollection() - Method in class io.orchestrate.client.KvObject
-
- getCount() - Method in class io.orchestrate.client.CountedValue
-
Returns the number of times this value occurred within the context of
the current top-values aggregate.
- getCount() - Method in class io.orchestrate.client.KvList
-
Returns the number of KV objects in the results.
- getCount() - Method in class io.orchestrate.client.RangeBucket
-
Returns the number of field values falling within the bounds of
this numeric range, in the context of a RangeAggregateResult or
DistanceAggregateResult.
- getCount() - Method in class io.orchestrate.client.SearchResults
-
Returns the number of search results.
- getCount() - Method in class io.orchestrate.client.TimeSeriesBucket
-
- getDetails() - Method in exception io.orchestrate.client.RequestException
-
If the error from Orchestrate includes a details map, it will be exposed here.
- getDistance() - Method in class io.orchestrate.client.Result
-
The distance from the geo coordinate in the query of this search result.
- getEntries() - Method in class io.orchestrate.client.TopValuesAggregateResult
-
Returns the paged list of entries for this top-values aggregate, with paging
corresponding to the offset and limit parameters of the original request.
- getEventObject() - Method in class io.orchestrate.client.Result
-
Get the result kvObject as an Event.
- getEvents() - Method in class io.orchestrate.client.EventList
-
Returns the event objects from the response.
- getFieldName() - Method in class io.orchestrate.client.AggregateResult
-
Returns the fully-qualified name of the field used by this aggregate.
- getFrom() - Method in class io.orchestrate.client.jsonpatch.JsonPatchOp
-
- getInfo() - Method in exception io.orchestrate.client.RequestException
-
'info' is a commonly included detail for Orchestrate errors.
- getInterval() - Method in class io.orchestrate.client.TimeSeriesAggregateResult
-
Returns bucketing interval for this TimeSeries.
- getKey() - Method in interface io.orchestrate.client.KvMetadata
-
Returns the key of this metadata.
- getKey() - Method in class io.orchestrate.client.KvObject
-
- getKvObject() - Method in class io.orchestrate.client.Result
-
Returns the KV object for this search result.
- getLimit() - Method in class io.orchestrate.client.TopValuesAggregateResult
-
Returns the limit parameter for this top-values aggregate, as designated in the
original request.
- getLocator() - Method in exception io.orchestrate.client.RequestException
-
The locator code in the response, if present.
- getMax() - Method in class io.orchestrate.client.Range
-
- getMax() - Method in class io.orchestrate.client.StatsAggregateResult
-
Returns the maximum value of all numerical values included in this aggregate
- getMean() - Method in class io.orchestrate.client.StatsAggregateResult
-
Returns the average value of all numerical values included in this aggregate
- getMin() - Method in class io.orchestrate.client.Range
-
- getMin() - Method in class io.orchestrate.client.StatsAggregateResult
-
Returns the minimum value of all numerical values included in this aggregate
- 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.
- getOffset() - Method in class io.orchestrate.client.TopValuesAggregateResult
-
Returns the offset parameter for this top-values aggregate, as designated in the
original request.
- getOp() - Method in class io.orchestrate.client.jsonpatch.JsonPatchOp
-
- getOp() - Method in exception io.orchestrate.client.PatchConflictException
-
The operation that failed, if provided in the response.
- getOpIndex() - Method in exception io.orchestrate.client.PatchConflictException
-
The index of the operation that failed if provided in the response.
- getOps() - Method in class io.orchestrate.client.jsonpatch.JsonPatch
-
- getOrdinal() - Method in class io.orchestrate.client.Event
-
- getOrdinal() - Method in interface io.orchestrate.client.EventMetadata
-
Returns the ordinal of this event.
- getPath() - Method in class io.orchestrate.client.jsonpatch.JsonPatchOp
-
- getRawResponse() - Method in exception io.orchestrate.client.RequestException
-
Returns the raw response body that the Orc service returned.
- getRawValue() - Method in class io.orchestrate.client.KvObject
-
Returns the raw JSON value of this KV object.
- getRef() - Method in interface io.orchestrate.client.KvMetadata
-
Returns the reference (i.e.
- getRef() - Method in class io.orchestrate.client.KvObject
-
- 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.
- getStdDev() - Method in class io.orchestrate.client.StatsAggregateResult
-
Returns the standard deviation of all numerical values included in this aggregate
- getSum() - Method in class io.orchestrate.client.StatsAggregateResult
-
Returns the sum of all numerical values included in this aggregate
- getSumOfSquares() - Method in class io.orchestrate.client.StatsAggregateResult
-
Returns the sum of squares for all numerical values included in this aggregate
- getTimestamp() - Method in class io.orchestrate.client.Event
-
- getTimestamp() - Method in interface io.orchestrate.client.EventMetadata
-
Returns the timestamp of this event.
- getTimeZone() - Method in class io.orchestrate.client.TimeSeriesAggregateResult
-
Returns the time-zone offset string for this TimeSeries
- getTotalCount() - Method in class io.orchestrate.client.SearchResults
-
Returns the total count of search results.
- getType() - Method in class io.orchestrate.client.Event
-
- getType() - Method in interface io.orchestrate.client.EventMetadata
-
Returns the type of this event.
- getValue() - Method in class io.orchestrate.client.CountedValue
-
Returns the value of this item.
- getValue() - Method in class io.orchestrate.client.jsonpatch.JsonPatchOp
-
- getValue() - Method in class io.orchestrate.client.KvObject
-
Returns the value of this KV object.
- getValue(Class<T>) - Method in class io.orchestrate.client.KvObject
-
Returns the value of this KV object, mapped to the provided Class.
- getValueCount() - Method in class io.orchestrate.client.AggregateResult
-
Returns the total number of database field values included in this aggregate.
- getVariance() - Method in class io.orchestrate.client.StatsAggregateResult
-
Returns the variance of all numerical values included in this aggregate
- 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.
- SingleEventResource - Class in io.orchestrate.client
-
The resource for interacting with an individual Event instance.
- 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 (non-inclusive) of the key range to paginate from including the specified value
if it exists.
- startKey(String, boolean) - Method in class io.orchestrate.client.KvListResource
-
The start of the key range to paginate from including the specified value
if it exists.
- stats(String) - Method in class io.orchestrate.client.Aggregate
-
Adds a statistical aggregate to the query for the given field name
- StatsAggregateResult - Class in io.orchestrate.client
-
This class represents the results of a StatsAggregate function, providing
the minimum, maximum, mean, sum, sum-of-squares, variance, and standard
deviation for all numeric field values of the designated database field.
- stopKey(String) - Method in class io.orchestrate.client.KvListResource
-
The end (non-inclusive) of the key range to paginate from including the specified value
if it exists.
- stopKey(String, boolean) - Method in class io.orchestrate.client.KvListResource
-
The end of the key range to paginate from including the specified value
if it exists.