Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

allocate(int) - Method in interface org.apache.parquet.bytes.ByteBufferAllocator
 
allocate(int) - Method in class org.apache.parquet.bytes.DirectByteBufferAllocator
 
allocate(int) - Method in class org.apache.parquet.bytes.HeapByteBufferAllocator
 
allocate(int) - Method in class org.apache.parquet.bytes.ReusingByteBufferAllocator
allocate(int) - Method in class org.apache.parquet.bytes.TrackingByteBufferAllocator
 
appBuildHash - Variable in class org.apache.parquet.VersionParser.ParsedVersion
 
application - Variable in class org.apache.parquet.VersionParser.ParsedVersion
 
asStatic() - Method in class org.apache.parquet.util.DynMethods.UnboundMethod
Returns this method as a StaticMethod.
AutoCloseables - Class in org.apache.parquet.util
Utility class to handle AutoCloseable objects.
AutoCloseables.ParquetCloseResourceException - Exception in org.apache.parquet.util
 
available() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
available() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 

B

bind(Object) - Method in class org.apache.parquet.util.DynConstructors.Ctor
 
bind(Object) - Method in class org.apache.parquet.util.DynMethods.UnboundMethod
Returns this method as a BoundMethod for the given receiver.
booleanToBytes(boolean) - Static method in class org.apache.parquet.bytes.BytesUtils
 
build() - Method in class org.apache.parquet.util.DynConstructors.Builder
 
build() - Method in class org.apache.parquet.util.DynMethods.Builder
Returns the first valid implementation as a UnboundMethod or throws a RuntimeError if there is none.
build(Object) - Method in class org.apache.parquet.util.DynMethods.Builder
Returns the first valid implementation as a BoundMethod or throws a RuntimeError if there is none.
buildChecked() - Method in class org.apache.parquet.util.DynConstructors.Builder
 
buildChecked() - Method in class org.apache.parquet.util.DynMethods.Builder
Returns the first valid implementation as a UnboundMethod or throws a NoSuchMethodException if there is none.
buildChecked(Object) - Method in class org.apache.parquet.util.DynMethods.Builder
Returns the first valid implementation as a BoundMethod or throws a NoSuchMethodException if there is none.
Builder(Class<?>) - Constructor for class org.apache.parquet.util.DynConstructors.Builder
 
Builder() - Constructor for class org.apache.parquet.util.DynConstructors.Builder
 
Builder(String) - Constructor for class org.apache.parquet.util.DynMethods.Builder
 
buildInfo - Variable in class org.apache.parquet.SemanticVersion
 
buildRegex(String, char) - Static method in class org.apache.parquet.glob.WildcardPath
 
buildStatic() - Method in class org.apache.parquet.util.DynMethods.Builder
Returns the first valid implementation as a StaticMethod or throws a RuntimeException if there is none.
buildStaticChecked() - Method in class org.apache.parquet.util.DynMethods.Builder
Returns the first valid implementation as a StaticMethod or throws a NoSuchMethodException if there is none.
ByteBufferAllocator - Interface in org.apache.parquet.bytes
 
ByteBufferInputStream - Class in org.apache.parquet.bytes
 
ByteBufferInputStream(ByteBuffer) - Constructor for class org.apache.parquet.bytes.ByteBufferInputStream
Deprecated.
Will be removed in 2.0.0; Use ByteBufferInputStream.wrap(ByteBuffer...) instead
ByteBufferInputStream(ByteBuffer, int, int) - Constructor for class org.apache.parquet.bytes.ByteBufferInputStream
Deprecated.
Will be removed in 2.0.0; Use ByteBufferInputStream.wrap(ByteBuffer...) instead
ByteBufferReleaser - Class in org.apache.parquet.bytes
Convenient class for releasing ByteBuffer objects with the corresponding allocator;
ByteBufferReleaser(ByteBufferAllocator) - Constructor for class org.apache.parquet.bytes.ByteBufferReleaser
Constructs a new ByteBufferReleaser instance with the specified ByteBufferAllocator to be used for releasing the buffers in ByteBufferReleaser.close().
BytesInput - Class in org.apache.parquet.bytes
A source of bytes capable of writing itself to an output.
BytesInput() - Constructor for class org.apache.parquet.bytes.BytesInput
 
bytesToBool(byte[]) - Static method in class org.apache.parquet.bytes.BytesUtils
 
bytesToInt(byte[]) - Static method in class org.apache.parquet.bytes.BytesUtils
 
bytesToLong(byte[]) - Static method in class org.apache.parquet.bytes.BytesUtils
 
BytesUtils - Class in org.apache.parquet.bytes
utility methods to deal with bytes
BytesUtils() - Constructor for class org.apache.parquet.bytes.BytesUtils
 

C

canonicalize(T) - Method in class org.apache.parquet.hadoop.metadata.Canonicalizer
 
Canonicalizer<T> - Class in org.apache.parquet.hadoop.metadata
returns canonical representation of objects (similar to String.intern()) to save memory if a.equals(b) then canonicalize(a) == canonicalize(b) this class is thread safe
Canonicalizer() - Constructor for class org.apache.parquet.hadoop.metadata.Canonicalizer
 
