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

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

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

Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type ShortCircuitShm
 void ShortCircuitRegistry.removeShm(ShortCircuitShm shm)
           
 

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

Subclasses of ShortCircuitShm in org.apache.hadoop.hdfs.shortcircuit
 class DfsClientShm
          DfsClientShm is a subclass of ShortCircuitShm which is used by the DfsClient.
 

Methods in org.apache.hadoop.hdfs.shortcircuit that return ShortCircuitShm
 ShortCircuitShm ShortCircuitShm.Slot.getShm()
          Get the short-circuit memory segment associated with this Slot.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.