Uses of Enum Class
org.apache.hadoop.util.DataChecksum.Type
Packages that use DataChecksum.Type
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Common utilities.
-
Uses of DataChecksum.Type in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return DataChecksum.TypeConstructors in org.apache.hadoop.fs with parameters of type DataChecksum.TypeModifierConstructorDescriptionFsServerDefaults(long blockSize, int bytesPerChecksum, int writePacketSize, short replication, int fileBufferSize, boolean encryptDataTransfer, long trashInterval, DataChecksum.Type checksumType) FsServerDefaults(long blockSize, int bytesPerChecksum, int writePacketSize, short replication, int fileBufferSize, boolean encryptDataTransfer, long trashInterval, DataChecksum.Type checksumType, String keyProviderUri) FsServerDefaults(long blockSize, int bytesPerChecksum, int writePacketSize, short replication, int fileBufferSize, boolean encryptDataTransfer, long trashInterval, DataChecksum.Type checksumType, String keyProviderUri, byte storagepolicy) FsServerDefaults(long blockSize, int bytesPerChecksum, int writePacketSize, short replication, int fileBufferSize, boolean encryptDataTransfer, long trashInterval, DataChecksum.Type checksumType, String keyProviderUri, byte storagepolicy, boolean snapshotTrashRootEnabled) -
Uses of DataChecksum.Type in org.apache.hadoop.util
Methods in org.apache.hadoop.util that return DataChecksum.TypeModifier and TypeMethodDescriptionstatic DataChecksum.TypeDataChecksum.Type.valueOf(int id) the type corresponding to the id.static DataChecksum.TypeReturns the enum constant of this class with the specified name.static DataChecksum.Type[]DataChecksum.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.