CapacityByteArrayOutputStream - Class in org.apache.parquet.bytes
Similar to a ByteArrayOutputStream, but uses a different strategy for growing that does not involve copying.
CapacityByteArrayOutputStream(int) - Constructor for class org.apache.parquet.bytes.CapacityByteArrayOutputStream
CapacityByteArrayOutputStream(int, ByteBufferAllocator) - Constructor for class org.apache.parquet.bytes.CapacityByteArrayOutputStream
CapacityByteArrayOutputStream(int, int) - Constructor for class org.apache.parquet.bytes.CapacityByteArrayOutputStream
CapacityByteArrayOutputStream(int, int, ByteBufferAllocator) - Constructor for class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
checkArgument(boolean, String) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalArgumentException.
checkArgument(boolean, String, Object) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalArgumentException.
checkArgument(boolean, String, Object, Object) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalArgumentException.
checkArgument(boolean, String, Object, Object, Object) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalArgumentException.
checkArgument(boolean, String, Object...) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalArgumentException.
checkedCast(long) - Static method in class org.apache.parquet.Ints
Deprecated.
checkNotNull(T, String) - Static method in class org.apache.parquet.Preconditions
checkState(boolean, String) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalStateException.
checkState(boolean, String, Object) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalStateException.
checkState(boolean, String, Object, Object) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalStateException.
checkState(boolean, String, Object, Object, Object) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalStateException.
checkState(boolean, String, Object...) - Static method in class org.apache.parquet.Preconditions
Precondition-style validation that throws IllegalStateException.
close() - Method in class org.apache.parquet.bytes.ByteBufferReleaser
 
close() - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
close() - Method in class org.apache.parquet.bytes.ConcatenatingByteBufferCollector
 
close() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
close() - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
 
close() - Method in class org.apache.parquet.bytes.ReusingByteBufferAllocator
 
close() - Method in class org.apache.parquet.bytes.TrackingByteBufferAllocator
 
close(Closeable) - Static method in class org.apache.parquet.Closeables
Deprecated.
Closes a (potentially null) closeable.
close() - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
 
close() - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
close(Iterable<? extends AutoCloseable>) - Static method in class org.apache.parquet.util.AutoCloseables
Invokes the AutoCloseable.close() method of each specified objects in a way that guarantees that all the methods will be invoked even if an exception is occurred before.
close(AutoCloseable...) - Static method in class org.apache.parquet.util.AutoCloseables
Invokes the AutoCloseable.close() method of each specified objects in a way that guarantees that all the methods will be invoked even if an exception is occurred before.
Closeables - Class in org.apache.parquet
Deprecated.
will be removed in 2.0.0. Use Java try-with-resource instead.
closeAndSwallowIOExceptions(Closeable) - Static method in class org.apache.parquet.Closeables
Deprecated.
Closes a (potentially null) closeable, swallowing any IOExceptions thrown by c.close().
closeQuietly(Closeable) - Static method in class org.apache.parquet.IOExceptionUtils
Deprecated.
Call the close method on a Closeable, wrapping any IOException in a runtime exception.
collect(BytesInput) - Method in class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
Deprecated.
 
collect(BytesInput) - Method in class org.apache.parquet.bytes.ConcatenatingByteBufferCollector
Collects the content of the specified input.
ColumnPath - Class in org.apache.parquet.hadoop.metadata
 
compareTo(SemanticVersion) - Method in class org.apache.parquet.SemanticVersion
 
compress(BytesInput) - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputCompressor
Compresses the specified BytesInput data and returns it as BytesInput.
CompressionCodecFactory - Interface in org.apache.parquet.compression
Factory for creating (and potentially caching) CompressionCodecFactory.BytesInputCompressor and CompressionCodecFactory.BytesInputDecompressor instances to compress/decompress page data.
CompressionCodecFactory.BytesInputCompressor - Interface in org.apache.parquet.compression
Compressor instance of a specific codec to be used for compressing page data.
CompressionCodecFactory.BytesInputDecompressor - Interface in org.apache.parquet.compression
Decompressor instance of a specific codec to be used for decompressing page data.
CompressionCodecName - Enum in org.apache.parquet.hadoop.metadata
 
CompressionCodecNotSupportedException - Exception in org.apache.parquet.hadoop.codec
This exception will be thrown when the codec is not supported by parquet, meaning there is no matching codec defined in CompressionCodecName
CompressionCodecNotSupportedException(Class) - Constructor for exception org.apache.parquet.hadoop.codec.CompressionCodecNotSupportedException
 
concat(BytesInput...) - Static method in class org.apache.parquet.bytes.BytesInput
logically concatenate the provided inputs
concat(List<BytesInput>) - Static method in class org.apache.parquet.bytes.BytesInput
logically concatenate the provided inputs
ConcatenatingByteArrayCollector - Class in org.apache.parquet.bytes
Deprecated.
ConcatenatingByteArrayCollector() - Constructor for class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
Deprecated.
 
ConcatenatingByteBufferCollector - Class in org.apache.parquet.bytes
Alternative to ConcatenatingByteArrayCollector but using ByteBuffers allocated by its ByteBufferAllocator.
ConcatenatingByteBufferCollector(ByteBufferAllocator) - Constructor for class org.apache.parquet.bytes.ConcatenatingByteBufferCollector
Constructs a new ConcatenatingByteBufferCollector instance with the specified allocator.
copy(BytesInput) - Static method in class org.apache.parquet.bytes.BytesInput
copy(ByteBufferAllocator, Consumer<ByteBuffer>) - Method in class org.apache.parquet.bytes.BytesInput
Copies the content of this BytesInput object to a newly created ByteBuffer and returns it wrapped in a BytesInput object.
copy(ByteBufferReleaser) - Method in class org.apache.parquet.bytes.BytesInput
Similar to BytesInput.copy(ByteBufferAllocator, Consumer) where the allocator and the callback are in the specified ByteBufferReleaser.
create(long) - Method in class org.apache.parquet.io.LocalOutputFile
 
create(long) - Method in interface org.apache.parquet.io.OutputFile
Opens a new PositionOutputStream for the data file to create.
createOrOverwrite(long) - Method in class org.apache.parquet.io.LocalOutputFile
 
