org.apache.hadoop.hdfs.client
Class DfsClientShmManager.PerDatanodeVisitorInfo

java.lang.Object
  extended by org.apache.hadoop.hdfs.client.DfsClientShmManager.PerDatanodeVisitorInfo
Enclosing class:
org.apache.hadoop.hdfs.client.DfsClientShmManager

public static class DfsClientShmManager.PerDatanodeVisitorInfo
extends Object


Field Summary
 boolean disabled
           
 TreeMap<ShortCircuitShm.ShmId,DfsClientShm> full
           
 TreeMap<ShortCircuitShm.ShmId,DfsClientShm> notFull
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

full

public final TreeMap<ShortCircuitShm.ShmId,DfsClientShm> full

notFull

public final TreeMap<ShortCircuitShm.ShmId,DfsClientShm> notFull

disabled

public final boolean disabled


Copyright © 2014 Apache Software Foundation. All Rights Reserved.