Uses of Class
org.apache.hadoop.hdfs.ExtendedBlockId

Packages that use ExtendedBlockId
org.apache.hadoop.hdfs A distributed implementation of FileSystem
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.shortcircuit   
 

Uses of ExtendedBlockId in org.apache.hadoop.hdfs
 

Methods in org.apache.hadoop.hdfs that return ExtendedBlockId
static ExtendedBlockId ExtendedBlockId.fromExtendedBlock(org.apache.hadoop.hdfs.protocol.ExtendedBlock block)
           
 

Uses of ExtendedBlockId in org.apache.hadoop.hdfs.server.datanode
 

Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type ExtendedBlockId
 String ShortCircuitRegistry.getClientNames(ExtendedBlockId blockId)
           
 void ShortCircuitRegistry.processBlockInvalidation(ExtendedBlockId blockId)
          Invalidate any slot associated with a blockId that we are invalidating (deleting) from this DataNode.
 void ShortCircuitRegistry.processBlockMlockEvent(ExtendedBlockId blockId)
          Process a block mlock event from the FsDatasetCache.
 boolean ShortCircuitRegistry.processBlockMunlockRequest(ExtendedBlockId blockId)
          Mark any slots associated with this blockId as unanchorable.
 void ShortCircuitRegistry.registerSlot(ExtendedBlockId blockId, ShortCircuitShm.SlotId slotId, boolean isCached)
           
 

Uses of ExtendedBlockId in org.apache.hadoop.hdfs.shortcircuit
 

Methods in org.apache.hadoop.hdfs.shortcircuit that return ExtendedBlockId
 ExtendedBlockId ShortCircuitShm.Slot.getBlockId()
          Get the ExtendedBlockId associated with this slot.
 

Methods in org.apache.hadoop.hdfs.shortcircuit with parameters of type ExtendedBlockId
 ShortCircuitShm.Slot ShortCircuitShm.allocAndRegisterSlot(ExtendedBlockId blockId)
          Allocate a new slot and register it.
 ShortCircuitShm.Slot ShortCircuitShm.registerSlot(int slotIdx, ExtendedBlockId blockId)
          Register a slot.
 

Method parameters in org.apache.hadoop.hdfs.shortcircuit with type arguments of type ExtendedBlockId
 void ShortCircuitCache.CacheVisitor.visit(int numOutstandingMmaps, Map<ExtendedBlockId,org.apache.hadoop.hdfs.shortcircuit.ShortCircuitReplica> replicas, Map<ExtendedBlockId,org.apache.hadoop.security.token.SecretManager.InvalidToken> failedLoads, Map<Long,org.apache.hadoop.hdfs.shortcircuit.ShortCircuitReplica> evictable, Map<Long,org.apache.hadoop.hdfs.shortcircuit.ShortCircuitReplica> evictableMmapped)
           
 void ShortCircuitCache.CacheVisitor.visit(int numOutstandingMmaps, Map<ExtendedBlockId,org.apache.hadoop.hdfs.shortcircuit.ShortCircuitReplica> replicas, Map<ExtendedBlockId,org.apache.hadoop.security.token.SecretManager.InvalidToken> failedLoads, Map<Long,org.apache.hadoop.hdfs.shortcircuit.ShortCircuitReplica> evictable, Map<Long,org.apache.hadoop.hdfs.shortcircuit.ShortCircuitReplica> evictableMmapped)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.