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

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

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

Methods in org.apache.hadoop.hdfs.protocolPB that return ShortCircuitShm.ShmId
static ShortCircuitShm.ShmId PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ShortCircuitShmIdProto shmId)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type ShortCircuitShm.ShmId
static org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ShortCircuitShmIdProto PBHelper.convert(ShortCircuitShm.ShmId shmId)
           
 

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

Fields in org.apache.hadoop.hdfs.server.datanode declared as ShortCircuitShm.ShmId
 ShortCircuitShm.ShmId ShortCircuitRegistry.NewShmInfo.shmId
           
 

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

Fields in org.apache.hadoop.hdfs.shortcircuit with type parameters of type ShortCircuitShm.ShmId
 TreeMap<ShortCircuitShm.ShmId,DfsClientShm> DfsClientShmManager.PerDatanodeVisitorInfo.full
           
 TreeMap<ShortCircuitShm.ShmId,DfsClientShm> DfsClientShmManager.PerDatanodeVisitorInfo.notFull
           
 

Methods in org.apache.hadoop.hdfs.shortcircuit that return ShortCircuitShm.ShmId
static ShortCircuitShm.ShmId ShortCircuitShm.ShmId.createRandom()
          Generate a random ShmId.
 ShortCircuitShm.ShmId ShortCircuitShm.getShmId()
           
 ShortCircuitShm.ShmId ShortCircuitShm.SlotId.getShmId()
           
 

Methods in org.apache.hadoop.hdfs.shortcircuit with parameters of type ShortCircuitShm.ShmId
 int ShortCircuitShm.ShmId.compareTo(ShortCircuitShm.ShmId other)
           
 

Constructors in org.apache.hadoop.hdfs.shortcircuit with parameters of type ShortCircuitShm.ShmId
ShortCircuitShm.SlotId(ShortCircuitShm.ShmId shmId, int slotIdx)
           
ShortCircuitShm(ShortCircuitShm.ShmId shmId, FileInputStream stream)
          Create the ShortCircuitShm.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.