| Package | Description |
|---|---|
| io.atomix.primitive.proxy |
Provides interfaces for operating on primitive services via Java proxies.
|
| Modifier and Type | Method and Description |
|---|---|
default ProxySession<S> |
ProxyClient.getPartition(Object key)
Returns the partition proxy for the given key.
|
ProxySession<S> |
ProxyClient.getPartition(PartitionId partitionId)
Returns the proxy with the given identifier.
|
default ProxySession<S> |
ProxyClient.getPartition(String key)
Returns the partition proxy for the given key.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ProxySession<S>> |
ProxySession.connect()
Connects the proxy session.
|
Collection<ProxySession<S>> |
ProxyClient.getPartitions()
Returns the collection of all partition proxies.
|
Copyright © 2013–2018. All rights reserved.