Class SinkMetrics

    • Constructor Summary

      Constructors 
      Constructor Description
      SinkMetrics()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Counter bytesWritten()
      Counter of bytes written to a sink.
      static Counter elementsWritten()
      Counter of elements written to a sink.
      • Methods inherited from class java.lang.Object

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

      • SinkMetrics

        public SinkMetrics()
    • Method Detail

      • elementsWritten

        public static Counter elementsWritten()
        Counter of elements written to a sink.
      • bytesWritten

        public static Counter bytesWritten()
        Counter of bytes written to a sink.