Class SegmentedStreamTableList<T>

java.lang.Object
org.apache.sysds.runtime.ooc.cache.collections.SegmentedStreamTableList<T>

public class SegmentedStreamTableList<T> extends Object
  • Constructor Details

    • SegmentedStreamTableList

      public SegmentedStreamTableList()
    • SegmentedStreamTableList

      public SegmentedStreamTableList(int segmentSize)
    • SegmentedStreamTableList

      public SegmentedStreamTableList(int segmentSize, int streamPartitionSize)
  • Method Details