Uses of Enum Class
org.apache.hadoop.fs.ReadOption
Packages that use ReadOption
Package
Description
Crypto related classes.
An abstract file system API.
-
Uses of ReadOption in org.apache.hadoop.crypto
Method parameters in org.apache.hadoop.crypto with type arguments of type ReadOptionModifier and TypeMethodDescriptionCryptoInputStream.read(ByteBufferPool bufferPool, int maxLength, EnumSet<ReadOption> opts) -
Uses of ReadOption in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return ReadOptionModifier and TypeMethodDescriptionstatic ReadOptionReturns the enum constant of this class with the specified name.static ReadOption[]ReadOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.hadoop.fs with type arguments of type ReadOptionModifier and TypeMethodDescriptionFSDataInputStream.read(ByteBufferPool bufferPool, int maxLength, EnumSet<ReadOption> opts) HasEnhancedByteBufferAccess.read(ByteBufferPool factory, int maxLength, EnumSet<ReadOption> opts) Get a ByteBuffer containing file data.