Interface ClusterGroupExpression


  • public interface ClusterGroupExpression
    Implement this interface to create an expression that returns a ClusterGroup from the Ignite instance that was passed in.
    • Method Detail

      • getClusterGroup

        org.apache.ignite.cluster.ClusterGroup getClusterGroup​(org.apache.ignite.Ignite ignite)