Uses of Class
org.apache.hadoop.hdfs.ReplicaAccessorBuilder
Packages that use ReplicaAccessorBuilder
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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(org.apache.hadoop.conf.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. -
Uses of ReplicaAccessorBuilder in org.apache.hadoop.hdfs.client.impl
Methods in org.apache.hadoop.hdfs.client.impl that return types with arguments of type ReplicaAccessorBuilderModifier and TypeMethodDescriptionList<Class<? extends ReplicaAccessorBuilder>>DfsClientConf.getReplicaAccessorBuilderClasses()