Class NBCLIOptions.LoggerConfig

java.lang.Object
io.nosqlbench.engine.cli.NBCLIOptions.LoggerConfig
Enclosing class:
NBCLIOptions

public static class NBCLIOptions.LoggerConfig
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String file  
    java.lang.String interval  
    java.lang.String pattern  
  • Constructor Summary

    Constructors 
    Constructor Description
    LoggerConfig​(java.lang.String histoLoggerSpec)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFilename()  

    Methods inherited from class java.lang.Object

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

    • file

      public java.lang.String file
    • pattern

      public java.lang.String pattern
    • interval

      public java.lang.String interval
  • Constructor Details

    • LoggerConfig

      public LoggerConfig​(java.lang.String histoLoggerSpec)
  • Method Details