| Package | Description |
|---|---|
| io.atomix.primitive |
Atomix primitives.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedPrimitiveBuilder<B extends DistributedPrimitiveBuilder<B,P>,P extends DistributedPrimitive>
Abstract builder for distributed primitives.
|
interface |
PrimitiveType<B extends DistributedPrimitiveBuilder<B,P>,P extends DistributedPrimitive>
Raft service type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncPrimitive
Asynchronous primitive.
|
interface |
SyncPrimitive
Synchronous primitive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Synchronous<T extends AsyncPrimitive>
DistributedPrimitive that is a synchronous (blocking) version of
another.
|
Copyright © 2013–2018. All rights reserved.