Class NoopRowIngestionMeters
java.lang.Object
org.apache.druid.segment.incremental.NoopRowIngestionMeters
- All Implemented Interfaces:
InputStats,RowIngestionMeters
This class is used only in
RealtimeIndexTask which is deprecated now.
Consider using RowIngestionMetersFactory instead.-
Field Summary
Fields inherited from interface org.apache.druid.segment.incremental.RowIngestionMeters
BUILD_SEGMENTS, DETERMINE_PARTITIONS, PROCESSED, PROCESSED_BYTES, PROCESSED_WITH_ERROR, THROWN_AWAY, UNPARSEABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglongvoidvoidvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.segment.incremental.RowIngestionMeters
getProcessedBytes, incrementProcessedBytes
-
Constructor Details
-
NoopRowIngestionMeters
public NoopRowIngestionMeters()
-
-
Method Details
-
getProcessed
public long getProcessed()- Specified by:
getProcessedin interfaceRowIngestionMeters
-
incrementProcessed
public void incrementProcessed()- Specified by:
incrementProcessedin interfaceRowIngestionMeters
-
getProcessedWithError
public long getProcessedWithError()- Specified by:
getProcessedWithErrorin interfaceRowIngestionMeters
-
incrementProcessedWithError
public void incrementProcessedWithError()- Specified by:
incrementProcessedWithErrorin interfaceRowIngestionMeters
-
getUnparseable
public long getUnparseable()- Specified by:
getUnparseablein interfaceRowIngestionMeters
-
incrementUnparseable
public void incrementUnparseable()- Specified by:
incrementUnparseablein interfaceRowIngestionMeters
-
getThrownAway
public long getThrownAway()- Specified by:
getThrownAwayin interfaceRowIngestionMeters
-
incrementThrownAway
public void incrementThrownAway()- Specified by:
incrementThrownAwayin interfaceRowIngestionMeters
-
getTotals
- Specified by:
getTotalsin interfaceRowIngestionMeters
-
getMovingAverages
- Specified by:
getMovingAveragesin interfaceRowIngestionMeters
-