| Package | Description |
|---|---|
| io.atomix.core.barrier |
Distributed barrier primitive.
|
| io.atomix.core.election |
Distributed leader election primitives.
|
| io.atomix.core.list |
Distributed list primitive.
|
| io.atomix.core.map |
Atomic map primitive.
|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| io.atomix.core.multiset |
Distributed multiset primitive.
|
| io.atomix.core.queue |
Distributed queue primitive.
|
| io.atomix.core.semaphore |
Distributed semaphore primitive.
|
| io.atomix.core.set |
Distributed set primitive.
|
| io.atomix.core.tree |
Distributed tree primitive interfaces.
|
| io.atomix.core.workqueue |
Distributed work processing primitives.
|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| io.atomix.utils.serializer |
Provides classes and interfaces for binary serialization.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace |
DistributedCyclicBarrierType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
LeaderElectorType.namespace() |
Namespace |
LeaderElectionType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
DistributedListType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
AtomicNavigableMapType.namespace() |
Namespace |
AtomicMapType.namespace() |
Namespace |
DistributedSortedMapType.namespace() |
Namespace |
AtomicSortedMapType.namespace() |
Namespace |
DistributedMapType.namespace() |
Namespace |
DistributedNavigableMapType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
DistributedMultimapType.namespace() |
Namespace |
AtomicMultimapType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
DistributedMultisetType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
DistributedQueueType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
AtomicSemaphoreType.namespace() |
Namespace |
DistributedSemaphoreType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
DistributedSetType.namespace() |
Namespace |
DistributedNavigableSetType.namespace() |
Namespace |
DistributedSortedSetType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
AtomicDocumentTreeType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
WorkQueueType.namespace() |
| Modifier and Type | Method and Description |
|---|---|
default Namespace |
PrimitiveType.namespace()
Returns the primitive type namespace.
|
| Modifier and Type | Field and Description |
|---|---|
static Namespace |
Namespaces.BASIC |
static Namespace |
Namespace.DEFAULT
Default Kryo namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace |
Namespace.Builder.build()
Builds a
Namespace instance. |
Namespace |
Namespace.Builder.build(String friendlyName)
Builds a
Namespace instance. |
Namespace |
Namespace.populate(int instances)
Populates the Kryo pool.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace.Builder |
Namespace.Builder.register(Namespace ns)
Registers all the class registered to given KryoNamespace.
|
static Serializer |
Serializer.using(Namespace namespace)
Creates a new Serializer instance from a Namespace.
|
Copyright © 2013–2018. All rights reserved.