Interface ShortCircuitRegistry.Visitor

Enclosing class:
ShortCircuitRegistry

public static interface ShortCircuitRegistry.Visitor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(HashMap<org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.ShmId,ShortCircuitRegistry.RegisteredShm> segments, org.apache.hadoop.thirdparty.com.google.common.collect.HashMultimap<org.apache.hadoop.hdfs.ExtendedBlockId,org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.Slot> slots)
     
  • Method Details

    • accept

      boolean accept(HashMap<org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.ShmId,ShortCircuitRegistry.RegisteredShm> segments, org.apache.hadoop.thirdparty.com.google.common.collect.HashMultimap<org.apache.hadoop.hdfs.ExtendedBlockId,org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.Slot> slots)