| Package | Description |
|---|---|
| de.aristaflow.adept2.core.registry.cluster |
| Modifier and Type | Field and Description |
|---|---|
protected ClusterInteractionRequest.Operation |
ClusterInteractionRequest.operation
The operation which to perform by the cluster heartbeat.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterInteractionRequest.Operation |
ClusterInteractionRequest.getOperation()
Gets the operation which to perform by the cluster heartbeat.
|
static ClusterInteractionRequest.Operation |
ClusterInteractionRequest.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusterInteractionRequest.Operation[] |
ClusterInteractionRequest.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClusterInteractionRequest(ClusterInteractionRequest.Operation operation)
Creates a new request with the designated operation.
|