Class HadoopPartition

  • All Implemented Interfaces:
    cz.o2.proxima.core.storage.Partition, java.io.Serializable, java.lang.Comparable<cz.o2.proxima.core.storage.Partition>

    public class HadoopPartition
    extends cz.o2.proxima.direct.core.batch.BoundedPartition
    Partition of files in HDFS.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface cz.o2.proxima.core.storage.Partition

        cz.o2.proxima.core.storage.Partition.IntegerPartition
    • Constructor Summary

      Constructors 
      Constructor Description
      HadoopPartition​(int id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(cz.o2.proxima.direct.io.hadoop.HadoopPath path)  
      long size()  
      • Methods inherited from class cz.o2.proxima.direct.core.batch.BoundedPartition

        getId, isBounded, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface cz.o2.proxima.core.storage.Partition

        compareTo, getMaxTimestamp, getMinTimestamp, isSplittable, split
    • Constructor Detail

      • HadoopPartition

        public HadoopPartition​(int id)
    • Method Detail

      • add

        public void add​(cz.o2.proxima.direct.io.hadoop.HadoopPath path)
      • size

        public long size()
        Specified by:
        size in interface cz.o2.proxima.core.storage.Partition
        Overrides:
        size in class cz.o2.proxima.direct.core.batch.BoundedPartition