Uses of Interface
io.atomix.primitive.protocol.LogProtocol
| Package | Description |
|---|---|
| io.atomix.primitive.log | |
| io.atomix.primitive.protocol |
Provides classes and interfaces for defining and managing primitive protocols.
|
-
Uses of LogProtocol in io.atomix.primitive.log
Methods in io.atomix.primitive.log that return LogProtocol Modifier and Type Method Description LogProtocolLogClient. protocol()Returns the client log protocol. -
Uses of LogProtocol in io.atomix.primitive.protocol
Methods in io.atomix.primitive.protocol with parameters of type LogProtocol Modifier and Type Method Description BLogCompatibleBuilder. withProtocol(LogProtocol protocol)Configures the builder with a log replication protocol.