Uses of Class
org.apache.hadoop.hdfs.client.impl.BlockReaderFactory
Packages that use BlockReaderFactory
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of BlockReaderFactory in org.apache.hadoop.hdfs.client.impl
Methods in org.apache.hadoop.hdfs.client.impl that return BlockReaderFactoryModifier and TypeMethodDescriptionBlockReaderFactory.setAllowShortCircuitLocalReads(boolean allowShortCircuitLocalReads) BlockReaderFactory.setBlock(ExtendedBlock block) BlockReaderFactory.setBlockToken(org.apache.hadoop.security.token.Token<BlockTokenIdentifier> token) BlockReaderFactory.setCachingStrategy(CachingStrategy cachingStrategy) BlockReaderFactory.setClientCacheContext(ClientContext clientContext) BlockReaderFactory.setClientName(String clientName) BlockReaderFactory.setConfiguration(org.apache.hadoop.conf.Configuration configuration) BlockReaderFactory.setDatanodeInfo(DatanodeInfo datanode) BlockReaderFactory.setFileName(String fileName) BlockReaderFactory.setInetSocketAddress(InetSocketAddress inetSocketAddress) BlockReaderFactory.setLength(long length) BlockReaderFactory.setRemotePeerFactory(RemotePeerFactory remotePeerFactory) BlockReaderFactory.setStartOffset(long startOffset) BlockReaderFactory.setStorageType(org.apache.hadoop.fs.StorageType storageType) BlockReaderFactory.setUserGroupInformation(org.apache.hadoop.security.UserGroupInformation userGroupInformation) BlockReaderFactory.setVerifyChecksum(boolean verifyChecksum)