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

Packages that use ShortCircuitShm.Slot
org.apache.hadoop.hdfs A distributed implementation of FileSystem
 

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

Methods in org.apache.hadoop.hdfs that return ShortCircuitShm.Slot
 ShortCircuitShm.Slot ShortCircuitShm.allocAndRegisterSlot(ExtendedBlockId blockId)
          Allocate a new slot and register it.
 ShortCircuitShm.Slot ShortCircuitShm.getSlot(int slotIdx)
           
 ShortCircuitShm.Slot ShortCircuitShm.SlotIterator.next()
           
 ShortCircuitShm.Slot ShortCircuitShm.registerSlot(int slotIdx, ExtendedBlockId blockId)
          Register a slot.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.