Uses of Class
org.apache.orc.impl.BufferChunk
Packages that use BufferChunk
-
Uses of BufferChunk in org.apache.orc.impl
Methods in org.apache.orc.impl that return BufferChunkModifier 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.Methods in org.apache.orc.impl with parameters of type BufferChunkConstructors in org.apache.orc.impl with parameters of type BufferChunkModifierConstructorDescriptionOrcTail
(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
Fields in org.apache.orc.impl.reader declared as BufferChunkConstructors in org.apache.orc.impl.reader with parameters of type BufferChunkModifierConstructorDescriptionReaderEncryption
(OrcProto.Footer footer, TypeDescription schema, long stripeStatisticsOffset, BufferChunk serializedTail, List<StripeInformation> stripes, KeyProvider provider, Configuration conf)