Uses of Class
org.apache.orc.impl.BufferChunk
-
Uses of BufferChunk in org.apache.orc.impl
Modifier and TypeMethodDescriptionBufferChunkList.get()
BufferChunkList.get
(int chunk) Get the nth element of the listOrcTail.getTailBuffer()
Gets the buffer chunks that correspond to the stripe statistics, file tail, and post script.ModifierConstructorDescriptionOrcTail
(OrcProto.FileTail fileTail, BufferChunk serializedTail, long fileModificationTime) OrcTail
(OrcProto.FileTail fileTail, BufferChunk serializedTail, long fileModificationTime, Reader reader) -
Uses of BufferChunk in org.apache.orc.impl.reader
ModifierConstructorDescriptionReaderEncryption
(OrcProto.Footer footer, TypeDescription schema, long stripeStatisticsOffset, BufferChunk serializedTail, List<StripeInformation> stripes, KeyProvider provider, Configuration conf)