Interface PartitionNode

    • Method Detail

      • joinGroup

        int joinGroup()
        Returns:
        Join group for the given node.
      • cacheName

        String cacheName()
        Returns:
        First met cache name of an any PartitionSingleNode during PartitionNode tree traversal. This method is intended to be used within the Jdbc thin client.
      • optimize

        default PartitionNode optimize()
        Try optimizing partition nodes into a simpler form.
        Returns:
        Optimized node or this if optimization failed.