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

Packages that use ShortCircuitShm.SlotId
org.apache.hadoop.hdfs A distributed implementation of FileSystem
org.apache.hadoop.hdfs.protocolPB   
org.apache.hadoop.hdfs.server.datanode   
 

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

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

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)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.