Uses of Enum Class
org.apache.hadoop.hdfs.protocol.BlockChecksumType
Packages that use BlockChecksumType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of BlockChecksumType in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return BlockChecksumTypeModifier and TypeMethodDescriptionBlockChecksumOptions.getBlockChecksumType()static BlockChecksumTypeReturns the enum constant of this class with the specified name.static BlockChecksumType[]BlockChecksumType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.hdfs.protocol with parameters of type BlockChecksumTypeModifierConstructorDescriptionBlockChecksumOptions(BlockChecksumType blockChecksumType) BlockChecksumOptions(BlockChecksumType blockChecksumType, long stripeLength) -
Uses of BlockChecksumType in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return BlockChecksumTypeModifier and TypeMethodDescriptionstatic BlockChecksumTypePBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockChecksumTypeProto blockChecksumTypeProto) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type BlockChecksumTypeModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockChecksumTypeProtoPBHelperClient.convert(BlockChecksumType type)