Uses of Class
org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.SlotId

Packages that use ShortCircuitShm.SlotId
org.apache.hadoop.hdfs.protocolPB   
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.shortcircuit   
 

Uses of ShortCircuitShm.SlotId in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return ShortCircuitShm.SlotId
static ShortCircuitShm.SlotId PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ShortCircuitShmSlotProto slotId)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type ShortCircuitShm.SlotId
static org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ShortCircuitShmSlotProto PBHelper.convert(ShortCircuitShm.SlotId slotId)
           
 

Uses of ShortCircuitShm.SlotId in org.apache.hadoop.hdfs.server.datanode
 

Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type ShortCircuitShm.SlotId
 void ShortCircuitRegistry.registerSlot(ExtendedBlockId blockId, ShortCircuitShm.SlotId slotId, boolean isCached)
           
 void ShortCircuitRegistry.unregisterSlot(ShortCircuitShm.SlotId slotId)
           
 

Uses of ShortCircuitShm.SlotId in org.apache.hadoop.hdfs.shortcircuit
 

Methods in org.apache.hadoop.hdfs.shortcircuit that return ShortCircuitShm.SlotId
 ShortCircuitShm.SlotId ShortCircuitShm.Slot.getSlotId()
          Get the SlotId of this slot, containing both shmId and slotIdx.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.