A B C D E F G H I J L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- 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.
- 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
- BROTLI - org.apache.parquet.hadoop.metadata.CompressionCodecName
- 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() - Constructor for class org.apache.parquet.util.DynConstructors.Builder
- Builder(Class<?>) - 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 - 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
-
Deprecated.
- CapacityByteArrayOutputStream(int, int) - Constructor for class org.apache.parquet.bytes.CapacityByteArrayOutputStream
-
Deprecated.
- CapacityByteArrayOutputStream(int, int, ByteBufferAllocator) - Constructor for class org.apache.parquet.bytes.CapacityByteArrayOutputStream
- CapacityByteArrayOutputStream(int, ByteBufferAllocator) - Constructor for class org.apache.parquet.bytes.CapacityByteArrayOutputStream
-
Deprecated.
- 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...) - 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. - checkedCast(long) - Static method in class org.apache.parquet.Ints
-
Deprecated.replaced by
Math.toIntExact(long) - checkNotNull(T, String) - Static method in class org.apache.parquet.Preconditions
-
Deprecated.
- 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...) - 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. - close() - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
- 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.io.DelegatingPositionOutputStream
- close() - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
- close(Closeable) - Static method in class org.apache.parquet.Closeables
-
Deprecated.Closes a (potentially null) closeable.
- 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
- 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
- CompressionCodecFactory - Interface in org.apache.parquet.compression
- CompressionCodecFactory.BytesInputCompressor - Interface in org.apache.parquet.compression
- CompressionCodecFactory.BytesInputDecompressor - Interface in org.apache.parquet.compression
- 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(List<BytesInput>) - Static method in class org.apache.parquet.bytes.BytesInput
-
logically concatenate the provided inputs
- concat(BytesInput...) - Static method in class org.apache.parquet.bytes.BytesInput
-
logically concatenate the provided inputs
- ConcatenatingByteArrayCollector - Class in org.apache.parquet.bytes
- ConcatenatingByteArrayCollector() - Constructor for class org.apache.parquet.bytes.ConcatenatingByteArrayCollector
- copy(BytesInput) - Static method in class org.apache.parquet.bytes.BytesInput
-
copies the input into a new byte array
- create(long) - Method in interface org.apache.parquet.io.OutputFile
- createOrOverwrite(long) - Method in interface org.apache.parquet.io.OutputFile
- 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(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
- DEBUG - Static variable in class org.apache.parquet.Log
- decompress(ByteBuffer, int, ByteBuffer, int) - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputDecompressor
- decompress(BytesInput, int) - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputDecompressor
- 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
SeekableInputStreamfor 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(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
- ERROR - Static variable in class org.apache.parquet.Log
- 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 aWildcardPathfor each expanded result which can be used to match strings as described inWildcardPath.
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(byte[]) - Static method in class org.apache.parquet.bytes.BytesInput
- from(byte[], int, int) - Static method in class org.apache.parquet.bytes.BytesInput
- from(ByteArrayOutputStream) - Static method in class org.apache.parquet.bytes.BytesInput
- from(InputStream, int) - Static method in class org.apache.parquet.bytes.BytesInput
- from(ByteBuffer...) - 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(List<ByteBuffer>) - Static method in class org.apache.parquet.bytes.BytesInput
- from(CapacityByteArrayOutputStream) - 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...) - Static method in class org.apache.parquet.hadoop.metadata.ColumnPath
- getCapacity() - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
- getCodecClass() - Method in exception org.apache.parquet.hadoop.codec.CompressionCodecNotSupportedException
- getCodecName() - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputCompressor
- getCompressor(CompressionCodecName) - Method in interface org.apache.parquet.compression.CompressionCodecFactory
- getConstructedClass() - Method in class org.apache.parquet.util.DynConstructors.Ctor
- getCurrentIndex() - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
- getDecompressor(CompressionCodecName) - Method in interface org.apache.parquet.compression.CompressionCodecFactory
- 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
- getLength() - Method in interface org.apache.parquet.io.InputFile
- getLog(Class<?>) - Static method in class org.apache.parquet.Log
-
Deprecated.will be removed in 2.0.0; use org.slf4j.LoggerFactory instead.
- 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 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.
- 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
- 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) - GZIP - org.apache.parquet.hadoop.metadata.CompressionCodecName
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(Class<?>, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Checks for a method implementation.
- hiddenImpl(Class<?>, String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Checks for a method implementation.
- hiddenImpl(Class<T>, Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
- hiddenImpl(String, Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
- hiddenImpl(String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Checks for an implementation, first finding the given class by name.
- hiddenImpl(String, String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Checks for an implementation, first finding the given class by name.
I
- impl(Class<?>, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Checks for a method implementation.
- impl(Class<?>, String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Checks for a method implementation.
- impl(Class<T>, Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
- impl(String, Class<?>...) - Method in class org.apache.parquet.util.DynConstructors.Builder
- impl(String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Checks for an implementation, first finding the given class by name.
- impl(String, String, Class<?>...) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Checks for an implementation, first finding the given class by name.
- 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
- INFO - Static variable in class org.apache.parquet.Log
- 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
-
InputFileis an interface with the methods needed by Parquet to read data files usingSeekableInputStreaminstances. - Ints - Class in org.apache.parquet
-
Deprecated.
- intToBytes(int) - Static method in class org.apache.parquet.bytes.BytesUtils
- 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.DynConstructors.Ctor
- invoke(Object, Object...) - Method in class org.apache.parquet.util.DynMethods.UnboundMethod
- 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.DynConstructors.Ctor
- 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
- 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.hadoop.metadata.ColumnPath
J
- join(Iterable<String>, String) - Static method in class org.apache.parquet.Strings
-
Deprecated.
- join(String[], String) - Static method in class org.apache.parquet.Strings
-
Deprecated.
- join(Iterator<String>, String) - Static method in class org.apache.parquet.Strings
-
Deprecated.
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
ClassLoaderused to lookup classes by name. - loader(ClassLoader) - Method in class org.apache.parquet.util.DynMethods.Builder
-
Set the
ClassLoaderused to lookup classes by name. - 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
- LZ4 - org.apache.parquet.hadoop.metadata.CompressionCodecName
- LZ4_RAW - org.apache.parquet.hadoop.metadata.CompressionCodecName
- LZO - org.apache.parquet.hadoop.metadata.CompressionCodecName
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
- 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
SeekableInputStreamfor the underlying data file.
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.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
- 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) - Constructor for exception org.apache.parquet.OutputStreamCloseException
- OutputStreamCloseException(String, Throwable) - 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
- ParquetRuntimeException - Exception in org.apache.parquet
-
The parent class for all runtime exceptions
- ParquetRuntimeException() - Constructor for exception org.apache.parquet.ParquetRuntimeException
- ParquetRuntimeException(String) - Constructor for exception org.apache.parquet.ParquetRuntimeException
- ParquetRuntimeException(String, Throwable) - 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
- position() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
- PositionOutputStream - Class in org.apache.parquet.io
-
PositionOutputStreamis 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() - Method in class org.apache.parquet.bytes.ByteBufferInputStream
- read() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
- read() - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
- read(byte[]) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
- read(byte[], int, int) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
- read(byte[], int, int) - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
- read(byte[], int, int) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
- read(ByteBuffer) - Method in class org.apache.parquet.bytes.ByteBufferInputStream
- 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 aByteBuffer. - 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
readBooleanmethod ofDataInput. - readByte() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
-
See the general contract of the
readBytemethod ofDataInput. - 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
readFullymethod ofDataInput. - readFully(byte[]) - 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.bytes.LittleEndianDataInputStream
-
See the general contract of the
readFullymethod ofDataInput. - readFully(byte[], int, int) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
- readFully(byte[], int, int) - Method in class org.apache.parquet.io.SeekableInputStream
-
Read
lenbytes of data into an array, at positionstart. - readFully(ByteBuffer) - Method in class org.apache.parquet.io.DelegatingSeekableInputStream
- readFully(ByteBuffer) - Method in class org.apache.parquet.io.SeekableInputStream
-
Read
buf.remaining()bytes of data into aByteBuffer. - readInt() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
-
Bytes for this operation are read from the contained input stream.
- 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
- readIntLittleEndian(ByteBuffer, int) - Static method in class org.apache.parquet.bytes.BytesUtils
-
reads an int in little endian at the given position
- 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
readUnsignedBytemethod ofDataInput. - 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
- 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() - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputCompressor
- release() - Method in interface org.apache.parquet.compression.CompressionCodecFactory.BytesInputDecompressor
- release() - Method in interface org.apache.parquet.compression.CompressionCodecFactory
- 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
- 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
- reset() - Method in class org.apache.parquet.bytes.LittleEndianDataInputStream
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
-
SeekableInputStreamis 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
- setByte(long, byte) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
-
Replace the byte stored at position index in this stream with value
- 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) - Constructor for exception org.apache.parquet.ShouldNeverHappenException
- ShouldNeverHappenException(String, Throwable) - 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
- 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
skipBytesmethod ofDataInput. - 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
- SNAPPY - org.apache.parquet.hadoop.metadata.CompressionCodecName
- Strings - Class in org.apache.parquet
- 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
- 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.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
U
- UNCOMPRESSED - org.apache.parquet.hadoop.metadata.CompressionCodecName
- unknown - Variable in class org.apache.parquet.SemanticVersion
- UTF8 - Static variable in class org.apache.parquet.bytes.BytesUtils
-
Deprecated.Use
StandardCharsets.UTF_8instead
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 - Variable in class org.apache.parquet.VersionParser.ParsedVersion
- 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_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(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
- WARN - Static variable in class org.apache.parquet.Log
- 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
- write(byte[]) - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
- write(byte[], int, int) - Method in class org.apache.parquet.bytes.CapacityByteArrayOutputStream
- write(byte[], int, int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes
lenbytes from the specified byte array starting at offsetoffto the underlying output stream. - write(byte[], int, int) - Method in class org.apache.parquet.io.DelegatingPositionOutputStream
- write(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(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
- writeBoolean(boolean) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes a
booleanto the underlying output stream as a 1-byte value. - writeByte(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes out a
byteto 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
longusing thedoubleToLongBitsmethod in classDouble, and then writes thatlongvalue 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
intusing thefloatToIntBitsmethod in classFloat, and then writes thatintvalue 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
intto 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
- writeLong(long) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes a
longto the underlying output stream as eight bytes, low byte first. - writeShort(int) - Method in class org.apache.parquet.bytes.LittleEndianDataOutputStream
-
Writes a
shortto 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
- writeZigZagVarInt(int, OutputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
- writeZigZagVarLong(long, OutputStream) - Static method in class org.apache.parquet.bytes.BytesUtils
Z
- ZSTD - org.apache.parquet.hadoop.metadata.CompressionCodecName
All Classes All Packages