Uses of Interface
io.atomix.primitive.log.LogClient
| Package | Description |
|---|---|
| io.atomix.primitive.log | |
| io.atomix.primitive.protocol |
Provides classes and interfaces for defining and managing primitive protocols.
|
-
Uses of LogClient in io.atomix.primitive.log
Methods in io.atomix.primitive.log that return types with arguments of type LogClient Modifier and Type Method Description CompletableFuture<LogClient>LogClient. connect()Connects the log client. -
Uses of LogClient in io.atomix.primitive.protocol
Methods in io.atomix.primitive.protocol that return LogClient Modifier and Type Method Description LogClientLogProtocol. newClient(PartitionService partitionService)Returns a new log client.