Uses of Class
io.atomix.primitive.PrimitiveId
| Package | Description |
|---|---|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
-
Uses of PrimitiveId in io.atomix.primitive
Methods in io.atomix.primitive that return PrimitiveId Modifier and Type Method Description static PrimitiveIdPrimitiveId. from(long id)Creates a snapshot ID from the given number.static PrimitiveIdPrimitiveId. from(String id)Creates a snapshot ID from the given string. -
Uses of PrimitiveId in io.atomix.primitive.service
Methods in io.atomix.primitive.service that return PrimitiveId Modifier and Type Method Description PrimitiveIdServiceContext. serviceId()Returns the state machine identifier.