Class TimedDataPartition


  • public class TimedDataPartition
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TimedDataPartition​(long timestamp, long count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCount()  
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimedDataPartition

        public TimedDataPartition​(long timestamp,
                                  long count)
    • Method Detail

      • getTimestamp

        public long getTimestamp()
      • getCount

        public long getCount()