| Interface | Description |
|---|---|
| AsyncPrimitive |
Asynchronous primitive.
|
| DistributedPrimitive |
Interface for all distributed primitives.
|
| PrimitiveClient<P extends PrimitiveProtocol> |
Primitive client.
|
| PrimitiveManagementService |
Primitive management service.
|
| PrimitiveProtocol |
Primitive protocol.
|
| PrimitiveProtocol.Type |
Primitive protocol type.
|
| PrimitiveType<B extends DistributedPrimitiveBuilder<B,P>,P extends DistributedPrimitive> |
Raft service type.
|
| SyncPrimitive |
Synchronous primitive.
|
| Class | Description |
|---|---|
| DistributedPrimitiveBuilder<B extends DistributedPrimitiveBuilder<B,P>,P extends DistributedPrimitive> |
Abstract builder for distributed primitives.
|
| PrimitiveId |
Snapshot identifier.
|
| PrimitiveProtocol.Builder<P extends PrimitiveProtocol> |
Primitive protocol.
|
| PrimitiveTypeRegistry |
Primitive registry.
|
| Synchronous<T extends AsyncPrimitive> |
DistributedPrimitive that is a synchronous (blocking) version of
another.
|
| Enum | Description |
|---|---|
| Consistency |
Primitive consistency model.
|
| DistributedPrimitive.Status |
Status of distributed primitive.
|
| Ordering |
Describes the order of a primitive data structure.
|
| Persistence |
Persistence level.
|
| Recovery |
Primitive session recovery strategy.
|
| Replication |
Replication strategy.
|
| Exception | Description |
|---|---|
| PrimitiveException |
Top level exception for Store failures.
|
| PrimitiveException.ClosedSession |
Closed session exception.
|
| PrimitiveException.CommandFailure |
Command failure exception.
|
| PrimitiveException.ConcurrentModification |
Store update conflicts with an in flight transaction.
|
| PrimitiveException.Interrupted |
Store operation interrupted.
|
| PrimitiveException.QueryFailure |
Query failure exception.
|
| PrimitiveException.ServiceException |
Primitive service exception.
|
| PrimitiveException.Timeout |
Store operation timeout.
|
| PrimitiveException.Unavailable |
Store is temporarily unavailable.
|
| PrimitiveException.UnknownClient |
Unknown client exception.
|
| PrimitiveException.UnknownService |
Unknown service exception.
|
| PrimitiveException.UnknownSession |
Unknown session exception.
|
Copyright © 2013–2018. All rights reserved.