Uses of Class
org.apache.orc.impl.OrcTail
Packages that use OrcTail
-
Uses of OrcTail in org.apache.orc
Methods in org.apache.orc that return OrcTailMethods in org.apache.orc with parameters of type OrcTailModifier and TypeMethodDescription -
Uses of OrcTail in org.apache.orc.impl
Fields in org.apache.orc.impl declared as OrcTailMethods in org.apache.orc.impl that return OrcTailModifier and TypeMethodDescriptionstatic OrcTail
ReaderImpl.extractFileTail
(ByteBuffer buffer) Deprecated.static OrcTail
ReaderImpl.extractFileTail
(ByteBuffer buffer, long fileLen, long modificationTime) Deprecated.UseReaderImpl.extractFileTail(FileSystem, Path, long)
instead.protected OrcTail
ReaderImpl.extractFileTail
(FileSystem fs, Path path, long maxFileLength)
ReaderImpl.extractFileTail(FileSystem, Path, long)
instead.