Uses of Class
io.atomix.primitive.PrimitiveInfo
| Package | Description |
|---|---|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
-
Uses of PrimitiveInfo in io.atomix.primitive
Methods in io.atomix.primitive that return PrimitiveInfo Modifier and Type Method Description PrimitiveInfoPrimitiveRegistry. getPrimitive(String name)Returns the info for a single primitive.Methods in io.atomix.primitive that return types with arguments of type PrimitiveInfo Modifier and Type Method Description CompletableFuture<PrimitiveInfo>PrimitiveRegistry. createPrimitive(String name, PrimitiveType type)Creates a new distributed primitive.Collection<PrimitiveInfo>PrimitiveFactory. getPrimitives()Returns a collection of open primitives.Collection<PrimitiveInfo>PrimitiveFactory. getPrimitives(PrimitiveType primitiveType)Returns a collection of open primitives of the given type.Collection<PrimitiveInfo>PrimitiveRegistry. getPrimitives()Returns a collection of open primitives.Collection<PrimitiveInfo>PrimitiveRegistry. getPrimitives(PrimitiveType primitiveType)Returns a collection of open primitives of the given type.