Skip navigation links
C D E F G H K L O P R T V 

C

close() - Method in interface org.apache.orc.impl.HadoopShims.ZeroCopyReaderShim
Close the underlying stream.
createCipher() - Method in enum org.apache.orc.EncryptionAlgorithm
 
createLocalKey(HadoopShims.KeyMetadata) - Method in interface org.apache.orc.impl.HadoopShims.KeyProvider
Create a local key for the given key version.

D

decompress(ByteBuffer, ByteBuffer) - Method in interface org.apache.orc.impl.HadoopShims.DirectDecompressor
 
decryptedKey - Variable in class org.apache.orc.impl.HadoopShims.LocalKey
 
decryptLocalKey(HadoopShims.KeyMetadata, byte[]) - Method in interface org.apache.orc.impl.HadoopShims.KeyProvider
Decrypt a local key for reading a file.

E

encryptedKey - Variable in class org.apache.orc.impl.HadoopShims.LocalKey
 
EncryptionAlgorithm - Enum in org.apache.orc
The encryption algorithms supported by ORC.
end() - Method in interface org.apache.orc.impl.HadoopShims.DirectDecompressor
 
endVariableLengthBlock(OutputStream) - Method in interface org.apache.orc.impl.HadoopShims
End the OutputStream's current block at the current location.
endVariableLengthBlock(OutputStream) - Method in class org.apache.orc.impl.HadoopShimsCurrent
 
endVariableLengthBlock(OutputStream) - Method in class org.apache.orc.impl.HadoopShimsPre2_3
 
endVariableLengthBlock(OutputStream) - Method in class org.apache.orc.impl.HadoopShimsPre2_6
 
endVariableLengthBlock(OutputStream) - Method in class org.apache.orc.impl.HadoopShimsPre2_7
 

F

fromSerialization(int) - Static method in enum org.apache.orc.EncryptionAlgorithm
Get the serialization code for this enumeration.

G

getAlgorithm() - Method in enum org.apache.orc.EncryptionAlgorithm
 
getAlgorithm() - Method in class org.apache.orc.impl.HadoopShims.KeyMetadata
Get the encryption algorithm for this key.
getBuffer(boolean, int) - Method in interface org.apache.orc.impl.HadoopShims.ByteBufferPoolShim
Get a new ByteBuffer from the pool.
getCurrentKeyVersion(String) - Method in interface org.apache.orc.impl.HadoopShims.KeyProvider
Get the current metadata for a given key.
getDirectDecompressor(HadoopShims.DirectCompressionType) - Method in interface org.apache.orc.impl.HadoopShims
Get a direct decompressor codec, if it is available
getDirectDecompressor(HadoopShims.DirectCompressionType) - Method in class org.apache.orc.impl.HadoopShimsCurrent
 
getDirectDecompressor(HadoopShims.DirectCompressionType) - Method in class org.apache.orc.impl.HadoopShimsPre2_3
 
getDirectDecompressor(HadoopShims.DirectCompressionType) - Method in class org.apache.orc.impl.HadoopShimsPre2_6
 
getDirectDecompressor(HadoopShims.DirectCompressionType) - Method in class org.apache.orc.impl.HadoopShimsPre2_7
 
getIvLength() - Method in enum org.apache.orc.EncryptionAlgorithm
 
getKeyName() - Method in class org.apache.orc.impl.HadoopShims.KeyMetadata
Get the name of the key.
getKeyNames() - Method in interface org.apache.orc.impl.HadoopShims.KeyProvider
Get the list of key names from the key provider.
getKeyProvider(Configuration, Random) - Method in interface org.apache.orc.impl.HadoopShims
Create a KeyProvider to get encryption keys.
getKeyProvider(Configuration, Random) - Method in class org.apache.orc.impl.HadoopShimsCurrent
 
getKeyProvider(Configuration, Random) - Method in class org.apache.orc.impl.HadoopShimsPre2_3
 
getKeyProvider(Configuration, Random) - Method in class org.apache.orc.impl.HadoopShimsPre2_6
 
getKeyProvider(Configuration, Random) - Method in class org.apache.orc.impl.HadoopShimsPre2_7
 
