org.apache.hadoop.hdfs.client
Interface ShortCircuitCache.CacheVisitor

Enclosing class:
org.apache.hadoop.hdfs.client.ShortCircuitCache

public static interface ShortCircuitCache.CacheVisitor


Method Summary
 void visit(int numOutstandingMmaps, Map<ExtendedBlockId,org.apache.hadoop.hdfs.client.ShortCircuitReplica> replicas, Map<ExtendedBlockId,org.apache.hadoop.security.token.SecretManager.InvalidToken> failedLoads, Map<Long,org.apache.hadoop.hdfs.client.ShortCircuitReplica> evictable, Map<Long,org.apache.hadoop.hdfs.client.ShortCircuitReplica> evictableMmapped)
           
 

Method Detail

visit

void visit(int numOutstandingMmaps,
           Map<ExtendedBlockId,org.apache.hadoop.hdfs.client.ShortCircuitReplica> replicas,
           Map<ExtendedBlockId,org.apache.hadoop.security.token.SecretManager.InvalidToken> failedLoads,
           Map<Long,org.apache.hadoop.hdfs.client.ShortCircuitReplica> evictable,
           Map<Long,org.apache.hadoop.hdfs.client.ShortCircuitReplica> evictableMmapped)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.