Uses of Interface
io.atomix.primitive.partition.PartitionService
| Package | Description |
|---|---|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| 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 PartitionService in io.atomix.primitive
Methods in io.atomix.primitive that return PartitionService Modifier and Type Method Description PartitionServicePrimitiveManagementService. getPartitionService()Returns the partition service. -
Uses of PartitionService in io.atomix.primitive.partition
Subinterfaces of PartitionService in io.atomix.primitive.partition Modifier and Type Interface Description interfaceManagedPartitionServiceManaged partition service. -
Uses of PartitionService in io.atomix.primitive.protocol
Methods in io.atomix.primitive.protocol with parameters of type PartitionService Modifier and Type Method Description LogClientLogProtocol. newClient(PartitionService partitionService)Returns a new log client.<S> ProxyClient<S>ProxyProtocol. newProxy(String primitiveName, PrimitiveType primitiveType, Class<S> serviceType, ServiceConfig serviceConfig, PartitionService partitionService)Returns a new primitive proxy for the given partition group.