getSerialization() - Method in enum org.apache.orc.EncryptionAlgorithm
Get the serialization code for this enumeration.
getVersion() - Method in class org.apache.orc.impl.HadoopShims.KeyMetadata
Get the version of this key.
getZeroCopyReader(FSDataInputStream, HadoopShims.ByteBufferPoolShim) - Method in interface org.apache.orc.impl.HadoopShims
Provides an HDFS ZeroCopyReader shim.
getZeroCopyReader(FSDataInputStream, HadoopShims.ByteBufferPoolShim) - Method in class org.apache.orc.impl.HadoopShimsCurrent
 
getZeroCopyReader(FSDataInputStream, HadoopShims.ByteBufferPoolShim) - Method in class org.apache.orc.impl.HadoopShimsPre2_3
 
getZeroCopyReader(FSDataInputStream, HadoopShims.ByteBufferPoolShim) - Method in class org.apache.orc.impl.HadoopShimsPre2_6
 
getZeroCopyReader(FSDataInputStream, HadoopShims.ByteBufferPoolShim) - Method in class org.apache.orc.impl.HadoopShimsPre2_7
 
getZeroKey() - Method in enum org.apache.orc.EncryptionAlgorithm
 

H

HadoopShims - Interface in org.apache.orc.impl
 
HadoopShims.ByteBufferPoolShim - Interface in org.apache.orc.impl
a hadoop.io ByteBufferPool shim.
HadoopShims.DirectCompressionType - Enum in org.apache.orc.impl
 
HadoopShims.DirectDecompressor - Interface in org.apache.orc.impl
 
HadoopShims.KeyMetadata - Class in org.apache.orc.impl
Information about a crypto key including the key name, version, and the algorithm.
HadoopShims.KeyProvider - Interface in org.apache.orc.impl
A source of crypto keys.
HadoopShims.LocalKey - Class in org.apache.orc.impl
When a local key is created, the user gets both the encrypted and unencrypted versions.
HadoopShims.ZeroCopyReaderShim - Interface in org.apache.orc.impl
 
HadoopShimsCurrent - Class in org.apache.orc.impl
Shims for recent versions of Hadoop Adds support for: Variable length HDFS blocks
HadoopShimsCurrent() - Constructor for class org.apache.orc.impl.HadoopShimsCurrent
 
HadoopShimsPre2_3 - Class in org.apache.orc.impl
Shims for versions of Hadoop up to and including 2.2.x
HadoopShimsPre2_6 - Class in org.apache.orc.impl
Shims for versions of Hadoop less than 2.6 Adds support for: Direct buffer decompression Zero copy
HadoopShimsPre2_6() - Constructor for class org.apache.orc.impl.HadoopShimsPre2_6
 
HadoopShimsPre2_7 - Class in org.apache.orc.impl
Shims for versions of Hadoop less than 2.7.
HadoopShimsPre2_7() - Constructor for class org.apache.orc.impl.HadoopShimsPre2_7
 

K

keyLength() - Method in enum org.apache.orc.EncryptionAlgorithm
 
KeyMetadata(String, int, EncryptionAlgorithm) - Constructor for class org.apache.orc.impl.HadoopShims.KeyMetadata
 

L

LocalKey(Key, byte[]) - Constructor for class org.apache.orc.impl.HadoopShims.LocalKey
 

O

org.apache.orc - package org.apache.orc
 
org.apache.orc.impl - package org.apache.orc.impl
 

P

putBuffer(ByteBuffer) - Method in interface org.apache.orc.impl.HadoopShims.ByteBufferPoolShim
Release a buffer back to the pool.

R

readBuffer(int, boolean) - Method in interface org.apache.orc.impl.HadoopShims.ZeroCopyReaderShim
Get a ByteBuffer from the FSDataInputStream - this can be either a HeapByteBuffer or an MappedByteBuffer.
releaseBuffer(ByteBuffer) - Method in interface org.apache.orc.impl.HadoopShims.ZeroCopyReaderShim
Release a ByteBuffer obtained from a read on the Also move the in stream by that amount.
reset() - Method in interface org.apache.orc.impl.HadoopShims.DirectDecompressor
 

T

toString() - Method in class org.apache.orc.impl.HadoopShims.KeyMetadata
 

V

valueOf(String) - Static method in enum org.apache.orc.EncryptionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.orc.impl.HadoopShims.DirectCompressionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.orc.EncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.orc.impl.HadoopShims.DirectCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G H K L O P R T V 
Skip navigation links

Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.