Class SimpleRowIngestionMeters
java.lang.Object
org.apache.druid.segment.incremental.SimpleRowIngestionMeters
- All Implemented Interfaces:
InputStats,RowIngestionMeters
-
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 TypeMethodDescriptionvoidaddRowIngestionMetersTotals(RowIngestionMetersTotals rowIngestionMetersTotals) longlonglonglonglongvoidvoidincrementProcessedBytes(long increment) voidvoidvoid
-
Constructor Details
-
SimpleRowIngestionMeters
public SimpleRowIngestionMeters()
-
-
Method Details
-
getProcessed
public long getProcessed()- Specified by:
getProcessedin interfaceRowIngestionMeters
-
incrementProcessed
public void incrementProcessed()- Specified by:
incrementProcessedin interfaceRowIngestionMeters
-
incrementProcessedBytes
public void incrementProcessedBytes(long increment) - Specified by:
incrementProcessedBytesin interfaceInputStats- Specified by:
incrementProcessedBytesin interfaceRowIngestionMeters
-
getProcessedBytes
public long getProcessedBytes()- Specified by:
getProcessedBytesin interfaceInputStats- Specified by:
getProcessedBytesin 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
-
addRowIngestionMetersTotals
-