Class BufferChunkList

java.lang.Object
org.apache.orc.impl.BufferChunkList

public class BufferChunkList extends Object
Builds a list of buffer chunks
  • Constructor Details

    • BufferChunkList

      public BufferChunkList()
  • Method Details

    • add

      public void add(BufferChunk value)
    • get

      public BufferChunk get()
    • get

      public BufferChunk get(int chunk)
      Get the nth element of the list
      Parameters:
      chunk - the element number to get from 0
      Returns:
      the given element number
    • clear

      public void clear()