Uses of Interface
org.apache.camel.component.ignite.ClusterGroupExpression
-
-
Uses of ClusterGroupExpression in org.apache.camel.component.ignite
Fields in org.apache.camel.component.ignite declared as ClusterGroupExpression Modifier and Type Field Description static ClusterGroupExpressionClusterGroupExpressions. FOR_CLIENTSstatic ClusterGroupExpressionClusterGroupExpressions. FOR_DAEMONSstatic ClusterGroupExpressionClusterGroupExpressions. FOR_LOCALstatic ClusterGroupExpressionClusterGroupExpressions. FOR_OLDESTstatic ClusterGroupExpressionClusterGroupExpressions. FOR_RANDOMstatic ClusterGroupExpressionClusterGroupExpressions. FOR_REMOTESstatic ClusterGroupExpressionClusterGroupExpressions. FOR_SERVERSstatic ClusterGroupExpressionClusterGroupExpressions. FOR_YOUNGEST -
Uses of ClusterGroupExpression in org.apache.camel.component.ignite.compute
Methods in org.apache.camel.component.ignite.compute that return ClusterGroupExpression Modifier and Type Method Description ClusterGroupExpressionIgniteComputeEndpoint. getClusterGroupExpression()Gets the cluster group expression.Methods in org.apache.camel.component.ignite.compute with parameters of type ClusterGroupExpression Modifier and Type Method Description voidIgniteComputeEndpoint. setClusterGroupExpression(ClusterGroupExpression clusterGroupExpression)An expression that returns the Cluster Group for the IgniteCompute instance. -
Uses of ClusterGroupExpression in org.apache.camel.component.ignite.events
Methods in org.apache.camel.component.ignite.events that return ClusterGroupExpression Modifier and Type Method Description ClusterGroupExpressionIgniteEventsEndpoint. getClusterGroupExpression()Gets the cluster group expression.Methods in org.apache.camel.component.ignite.events with parameters of type ClusterGroupExpression Modifier and Type Method Description voidIgniteEventsEndpoint. setClusterGroupExpression(ClusterGroupExpression clusterGroupExpression)The cluster group expression. -
Uses of ClusterGroupExpression in org.apache.camel.component.ignite.messaging
Methods in org.apache.camel.component.ignite.messaging that return ClusterGroupExpression Modifier and Type Method Description ClusterGroupExpressionIgniteMessagingEndpoint. getClusterGroupExpression()Gets the cluster group expression.Methods in org.apache.camel.component.ignite.messaging with parameters of type ClusterGroupExpression Modifier and Type Method Description voidIgniteMessagingEndpoint. setClusterGroupExpression(ClusterGroupExpression clusterGroupExpression)The cluster group expression.
-