| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrimitiveInfo> |
Atomix.getPrimitives() |
Collection<PrimitiveInfo> |
PrimitivesService.getPrimitives()
Returns a collection of open primitives.
|
Collection<PrimitiveInfo> |
Atomix.getPrimitives(PrimitiveType primitiveType) |
Collection<PrimitiveInfo> |
PrimitivesService.getPrimitives(PrimitiveType primitiveType)
Returns a collection of open primitives of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveInfo |
PrimitiveRegistry.getPrimitive(String name)
Returns the info for a single primitive.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PrimitiveInfo> |
PrimitiveRegistry.createPrimitive(String name,
PrimitiveType type)
Creates a new distributed primitive.
|
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.
|
Copyright © 2013–2018. All rights reserved.