Interface RangeStreamer.SourceFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean apply​(Replica replica)  
      java.lang.String message​(Replica replica)  
      • Methods inherited from interface com.google.common.base.Predicate

        equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Method Detail

      • apply

        boolean apply​(Replica replica)
        Specified by:
        apply in interface com.google.common.base.Predicate<Replica>
      • message

        java.lang.String message​(Replica replica)