createOrOverwrite(long) - Method in interface org.apache.parquet.io.OutputFile
Opens a new PositionOutputStream for the data file to create or overwrite.
ctorImpl(Class<?>, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
 
ctorImpl(String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
 

D

DEBUG - Static variable in class org.apache.parquet.Log
 
debug(Object) - Method in class org.apache.parquet.Log
prints a debug message
debug(Object, Throwable) - Method in class org.apache.parquet.Log
prints a debug message
decompress(BytesInput, int) - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputDecompressor
Decompresses the specified BytesInput data and returns it as BytesInput.
decompress(ByteBuffer, int, ByteBuffer, int) - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputDecompressor
Decompresses compressedSize bytes from input from the current position.
defaultBlockSize() - Method in class org.apache.parquet.io.LocalOutputFile
 
defaultBlockSize() - Method in interface org.apache.parquet.io.OutputFile
 
DelegatingPositionOutputStream - Class in org.apache.parquet.io
 
DelegatingPositionOutputStream(OutputStream) - Constructor for class org.apache.parquet.io.DelegatingPositionOutputStream
 
DelegatingSeekableInputStream - Class in org.apache.parquet.io
Implements read methods required by SeekableInputStream for generic input streams.
DelegatingSeekableInputStream(InputStream) - Constructor for class org.apache.parquet.io.DelegatingSeekableInputStream
 
DirectByteBufferAllocator - Class in org.apache.parquet.bytes
 
DirectByteBufferAllocator() - Constructor for class org.apache.parquet.bytes.DirectByteBufferAllocator
 
DynConstructors - Class in org.apache.parquet.util
 
DynConstructors() - Constructor for class org.apache.parquet.util.DynConstructors
 
DynConstructors.Builder - Class in org.apache.parquet.util
 
DynConstructors.Ctor<C> - Class in org.apache.parquet.util
 
DynMethods - Class in org.apache.parquet.util
 
DynMethods() - Constructor for class org.apache.parquet.util.DynMethods
 
DynMethods.BoundMethod - Class in org.apache.parquet.util
 
DynMethods.Builder - Class in org.apache.parquet.util
 
DynMethods.StaticMethod - Class in org.apache.parquet.util
 
DynMethods.UnboundMethod - Class in org.apache.parquet.util
Convenience wrapper class around Method.

E

empty() - Static method in class org.apache.parquet.bytes.BytesInput
 
equals(Object) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
equals(Object) - Method in class org.apache.parquet.glob.WildcardPath
 
equals(Object) - Method in class org.apache.parquet.hadoop.metadata.ColumnPath
 
equals(Object) - Method in class org.apache.parquet.SemanticVersion
 
equals(Object) - Method in class org.apache.parquet.VersionParser.ParsedVersion
 
ERROR - Static variable in class org.apache.parquet.Log
 
error(Object) - Method in class org.apache.parquet.Log
prints an error message
error(Object, Throwable) - Method in class org.apache.parquet.Log
prints an error message
Exceptions - Class in org.apache.parquet
 
Exceptions() - Constructor for class org.apache.parquet.Exceptions
 
expand(String) - Static method in class org.apache.parquet.glob.GlobExpander
Expands a string with braces ("{}") into all of its possible permutations.
expandGlob(String) - Static method in class org.apache.parquet.Strings
Expands a string with braces ("{}") into all of its possible permutations.
expandGlobToWildCardPaths(String, char) - Static method in class org.apache.parquet.Strings
Expands a string according to Strings.expandGlob(String), and then constructs a WildcardPath for each expanded result which can be used to match strings as described in WildcardPath.

F

Files - Class in org.apache.parquet
Deprecated.
flush() - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Flushes this data output stream.
flush() - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
 
FORMAT - Static variable in class org.apache.parquet.VersionParser
 
from(InputStream, int) - Static method in class org.apache.parquet.bytes.BytesInput
 
from(ByteBuffer, int, int) - Static method in class org.apache.parquet.bytes.BytesInput
Deprecated.
Will be removed in 2.0.0
from(ByteBuffer...) - Static method in class org.apache.parquet.bytes.BytesInput
 
from(List<ByteBuffer>) - Static method in class org.apache.parquet.bytes.BytesInput
 
from(byte[]) - Static method in class org.apache.parquet.bytes.BytesInput
 
from(byte[], int, int) - Static method in class org.apache.parquet.bytes.BytesInput
 
from(CapacityByteArrayOutputStream) - Static method in class org.apache.parquet.bytes.BytesInput
 
from(ByteArrayOutputStream) - Static method in class org.apache.parquet.bytes.BytesInput
 
fromCompressionCodec(Class<?>) - Static method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
 
fromConf(String) - Static method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
 
fromDotString(String) - Static method in class org.apache.parquet.hadoop.metadata.ColumnPath
 
fromInt(int) - Static method in class org.apache.parquet.bytes.BytesInput
 
fromParquet(CompressionCodec) - Static method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
 
fromUnsignedVarInt(int) - Static method in class org.apache.parquet.bytes.BytesInput
 
fromUnsignedVarLong(long) - Static method in class org.apache.parquet.bytes.BytesInput
 
fromZigZagVarInt(int) - Static method in class org.apache.parquet.bytes.BytesInput
 
fromZigZagVarLong(long) - Static method in class org.apache.parquet.bytes.BytesInput
 
FULL_VERSION - Static variable in class org.apache.parquet.Version
 

G

get(String) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the value of the name property.
get(String, String) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the value of the name property.
get(String) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
get(String, String) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
get(String...) - Static method in class org.apache.parquet.hadoop.metadata.ColumnPath
 
getBoolean(String, boolean) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the value of the name property as a boolean.
getBoolean(String, boolean) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getCapacity() - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
getClass(String, Class<?>) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the value of the name property as a class.
getClass(String, Class<? extends U>, Class<U>) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the value of the name property as a class implementing the xface interface.
getClass(String, Class<?>) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getClass(String, Class<? extends U>, Class<U>) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getClassByName(String) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Load a class by name.
getClassByName(String) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getCodecClass() - Method in exception org.apache.parquet.hadoop.codec.CompressionCodecNotSupportedException
 
getCodecName() - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputCompressor
Returns the codec name of this compressor.
getCompressor(CompressionCodecName) - Method in interface org.apache.parquet.compression.CompressionCodecFactory
Returns a CompressionCodecFactory.BytesInputCompressor instance for the specified codec name to be used for compressing page data.
getConstructedClass() - Method in class org.apache.parquet.util.DynConstructors.Ctor
 
getCurrentIndex() - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
getDataReadFuture() - Method in class org.apache.parquet.io.ParquetFileRange
 
getDecompressor(CompressionCodecName) - Method in interface org.apache.parquet.compression.CompressionCodecFactory
Returns a CompressionCodecFactory.BytesInputDecompressor instance for the specified codec name to be used for decompressing page data.
getExtension() - Method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
 
getHadoopCompressionCodecClass() - Method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
 
getHadoopCompressionCodecClassName() - Method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
 
getInstance() - Static method in class org.apache.parquet.bytes.DirectByteBufferAllocator
 
getInstance() - Static method in class org.apache.parquet.bytes.HeapByteBufferAllocator
 
getInt(String, int) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the value of the name property as an integer.
getInt(String, int) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getLength() - Method in interface org.apache.parquet.io.InputFile
 
getLength() - Method in class org.apache.parquet.io.LocalInputFile
 
getLength() - Method in class org.apache.parquet.io.ParquetFileRange
 
getLog(Class<?>) - Static method in class org.apache.parquet.Log
Deprecated.
will be removed in 2.0.0; use org.slf4j.LoggerFactory instead.
getLong(String, long) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the value of the name property as a long.
getLong(String, long) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getOffset() - Method in class org.apache.parquet.io.ParquetFileRange
 
getOriginalPattern() - Method in class org.apache.parquet.glob.WildcardPath
 
getParentGlobPath() - Method in class org.apache.parquet.glob.WildcardPath
 
getParquetCompressionCodec() - Method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
 
getPath() - Method in class org.apache.parquet.io.LocalOutputFile
 
getPath() - Method in interface org.apache.parquet.io.OutputFile
 
getPos() - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
 
getPos() - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
getPos() - Method in class org.apache.parquet.io.PositionOutputStream
Reports the current position of this output stream.
getPos() - Method in class org.apache.parquet.io.SeekableInputStream
Return the current position in the InputStream.
getReleaser() - Method in class org.apache.parquet.bytes.ReusingByteBufferAllocator
A convenience method to get a ByteBufferReleaser instance already created for this allocator.
getSemanticVersion() - Method in class org.apache.parquet.VersionParser.ParsedVersion
 
getStream() - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
 
getStream() - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
getStrings(String, String[]) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the value of the name property as an array of Strings.
getStrings(String, String[]) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getTrimmed(String) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the trimmed value of the name property.
getTrimmed(String, String) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Gets the trimmed value of the name property as a boolean.
getTrimmed(String) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getTrimmed(String, String) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
getWidthFromMaxInt(int) - Static method in class org.apache.parquet.bytes.BytesUtils
give the number of bits needed to encode an int given the max value
GlobExpander - Class in org.apache.parquet.glob
Implementation of Strings.expandGlob(String)

H

hashCode() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
hashCode() - Method in class org.apache.parquet.glob.WildcardPath
 
hashCode() - Method in class org.apache.parquet.hadoop.metadata.ColumnPath
 
hashCode() - Method in class org.apache.parquet.SemanticVersion
 
hashCode() - Method in class org.apache.parquet.VersionParser.ParsedVersion
 
hasSemanticVersion() - Method in class org.apache.parquet.VersionParser.ParsedVersion
 
HeapByteBufferAllocator - Class in org.apache.parquet.bytes
 
HeapByteBufferAllocator() - Constructor for class org.apache.parquet.bytes.HeapByteBufferAllocator
 
hiddenImpl(Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
 
hiddenImpl(String, Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
 
hiddenImpl(Class<T>, Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
 
hiddenImpl(String, String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
Checks for an implementation, first finding the given class by name.
hiddenImpl(String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
Checks for an implementation, first finding the given class by name.
hiddenImpl(Class<?>, String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
Checks for a method implementation.
hiddenImpl(Class<?>, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
Checks for a method implementation.

I

impl(String, Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
 
impl(Class<T>, Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
 
impl(String, String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
Checks for an implementation, first finding the given class by name.
impl(String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
Checks for an implementation, first finding the given class by name.
impl(Class<?>, String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
Checks for a method implementation.
impl(Class<?>, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
Checks for a method implementation.
INFO - Static variable in class org.apache.parquet.Log
 
info(Object) - Method in class org.apache.parquet.Log
prints an info message
info(Object, Throwable) - Method in class org.apache.parquet.Log
prints an info message
initialSlabSizeHeuristic(int, int, int) - Static method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
Return an initial slab size such that a CapacityByteArrayOutputStream constructed with it will end up allocating targetNumSlabs in order to reach targetCapacity.
InputFile - Interface in org.apache.parquet.io
InputFile is an interface with the methods needed by Parquet to read data files using SeekableInputStream instances.
Ints - Class in org.apache.parquet
Deprecated.
intToBytes(int) - Static method in class org.apache.parquet.bytes.BytesUtils
 
invoke(Object, Object...) - Method in class org.apache.parquet.util.DynConstructors.Ctor
 
invoke(Object...) - Method in class org.apache.parquet.util.DynMethods.BoundMethod
 
invoke(Object...) - Method in class org.apache.parquet.util.DynMethods.StaticMethod
 
invoke(Object, Object...) - Method in class org.apache.parquet.util.DynMethods.UnboundMethod
 
invokeChecked(Object, Object...) - Method in class org.apache.parquet.util.DynConstructors.Ctor
 
invokeChecked(Object...) - Method in class org.apache.parquet.util.DynMethods.BoundMethod
 
invokeChecked(Object...) - Method in class org.apache.parquet.util.DynMethods.StaticMethod
 
invokeChecked(Object, Object...) - Method in class org.apache.parquet.util.DynMethods.UnboundMethod
 
IOExceptionUtils - Class in org.apache.parquet
Deprecated. 
IOExceptionUtils() - Constructor for class org.apache.parquet.IOExceptionUtils
Deprecated.
 
isDirect() - Method in interface org.apache.parquet.bytes.ByteBufferAllocator
Indicates if this allocator will produce ByteBuffers backed by direct memory.
isDirect() - Method in class org.apache.parquet.bytes.DirectByteBufferAllocator
 
isDirect() - Method in class org.apache.parquet.bytes.HeapByteBufferAllocator
 
isDirect() - Method in class org.apache.parquet.bytes.ReusingByteBufferAllocator
 
isDirect() - Method in class org.apache.parquet.bytes.TrackingByteBufferAllocator
 
isNoop() - Method in class org.apache.parquet.util.DynMethods.UnboundMethod
 
isNullOrEmpty(String) - Static method in class org.apache.parquet.Strings
Returns true if s.isEmpty() or s == null
isStatic() - Method in class org.apache.parquet.util.DynConstructors.Ctor
 
isStatic() - Method in class org.apache.parquet.util.DynMethods.UnboundMethod
 
iterator() - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
iterator() - Method in class org.apache.parquet.hadoop.metadata.ColumnPath
 

J

join(Iterable<String>, String) - Static method in class org.apache.parquet.Strings
join(Iterator<String>, String) - Static method in class org.apache.parquet.Strings
join(String[], String) - Static method in class org.apache.parquet.Strings

L

LEVEL - Static variable in class org.apache.parquet.Log
this is the compile time log level
LittleEndianDataInputStream - Class in org.apache.parquet.bytes
Based on DataInputStream but little endian and without the String/char methods
LittleEndianDataInputStream(InputStream) - Constructor for class org.apache.parquet.bytes.LittleEndianDataInputStream
Creates a LittleEndianDataInputStream that uses the specified underlying InputStream.
LittleEndianDataOutputStream - Class in org.apache.parquet.bytes
Based on DataOutputStream but in little endian and without the String/char methods
LittleEndianDataOutputStream(OutputStream) - Constructor for class org.apache.parquet.bytes.LittleEndianDataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
loader(ClassLoader) - Method in class org.apache.parquet.util.DynConstructors.Builder
Set the ClassLoader used to lookup classes by name.
loader(ClassLoader) - Method in class org.apache.parquet.util.DynMethods.Builder
Set the ClassLoader used to lookup classes by name.
LocalInputFile - Class in org.apache.parquet.io
LocalInputFile is an implementation needed by Parquet to read from local data files using SeekableInputStream instances.
LocalInputFile(Path) - Constructor for class org.apache.parquet.io.LocalInputFile
 
LocalOutputFile - Class in org.apache.parquet.io
LocalOutputFile is an implementation needed by Parquet to write to local data files using PositionOutputStream instances.
LocalOutputFile(Path) - Constructor for class org.apache.parquet.io.LocalOutputFile
 
Log - Class in org.apache.parquet
Simple wrapper around java.util.logging Adds compile time log level.
Log(Class<?>) - Constructor for class org.apache.parquet.Log
 
longToBytes(long) - Static method in class org.apache.parquet.bytes.BytesUtils
 

M

main(String[]) - Static method in class org.apache.parquet.Version
 
major - Variable in class org.apache.parquet.SemanticVersion
 
mark(int) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
mark(int) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
markSupported() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
markSupported() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
matches(String) - Method in class org.apache.parquet.glob.WildcardPath
 
memUsageString(String) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
memUsageString(String) - Method in class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
Deprecated.
 
memUsageString(String) - Method in class org.apache.parquet.bytes.ConcatenatingByteBufferCollector
 
minor - Variable in class org.apache.parquet.SemanticVersion
 

N

newInstance(Object...) - Method in class org.apache.parquet.util.DynConstructors.Ctor
 
newInstanceChecked(Object...) - Method in class org.apache.parquet.util.DynConstructors.Ctor
 
newStream() - Method in interface org.apache.parquet.io.InputFile
Open a new SeekableInputStream for the underlying data file.
newStream() - Method in class org.apache.parquet.io.LocalInputFile
 

O

org.apache.parquet - package org.apache.parquet
 
org.apache.parquet.bytes - package org.apache.parquet.bytes
 
org.apache.parquet.compression - package org.apache.parquet.compression
 
org.apache.parquet.conf - package org.apache.parquet.conf
 
org.apache.parquet.glob - package org.apache.parquet.glob
 
org.apache.parquet.hadoop.codec - package org.apache.parquet.hadoop.codec
 
org.apache.parquet.hadoop.metadata - package org.apache.parquet.hadoop.metadata
 
org.apache.parquet.io - package org.apache.parquet.io
 
org.apache.parquet.util - package org.apache.parquet.util
 
orNoop() - Method in class org.apache.parquet.util.DynMethods.Builder
If no implementation has been found, adds a NOOP method.
OutputFile - Interface in org.apache.parquet.io
OutputFile is an interface with the methods needed by Parquet to write data files using PositionOutputStream instances.
OutputStreamCloseException - Exception in org.apache.parquet
Runtime exception indicating that a stream failed to be closed properly.
OutputStreamCloseException() - Constructor for exception org.apache.parquet.OutputStreamCloseException
 
OutputStreamCloseException(String, Throwable) - Constructor for exception org.apache.parquet.OutputStreamCloseException
 
OutputStreamCloseException(String) - Constructor for exception org.apache.parquet.OutputStreamCloseException
 
OutputStreamCloseException(Throwable) - Constructor for exception org.apache.parquet.OutputStreamCloseException
 

P

paddedByteCountFromBits(int) - Static method in class org.apache.parquet.bytes.BytesUtils
 
ParquetConfiguration - Interface in org.apache.parquet.conf
Configuration interface with the methods necessary to configure Parquet applications.
ParquetFileRange - Class in org.apache.parquet.io
Class to define a file range for a parquet file and to hold future data for any ongoing read for that range.
ParquetFileRange(long, int) - Constructor for class org.apache.parquet.io.ParquetFileRange
 
ParquetRuntimeException - Exception in org.apache.parquet
The parent class for all runtime exceptions
ParquetRuntimeException() - Constructor for exception org.apache.parquet.ParquetRuntimeException
 
ParquetRuntimeException(String, Throwable) - Constructor for exception org.apache.parquet.ParquetRuntimeException
 
ParquetRuntimeException(String) - Constructor for exception org.apache.parquet.ParquetRuntimeException
 
ParquetRuntimeException(Throwable) - Constructor for exception org.apache.parquet.ParquetRuntimeException
 
parse(String) - Static method in class org.apache.parquet.SemanticVersion
 
parse(String) - Static method in class org.apache.parquet.VersionParser
 
ParsedVersion(String, String, String) - Constructor for class org.apache.parquet.VersionParser.ParsedVersion
 
patch - Variable in class org.apache.parquet.SemanticVersion
 
PATTERN - Static variable in class org.apache.parquet.VersionParser
 
PlainParquetConfiguration - Class in org.apache.parquet.conf
Configuration for Parquet without Hadoop dependency.
PlainParquetConfiguration() - Constructor for class org.apache.parquet.conf.PlainParquetConfiguration
 
PlainParquetConfiguration(Map<String, String>) - Constructor for class org.apache.parquet.conf.PlainParquetConfiguration
 
position() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
PositionOutputStream - Class in org.apache.parquet.io
PositionOutputStream is an interface with the methods needed by Parquet to write data to a file or Hadoop data stream.
PositionOutputStream() - Constructor for class org.apache.parquet.io.PositionOutputStream
 
pre - Variable in class org.apache.parquet.SemanticVersion
 
Preconditions - Class in org.apache.parquet
Utility for parameter validation
prerelease - Variable in class org.apache.parquet.SemanticVersion
 

R

read(ByteBuffer) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
read() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
read(byte[], int, int) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
read() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
read(byte[]) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
read(byte[], int, int) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
read() - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
read(byte[], int, int) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
read(ByteBuffer) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
read(ByteBuffer) - Method in class org.apache.parquet.io.SeekableInputStream
Read buf.remaining() bytes of data into a ByteBuffer.
readAllLines(File, Charset) - Static method in class org.apache.parquet.Files
Deprecated.
 
readBoolean() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
See the general contract of the readBoolean method of DataInput.
readByte() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
See the general contract of the readByte method of DataInput.
readDouble() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
readFloat() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
readFully(byte[]) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
readFully(byte[], int, int) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
readFully(ByteBuffer) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
readFully(byte[]) - Method in class org.apache.parquet.io.SeekableInputStream
Read a byte array of data, from position 0 to the end of the array.
readFully(byte[], int, int) - Method in class org.apache.parquet.io.SeekableInputStream
Read len bytes of data into an array, at position start.
readFully(ByteBuffer) - Method in class org.apache.parquet.io.SeekableInputStream
Read buf.remaining() bytes of data into a ByteBuffer.
readInt() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
readIntLittleEndian(ByteBuffer, int) - Static method in class org.apache.parquet.bytes.BytesUtils
reads an int in little endian at the given position
readIntLittleEndian(byte[], int) - Static method in class org.apache.parquet.bytes.BytesUtils
reads an int in little endian at the given position
readIntLittleEndian(InputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
readIntLittleEndianOnOneByte(InputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
readIntLittleEndianOnThreeBytes(InputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
readIntLittleEndianOnTwoBytes(InputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
readIntLittleEndianPaddedOnBitWidth(InputStream, int) - Static method in class org.apache.parquet.bytes.BytesUtils
 
readLong() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
readShort() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
readUnsignedByte() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
readUnsignedVarInt(InputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
readUnsignedVarLong(InputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
readVectored(List<ParquetFileRange>, ByteBufferAllocator) - Method in class org.apache.parquet.io.SeekableInputStream
Read a set of disjoint file ranges in a vectored manner.
readVectoredAvailable(ByteBufferAllocator) - Method in class org.apache.parquet.io.SeekableInputStream
readZigZagVarInt(InputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
uses a trick mentioned in https://developers.google.com/protocol-buffers/docs/encoding to read zigZag encoded data
readZigZagVarLong(InputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
uses a trick mentioned in https://developers.google.com/protocol-buffers/docs/encoding to read zigZag encoded data TODO: the implementation is compatible with readZigZagVarInt.
release(ByteBuffer) - Method in interface org.apache.parquet.bytes.ByteBufferAllocator
For RefCounted implementations using direct memory, the release method needs to be called to free references to the allocated memory.
release(ByteBuffer) - Method in class org.apache.parquet.bytes.DirectByteBufferAllocator
 
release(ByteBuffer) - Method in class org.apache.parquet.bytes.HeapByteBufferAllocator
 
release(ByteBuffer) - Method in class org.apache.parquet.bytes.ReusingByteBufferAllocator
For RefCounted implementations using direct memory, the release method needs to be called to free references to the allocated memory.
release(ByteBuffer) - Method in class org.apache.parquet.bytes.TrackingByteBufferAllocator
 
release() - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputCompressor
Releases this compressor instance.
release() - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputDecompressor
Releases this decompressor instance.
release() - Method in interface org.apache.parquet.compression.CompressionCodecFactory
Releasing this factory instance.
releaseLater(ByteBuffer) - Method in class org.apache.parquet.bytes.ByteBufferReleaser
Adds a ByteBuffer object to the list of buffers to be released at ByteBufferReleaser.close().
remainingBuffers() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
remainingStream() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
reset() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
reset() - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
When re-using an instance with reset, it will adjust slab size based on previous data size.
reset() - Method in class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
Deprecated.
 
reset() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
ReusingByteBufferAllocator - Class in org.apache.parquet.bytes
A special ByteBufferAllocator implementation that keeps one ByteBuffer object and reuses it at the next ReusingByteBufferAllocator.allocate(int) call.

S

seek(long) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
 
seek(long) - Method in class org.apache.parquet.io.SeekableInputStream
Seek to a new position in the InputStream.
SeekableInputStream - Class in org.apache.parquet.io
SeekableInputStream is an interface with the methods needed by Parquet to read data from a file or Hadoop data stream.
SeekableInputStream() - Constructor for class org.apache.parquet.io.SeekableInputStream
 
SemanticVersion - Class in org.apache.parquet
Very basic semver parser, only pays attention to major, minor, and patch numbers.
SemanticVersion(int, int, int) - Constructor for class org.apache.parquet.SemanticVersion
 
SemanticVersion(int, int, int, boolean) - Constructor for class org.apache.parquet.SemanticVersion
 
SemanticVersion(int, int, int, String, String, String) - Constructor for class org.apache.parquet.SemanticVersion
 
SemanticVersion.SemanticVersionParseException - Exception in org.apache.parquet
 
SemanticVersionParseException() - Constructor for exception org.apache.parquet.SemanticVersion.SemanticVersionParseException
 
SemanticVersionParseException(String) - Constructor for exception org.apache.parquet.SemanticVersion.SemanticVersionParseException
 
SemanticVersionParseException(String, Throwable) - Constructor for exception org.apache.parquet.SemanticVersion.SemanticVersionParseException
 
SemanticVersionParseException(Throwable) - Constructor for exception org.apache.parquet.SemanticVersion.SemanticVersionParseException
 
set(String, String) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Sets the value of the name property.
set(String, String) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
setBoolean(String, boolean) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Sets the value of the name property to a boolean.
setBoolean(String, boolean) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
setByte(long, byte) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
Replace the byte stored at position index in this stream with value
setClass(String, Class<?>, Class<?>) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Sets the value of the name property to a class.
setClass(String, Class<?>, Class<?>) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
setDataReadFuture(CompletableFuture<ByteBuffer>) - Method in class org.apache.parquet.io.ParquetFileRange
 
setInt(String, int) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Sets the value of the name property to an integer.
setInt(String, int) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
setLong(String, long) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Sets the value of the name property to a long.
setLong(String, long) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
setStrings(String, String...) - Method in interface org.apache.parquet.conf.ParquetConfiguration
Sets the value of the name property to an array of comma delimited values.
setStrings(String, String...) - Method in class org.apache.parquet.conf.PlainParquetConfiguration
 
ShouldNeverHappenException - Exception in org.apache.parquet
Used in code blocks that should be unreachable, but the compiler does not know this, for example the default clause of an exhaustive switch statement.
ShouldNeverHappenException() - Constructor for exception org.apache.parquet.ShouldNeverHappenException
 
ShouldNeverHappenException(String, Throwable) - Constructor for exception org.apache.parquet.ShouldNeverHappenException
 
ShouldNeverHappenException(String) - Constructor for exception org.apache.parquet.ShouldNeverHappenException
 
ShouldNeverHappenException(Throwable) - Constructor for exception org.apache.parquet.ShouldNeverHappenException
 
size() - Method in class org.apache.parquet.bytes.BytesInput
 
size() - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
size() - Method in class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
Deprecated.
 
size() - Method in class org.apache.parquet.bytes.ConcatenatingByteBufferCollector
 
size() - Method in class org.apache.parquet.hadoop.metadata.ColumnPath
 
skip(long) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
skip(long) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
 
skipBytes(int) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
See the general contract of the skipBytes method of DataInput.
skipFully(long) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
slice(int) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
sliceBuffers(long) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
sliceStream(long) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
 
strict(ByteBufferAllocator) - Static method in class org.apache.parquet.bytes.ReusingByteBufferAllocator
Creates a new strict ReusingByteBufferAllocator object with the specified "parent" allocator to be used for allocating/releasing the one buffer.
Strings - Class in org.apache.parquet
 
supportsBlockSize() - Method in class org.apache.parquet.io.LocalOutputFile
 
supportsBlockSize() - Method in interface org.apache.parquet.io.OutputFile
 

T

throwIfInstance(Throwable, Class<E>) - Static method in class org.apache.parquet.Exceptions
If the given throwable is an instance of E, throw it as an E.
toArray() - Method in class org.apache.parquet.hadoop.metadata.ColumnPath
 
toByteArray() - Method in class org.apache.parquet.bytes.BytesInput
toByteBuffer() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
Deprecated.
Will be removed in 2.0.0; Use ByteBufferInputStream.slice(int) instead
toByteBuffer() - Method in class org.apache.parquet.bytes.BytesInput
toByteBuffer(ByteBufferAllocator, Consumer<ByteBuffer>) - Method in class org.apache.parquet.bytes.BytesInput
Returns a ByteBuffer object referencing the data behind this BytesInput object.
toByteBuffer(ByteBufferReleaser) - Method in class org.apache.parquet.bytes.BytesInput
Similar to BytesInput.toByteBuffer(ByteBufferAllocator, Consumer) where the allocator and the callback are in the specified ByteBufferReleaser.
toCanonical(T) - Method in class org.apache.parquet.hadoop.metadata.Canonicalizer
 
toDotString() - Method in class org.apache.parquet.hadoop.metadata.ColumnPath
 
toInputStream() - Method in class org.apache.parquet.bytes.BytesInput
 
toString() - Method in class org.apache.parquet.glob.WildcardPath
 
toString() - Method in class org.apache.parquet.hadoop.metadata.ColumnPath
 
toString() - Method in class org.apache.parquet.io.ParquetFileRange
 
toString() - Method in class org.apache.parquet.SemanticVersion
 
toString() - Method in class org.apache.parquet.util.DynConstructors.Ctor
 
toString() - Method in class org.apache.parquet.util.DynMethods.UnboundMethod
 
toString() - Method in class org.apache.parquet.VersionParser.ParsedVersion
 
TrackingByteBufferAllocator - Class in org.apache.parquet.bytes
A wrapper ByteBufferAllocator implementation that tracks whether all allocated buffers are released.
TrackingByteBufferAllocator.ByteBufferAllocationStacktraceException - Exception in org.apache.parquet.bytes
 
TrackingByteBufferAllocator.LeakDetectorHeapByteBufferAllocatorException - Exception in org.apache.parquet.bytes
 
TrackingByteBufferAllocator.LeakedByteBufferException - Exception in org.apache.parquet.bytes
 
TrackingByteBufferAllocator.ReleasingUnallocatedByteBufferException - Exception in org.apache.parquet.bytes
 

U

uncheckedClose(Iterable<? extends AutoCloseable>) - Static method in class org.apache.parquet.util.AutoCloseables
Works similarly to AutoCloseables.close(Iterable) but it wraps the thrown exception (if any) into a AutoCloseables.ParquetCloseResourceException.
uncheckedClose(AutoCloseable...) - Static method in class org.apache.parquet.util.AutoCloseables
Works similarly to AutoCloseables.close(Iterable) but it wraps the thrown exception (if any) into a AutoCloseables.ParquetCloseResourceException.
unknown - Variable in class org.apache.parquet.SemanticVersion
 
unsafe(ByteBufferAllocator) - Static method in class org.apache.parquet.bytes.ReusingByteBufferAllocator
Creates a new unsafe ReusingByteBufferAllocator object with the specified "parent" allocator to be used for allocating/releasing the one buffer.
UTF8 - Static variable in class org.apache.parquet.bytes.BytesUtils
Deprecated.

V

valueOf(String) - Static method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.parquet.hadoop.metadata.CompressionCodecName
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.apache.parquet
This class is auto-generated by org.apache.parquet.version.VersionGenerator Do not manually edit!
Version() - Constructor for class org.apache.parquet.Version
 
version - Variable in class org.apache.parquet.VersionParser.ParsedVersion
 
VERSION_NUMBER - Static variable in class org.apache.parquet.Version
 
VersionParseException(String) - Constructor for exception org.apache.parquet.VersionParser.VersionParseException
 
VersionParser - Class in org.apache.parquet
Parses a parquet Version string Tolerates missing semver and buildhash (semver and build hash may be null)
VersionParser() - Constructor for class org.apache.parquet.VersionParser
 
VersionParser.ParsedVersion - Class in org.apache.parquet
 
VersionParser.VersionParseException - Exception in org.apache.parquet
 

W

WARN - Static variable in class org.apache.parquet.Log
 
warn(Object) - Method in class org.apache.parquet.Log
prints a warn message
warn(Object, Throwable) - Method in class org.apache.parquet.Log
prints a warn message
WildcardPath - Class in org.apache.parquet.glob
Holds a String with wildcards ('*'), and can answer whether a given string matches this WildcardPath.
WildcardPath(String, String, char) - Constructor for class org.apache.parquet.glob.WildcardPath
 
withTargetNumSlabs(int, int, int) - Static method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
withTargetNumSlabs(int, int, int, ByteBufferAllocator) - Static method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
Construct a CapacityByteArrayOutputStream configured such that its initial slab size is determined by CapacityByteArrayOutputStream.initialSlabSizeHeuristic(int, int, int), with targetCapacity == maxCapacityHint
wrap(ByteBuffer...) - Static method in class org.apache.parquet.bytes.ByteBufferInputStream
 
wrap(List<ByteBuffer>) - Static method in class org.apache.parquet.bytes.ByteBufferInputStream
 
wrap(ByteBufferAllocator) - Static method in class org.apache.parquet.bytes.TrackingByteBufferAllocator
 
write(int) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
 
write(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
 
write(byte[]) - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
 
write(byte[], int, int) - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
 
writeAllTo(OutputStream) - Method in class org.apache.parquet.bytes.BytesInput
writes the bytes into a stream
writeAllTo(OutputStream) - Method in class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
Deprecated.
 
writeAllTo(OutputStream) - Method in class org.apache.parquet.bytes.ConcatenatingByteBufferCollector
 
writeBoolean(boolean) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeDouble(double) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, low byte first.
writeFloat(float) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, low byte first.
writeInt(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Writes an int to the underlying output stream as four bytes, low byte first.
writeIntLittleEndian(OutputStream, int) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeIntLittleEndianOnOneByte(OutputStream, int) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeIntLittleEndianOnThreeBytes(OutputStream, int) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeIntLittleEndianOnTwoBytes(OutputStream, int) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeIntLittleEndianPaddedOnBitWidth(OutputStream, int, int) - Static method in class org.apache.parquet.bytes.BytesUtils
Write a little endian int to out, using the the number of bytes required by bit width
writeInto(ByteBuffer) - Method in class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
Deprecated.
 
writeInto(ByteBuffer) - Method in class org.apache.parquet.bytes.ConcatenatingByteBufferCollector
 
writeLong(long) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Writes a long to the underlying output stream as eight bytes, low byte first.
writeShort(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
Writes a short to the underlying output stream as two bytes, low byte first.
writeTo(OutputStream) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
Writes the complete contents of this buffer to the specified output stream argument.
writeUnsignedVarInt(int, OutputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeUnsignedVarInt(int, ByteBuffer) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeUnsignedVarLong(long, OutputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeUnsignedVarLong(long, ByteBuffer) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeZigZagVarInt(int, OutputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
writeZigZagVarLong(long, OutputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2023 The Apache Software Foundation. All rights reserved.