Uses of Package
io.atomix.primitive
| Package | Description |
|---|---|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| io.atomix.primitive.config |
Primitive instance configuration store.
|
| io.atomix.primitive.log | |
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| io.atomix.primitive.protocol |
Provides classes and interfaces for defining and managing primitive protocols.
|
| io.atomix.primitive.protocol.counter |
Interfaces for counter-compatible gossip protocols and delegates.
|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
| io.atomix.primitive.protocol.value |
Interfaces for value-compatible gossip protocols and delegates.
|
| io.atomix.primitive.proxy |
Provides interfaces for operating on primitive services via Java proxies.
|
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
| io.atomix.primitive.session |
Provides classes and interfaces for managing primitive sessions.
|
-
Classes in io.atomix.primitive used by io.atomix.primitive Class Description AsyncPrimitive Asynchronous primitive.Consistency Primitive consistency model.DistributedPrimitive Interface for all distributed primitives.Ordering Describes the order of a primitive data structure.PrimitiveBuilder Abstract builder for distributed primitives.PrimitiveCache Atomix primitive cache.PrimitiveException Top level exception for Store failures.PrimitiveId Snapshot identifier.PrimitiveInfo Distributed primitive info.PrimitiveManagementService Primitive management service.PrimitiveRegistry Primitive registry.PrimitiveState State of distributed primitive.PrimitiveType Primitive type.PrimitiveTypeRegistry Primitive registry.Recovery Primitive session recovery strategy.Replication Replication strategy.SyncPrimitive Synchronous primitive. -
Classes in io.atomix.primitive used by io.atomix.primitive.config Class Description PrimitiveType Primitive type. -
Classes in io.atomix.primitive used by io.atomix.primitive.log Class Description PrimitiveState State of distributed primitive. -
Classes in io.atomix.primitive used by io.atomix.primitive.partition Class Description PrimitiveType Primitive type.PrimitiveTypeRegistry Primitive registry. -
Classes in io.atomix.primitive used by io.atomix.primitive.protocol Class Description PrimitiveType Primitive type. -
Classes in io.atomix.primitive used by io.atomix.primitive.protocol.counter Class Description PrimitiveManagementService Primitive management service. -
Classes in io.atomix.primitive used by io.atomix.primitive.protocol.map Class Description PrimitiveManagementService Primitive management service. -
Classes in io.atomix.primitive used by io.atomix.primitive.protocol.set Class Description PrimitiveManagementService Primitive management service. -
Classes in io.atomix.primitive used by io.atomix.primitive.protocol.value Class Description PrimitiveManagementService Primitive management service. -
Classes in io.atomix.primitive used by io.atomix.primitive.proxy Class Description PrimitiveState State of distributed primitive.PrimitiveType Primitive type. -
Classes in io.atomix.primitive used by io.atomix.primitive.service Class Description PrimitiveId Snapshot identifier.PrimitiveType Primitive type. -
Classes in io.atomix.primitive used by io.atomix.primitive.session Class Description PrimitiveState State of distributed primitive.PrimitiveType Primitive type.