See: Description
| Interface | Description |
|---|---|
| Client |
A client used to read and write data to the Orchestrate.io service.
|
| EventMetadata | |
| KvMetadata |
A container for metadata about a KV object.
|
| ResponseListener<T> |
The listener for receiving responses for HTTP requests.
|
| Class | Description |
|---|---|
| Aggregate |
This is a convenience class that helps build syntactically correct
aggregate function clauses that can be added to a search query.
|
| AggregateResult |
This abstract class represents the result of an arbitrary aggregate function.
|
| CollectionSearchResource |
The resource for the collection search features in the Orchestrate API.
|
| CountedValue |
This class represents a value in a top-values aggregate, coupled with a count
of how many times that value occurred within the context of the aggregate.
|
| DistanceAggregateResult |
This class represents the results of a DistanceAggregate function.
|
| Event<T> |
A container for the event and its associated KV data.
|
| EventList<T> |
A container for event objects.
|
| EventResource |
The resource for the event features in the Orchestrate API.
|
| JacksonMapper |
A utility object to configure a Jackson JSON
ObjectMapper. |
| JacksonMapper.Builder |
Builder used to create
JacksonMapper instances. |
| KvList<T> |
A container for the KV objects with results.
|
| KvListResource |
The resource for the KV list features in the Orchestrate API.
|
| KvObject<T> |
A container for a KV object.
|
| KvResource |
The resource for the KV features in the Orchestrate API.
|
| OrchestrateClient |
The client used to read and write data to the Orchestrate service.
|
| OrchestrateClient.Builder |
Builder used to create
Client instances. |
| OrchestrateRequest<T> | |
| Preconditions |
A helper class to handle precondition checking in method calls.
|
| Range |
This class represents numeric ranges, with minimum and maximum points,
that can be used to build Range or Distance aggregates.
|
| RangeAggregateResult |
This class represents the results of a RangeAggregate function.
|
| RangeBucket |
This class represents a numeric range, with an associated count value,
used to represent the results of a RangeAggregate or DistanceAggregate.
|
| RelationList<T> |
A container for relation objects.
|
| RelationResource |
The resource for the relation features in the Orchestrate API.
|
| ResponseAdapter<T> |
An abstract adapter class for receiving client responses.
|
| Result<T> |
A container for the search result and its associated KV data.
|
| SearchResults<T> |
A container for the results from a search query.
|
| SingleEventResource |
The resource for interacting with an individual Event instance.
|
| StatsAggregateResult |
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.
|
| TimeSeriesAggregateResult |
This class represents the results of a TimeSeriesAggregate function.
|
| TimeSeriesBucket | |
| TopValuesAggregateResult |
This class represents the results of a TopValuesAggregate function, providing
the minimum, maximum, mean, sum, sum-of-squares, variance, and standard
deviation for all numeric field values of the designated database field.
|
| Enum | Description |
|---|---|
| TimeInterval |
This enum represents the different time intervals that are
available for time-series aggregate functions.
|
| Exception | Description |
|---|---|
| ApiBadRequestException | |
| ClientException |
An object that represents a failure to send a request from the
Client. |
| InvalidApiKeyException |
The InvalidApiKeyException is thrown on any client request when the
Orchestrate Api Key is invalid.
|
| ItemAlreadyPresentException | |
| ItemVersionMismatchException | |
| PatchConflictException | |
| RequestException |
An object that stores information about a failed
Client request. |
| TestOpApplyException |
A User Guide for the client can be found at: http://java.orchestrate.io/