| Package | Description |
|---|---|
| io.atomix.primitive |
Atomix primitives.
|
| io.atomix.primitive.proxy |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveProxy |
PrimitiveClient.newProxy(String primitiveName,
PrimitiveType primitiveType,
P primitiveProtocol)
Returns a new proxy builder for the given primitive type.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PrimitiveProxy> |
PrimitiveProxy.connect()
Connects the primitive proxy.
|
Copyright © 2013–2018. All rights reserved.