Class TagFilter.Result

java.lang.Object
io.nosqlbench.engine.api.util.TagFilter.Result
Enclosing class:
TagFilter

public static class TagFilter.Result
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Result​(boolean matched, java.util.List<java.lang.String> log)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getLog()  
    boolean matched()  
    static TagFilter.Result Matched​(java.lang.String reason)  
    static TagFilter.Result Unmatched​(java.lang.String reason)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Result

      public Result​(boolean matched, java.util.List<java.lang.String> log)
  • Method Details