Uses of Interface
io.atomix.primitive.proxy.ProxySession
| Package | Description |
|---|---|
| io.atomix.primitive.proxy |
Provides interfaces for operating on primitive services via Java proxies.
|
-
Uses of ProxySession in io.atomix.primitive.proxy
Methods in io.atomix.primitive.proxy that return ProxySession Modifier and Type Method Description ProxySession<S>ProxyClient. getPartition(PartitionId partitionId)Returns the proxy with the given identifier.default ProxySession<S>ProxyClient. getPartition(Object key)Returns the partition proxy for the given key.default ProxySession<S>ProxyClient. getPartition(String key)Returns the partition proxy for the given key.Methods in io.atomix.primitive.proxy that return types with arguments of type ProxySession Modifier and Type Method Description CompletableFuture<ProxySession<S>>ProxySession. connect()Connects the proxy session.Collection<ProxySession<S>>ProxyClient. getPartitions()Returns the collection of all partition proxies.