Modifier and Type | Field and Description |
---|---|
static ClusterGroupExpression |
ClusterGroupExpressions.FOR_CLIENTS |
static ClusterGroupExpression |
ClusterGroupExpressions.FOR_DAEMONS |
static ClusterGroupExpression |
ClusterGroupExpressions.FOR_LOCAL |
static ClusterGroupExpression |
ClusterGroupExpressions.FOR_OLDEST |
static ClusterGroupExpression |
ClusterGroupExpressions.FOR_RANDOM |
static ClusterGroupExpression |
ClusterGroupExpressions.FOR_REMOTES |
static ClusterGroupExpression |
ClusterGroupExpressions.FOR_SERVERS |
static ClusterGroupExpression |
ClusterGroupExpressions.FOR_YOUNGEST |
Modifier and Type | Method and Description |
---|---|
ClusterGroupExpression |
IgniteComputeEndpoint.getClusterGroupExpression()
Gets the cluster group expression.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteComputeEndpoint.setClusterGroupExpression(ClusterGroupExpression clusterGroupExpression)
An expression that returns the Cluster Group for the IgniteCompute instance.
|
Modifier and Type | Method and Description |
---|---|
ClusterGroupExpression |
IgniteEventsEndpoint.getClusterGroupExpression()
Gets the cluster group expression.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteEventsEndpoint.setClusterGroupExpression(ClusterGroupExpression clusterGroupExpression)
The cluster group expression.
|
Modifier and Type | Method and Description |
---|---|
ClusterGroupExpression |
IgniteMessagingEndpoint.getClusterGroupExpression()
Gets the cluster group expression.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteMessagingEndpoint.setClusterGroupExpression(ClusterGroupExpression clusterGroupExpression)
The cluster group expression.
|
Apache Camel