Interface PartitioningStrategy

    • Method Summary

      Modifier and Type Method Description
      int numberOfLocalIndices()
      Returns the number of local indices created by this strategy.
      Properties[] properties()
      Returns an array of properties, one for each local index, that specify additional information about local indices.
    • Method Detail

      • numberOfLocalIndices

        int numberOfLocalIndices()
        Returns the number of local indices created by this strategy.
        Returns:
        the number of local indices created by this strategy.
      • properties

        Properties[] properties()
        Returns an array of properties, one for each local index, that specify additional information about local indices.
        Returns:
        an array of properties, one for each local index; any element can be null (in that case, the set of properties is assumed to be empty).