|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedBlockId | |
---|---|
org.apache.hadoop.hdfs | A distributed implementation of FileSystem . |
org.apache.hadoop.hdfs.client | |
org.apache.hadoop.hdfs.server.datanode |
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)
|
ExtendedBlockId |
ShortCircuitShm.Slot.getBlockId()
Get the ExtendedBlockId associated with this slot. |
Methods in org.apache.hadoop.hdfs 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. |
Uses of ExtendedBlockId in org.apache.hadoop.hdfs.client |
---|
Method parameters in org.apache.hadoop.hdfs.client with type arguments of type ExtendedBlockId | |
---|---|
void |
ShortCircuitCache.CacheVisitor.visit(int numOutstandingMmaps,
Map<ExtendedBlockId,org.apache.hadoop.hdfs.client.ShortCircuitReplica> replicas,
Map<ExtendedBlockId,org.apache.hadoop.security.token.SecretManager.InvalidToken> failedLoads,
Map<Long,org.apache.hadoop.hdfs.client.ShortCircuitReplica> evictable,
Map<Long,org.apache.hadoop.hdfs.client.ShortCircuitReplica> evictableMmapped)
|
void |
ShortCircuitCache.CacheVisitor.visit(int numOutstandingMmaps,
Map<ExtendedBlockId,org.apache.hadoop.hdfs.client.ShortCircuitReplica> replicas,
Map<ExtendedBlockId,org.apache.hadoop.security.token.SecretManager.InvalidToken> failedLoads,
Map<Long,org.apache.hadoop.hdfs.client.ShortCircuitReplica> evictable,
Map<Long,org.apache.hadoop.hdfs.client.ShortCircuitReplica> evictableMmapped)
|
Uses of ExtendedBlockId in org.apache.hadoop.hdfs.server.datanode |
---|
Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type ExtendedBlockId | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |