Class KeyValueTableConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    @Beta
    public class KeyValueTableConfiguration
    extends java.lang.Object
    implements java.io.Serializable
    The configuration of a Key-Value Table.
    See Also:
    Serialized Form
    • Method Detail

      • getPartitionCount

        public int getPartitionCount()
        The number of Partitions for a Key-Value Table. This value cannot be adjusted after the Key-Value Table has been created.
        Returns:
        The number of Partitions for a Key-Value Table.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object