| Interface | Description |
|---|---|
| ApplicationId |
Application identifier.
|
| ApplicationIdStore |
Manages application IDs.
|
| CoreService |
Service for interacting with the core system of the controller.
|
| GroupId |
Group identifier.
|
| IdBlockStore |
Manages id blocks.
|
| IdGenerator |
A generalized interface for ID generation
IdGenerator.getNewId() generates a globally unique ID instance on
each invocation. |
| MetricsHelper |
Collection of utility methods used for providing Metrics.
|
| Class | Description |
|---|---|
| DefaultApplicationId |
Application identifier.
|
| DefaultGroupId |
Default implementation of
GroupId. |
| IdBlock |
A class representing an ID space.
|
| Version |
Representation of the product version.
|
| Exception | Description |
|---|---|
| UnavailableIdException |
Represents that there is no available IDs.
|
Copyright © 2015. All rights reserved.