Package io.atomix.primitive.protocol
Interface LogProtocol
- All Superinterfaces:
PrimitiveProtocol,ProxyProtocol
public interface LogProtocol extends ProxyProtocol
Log replication based primitive protocol.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.atomix.primitive.protocol.PrimitiveProtocol
PrimitiveProtocol.Type<C extends PrimitiveProtocolConfig<C>> -
Method Summary
Modifier and Type Method Description Stringgroup()Returns the protocol partition group name.LogClientnewClient(PartitionService partitionService)Returns a new log client.
-
Method Details
-
group
String group()Returns the protocol partition group name.- Specified by:
groupin interfaceProxyProtocol- Returns:
- the protocol partition group name
-
newClient
Returns a new log client.- Parameters:
partitionService- the partition service- Returns:
- a new log client
-