Uses of Class
org.apache.hadoop.hdfs.ReplicaAccessorBuilder
Packages that use ReplicaAccessorBuilder
-
Uses of ReplicaAccessorBuilder in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return ReplicaAccessorBuilderModifier and TypeMethodDescriptionabstract ReplicaAccessorBuilderReplicaAccessorBuilder.setAllowShortCircuitReads(boolean allowShortCircuit) Set whether short-circuit is enabled.abstract ReplicaAccessorBuilderSet the block ID and block pool ID which are being opened.abstract ReplicaAccessorBuilderReplicaAccessorBuilder.setBlockAccessToken(byte[] token) Set the block access token to use.abstract ReplicaAccessorBuilderReplicaAccessorBuilder.setClientName(String clientName) Set the name of the HDFS client.abstract ReplicaAccessorBuilderReplicaAccessorBuilder.setConfiguration(Configuration conf) Set the configuration to use.abstract ReplicaAccessorBuilderReplicaAccessorBuilder.setFileName(String fileName) Set the file name which is being opened.abstract ReplicaAccessorBuilderReplicaAccessorBuilder.setGenerationStamp(long genstamp) Set the genstamp of the block which is being opened.abstract ReplicaAccessorBuilderReplicaAccessorBuilder.setVerifyChecksum(boolean verifyChecksum) Set whether checksums must be verified.abstract ReplicaAccessorBuilderReplicaAccessorBuilder.setVisibleLength(long visibleLength) Set the length of the replica which is visible to this client.