Package io.atomix.primitive.protocol
Interface PrimitiveProtocol
- All Known Subinterfaces:
CounterProtocol,GossipProtocol,LogProtocol,MapProtocol,NavigableMapProtocol,NavigableSetProtocol,ProxyProtocol,SetProtocol,SortedMapProtocol,SortedSetProtocol,ValueProtocol
public interface PrimitiveProtocol
Primitive protocol.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrimitiveProtocol.Type<C extends PrimitiveProtocolConfig<C>>Distributed primitive protocol type. -
Method Summary
Modifier and Type Method Description PrimitiveProtocol.Typetype()Returns the protocol type.
-
Method Details
-
type
PrimitiveProtocol.Type type()Returns the protocol type.- Returns:
- the protocol type
-