Class ShowPartResponseWrapper.PartitionInfo

  • Enclosing class:
    ShowPartResponseWrapper

    public static final class ShowPartResponseWrapper.PartitionInfo
    extends java.lang.Object
    Internal-use class to wrap response of showPartitions interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      PartitionInfo​(java.lang.String name, long id, long utcTimestamp)  
    • Constructor Detail

      • PartitionInfo

        public PartitionInfo​(java.lang.String name,
                             long id,
                             long utcTimestamp)
    • Method Detail

      • setInMemoryPercentage

        public void setInMemoryPercentage​(long inMemoryPercentage)
      • toString

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