Uses of Class
org.apache.hadoop.hdfs.ExtendedBlockId
Packages that use ExtendedBlockId
-
Uses of ExtendedBlockId in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return ExtendedBlockIdModifier and TypeMethodDescriptionstatic ExtendedBlockIdExtendedBlockId.fromExtendedBlock(ExtendedBlock block) -
Uses of ExtendedBlockId in org.apache.hadoop.hdfs.shortcircuit
Methods in org.apache.hadoop.hdfs.shortcircuit that return ExtendedBlockIdModifier and TypeMethodDescriptionShortCircuitShm.Slot.getBlockId()Get the ExtendedBlockId associated with this slot.ShortCircuitReplica.getKey()Methods in org.apache.hadoop.hdfs.shortcircuit with parameters of type ExtendedBlockIdModifier and TypeMethodDescriptionfinal ShortCircuitShm.SlotShortCircuitShm.allocAndRegisterSlot(ExtendedBlockId blockId) Allocate a new slot and register it.ShortCircuitCache.allocShmSlot(DatanodeInfo datanode, DomainPeer peer, org.apache.commons.lang3.mutable.MutableBoolean usedPeer, ExtendedBlockId blockId, String clientName) Allocate a new shared memory slot.DfsClientShmManager.allocSlot(DatanodeInfo datanode, DomainPeer peer, org.apache.commons.lang3.mutable.MutableBoolean usedPeer, ExtendedBlockId blockId, String clientName) protected ShortCircuitReplicaInfoShortCircuitCache.fetch(ExtendedBlockId key, org.apache.hadoop.util.Waitable<ShortCircuitReplicaInfo> waitable) Fetch an existing ReplicaInfo object.ShortCircuitCache.fetchOrCreate(ExtendedBlockId key, ShortCircuitCache.ShortCircuitReplicaCreator creator) Fetch or create a replica.final ShortCircuitShm.SlotShortCircuitShm.registerSlot(int slotIdx, ExtendedBlockId blockId) Register a slot.Method parameters in org.apache.hadoop.hdfs.shortcircuit with type arguments of type ExtendedBlockIdModifier and TypeMethodDescriptionvoidShortCircuitCache.CacheVisitor.visit(int numOutstandingMmaps, Map<ExtendedBlockId, ShortCircuitReplica> replicas, Map<ExtendedBlockId, org.apache.hadoop.security.token.SecretManager.InvalidToken> failedLoads, org.apache.commons.collections4.map.LinkedMap evictable, org.apache.commons.collections4.map.LinkedMap evictableMmapped) Constructors in org.apache.hadoop.hdfs.shortcircuit with parameters of type ExtendedBlockIdModifierConstructorDescriptionShortCircuitReplica(ExtendedBlockId key, FileInputStream dataStream, FileInputStream metaStream, ShortCircuitCache cache, long creationTimeMs, ShortCircuitShm.Slot slot)