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

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

Uses of ShortCircuitShm in org.apache.hadoop.hdfs
 

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

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

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

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)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.