Uses of Interface
io.atomix.primitive.protocol.PrimitiveProtocol.Type
| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| io.atomix.primitive.protocol |
Provides classes and interfaces for defining and managing primitive protocols.
|
-
Uses of PrimitiveProtocol.Type in io.atomix.primitive.partition
Methods in io.atomix.primitive.partition that return PrimitiveProtocol.Type Modifier and Type Method Description PrimitiveProtocol.TypePartitionGroup. protocol()Returns the primitive protocol type supported by the partition group.Methods in io.atomix.primitive.partition with parameters of type PrimitiveProtocol.Type Modifier and Type Method Description default PartitionGroupPartitionService. getPartitionGroup(PrimitiveProtocol.Type type)Returns the first partition group that matches the given primitive type. -
Uses of PrimitiveProtocol.Type in io.atomix.primitive.protocol
Methods in io.atomix.primitive.protocol that return PrimitiveProtocol.Type Modifier and Type Method Description PrimitiveProtocol.TypePrimitiveProtocolTypeRegistry. getProtocolType(String type)Returns the protocol type for the given configuration.PrimitiveProtocol.TypePrimitiveProtocol. type()Returns the protocol type.Methods in io.atomix.primitive.protocol that return types with arguments of type PrimitiveProtocol.Type Modifier and Type Method Description Collection<PrimitiveProtocol.Type>PrimitiveProtocolTypeRegistry. getProtocolTypes()Returns the collection of registered protocol types.Methods in io.atomix.primitive.protocol with parameters of type PrimitiveProtocol.Type Modifier and Type Method Description default intPrimitiveProtocol.Type. compareTo(PrimitiveProtocol.Type<C> o)