Interface Partition

All Superinterfaces:
Serializable

public interface Partition extends Serializable
Interface which represents a partition reference.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    id()
    Retrieves the identifier of the partition.
  • Method Details

    • id

      long id()
      Retrieves the identifier of the partition. The identifier is only guaranteed to be unique in the context of a table.
      Returns:
      Identifier of the partition.