Uses of Interface
io.atomix.primitive.log.LogSession
| Package | Description |
|---|---|
| io.atomix.primitive.log |
-
Uses of LogSession in io.atomix.primitive.log
Methods in io.atomix.primitive.log that return LogSession Modifier and Type Method Description LogSessionLogClient. getPartition(PartitionId partitionId)Returns the partition with the given identifier.default LogSessionLogClient. getPartition(String key)Returns the partition for the given key.Methods in io.atomix.primitive.log that return types with arguments of type LogSession Modifier and Type Method Description CompletableFuture<LogSession>LogSession. connect()Connects the log session.Collection<LogSession>LogClient. getPartitions()Returns the collection of all partitions.