| Package | Description |
|---|---|
| io.atomix.primitive |
Atomix primitives.
|
| io.atomix.primitive.partition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrimitiveClient<P extends PrimitiveProtocol>
Primitive client.
|
static class |
PrimitiveProtocol.Builder<P extends PrimitiveProtocol>
Primitive protocol.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveProtocol |
DistributedPrimitiveBuilder.protocol()
Returns the primitive protocol.
|
| Modifier and Type | Method and Description |
|---|---|
B |
DistributedPrimitiveBuilder.withProtocol(PrimitiveProtocol protocol)
Sets the primitive protocol.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Partition<P extends PrimitiveProtocol>
Atomix partition.
|
| Modifier and Type | Method and Description |
|---|---|
default PartitionGroup |
PartitionService.getPartitionGroup(PrimitiveProtocol protocol)
Returns the first partition group that matches the given primitive protocol.
|
Copyright © 2013–2018. All rights reserved.