com.ibm.websphere.batch

Interface RecordMetrics

All known implementing classes:
AbstractBatchDataInputStreamRecordMetrics, AbstractBatchDataOutputStreamRecordMetrics

  1. public interface RecordMetrics
RecordMetrics defines the interface for the batch data stream record metrics Metric name can be one of the following: skip - number of records skipped for this batch data stream rps - number of records per second for this batch data stream

Nested Class Summary

Modifier and Type Interface and Description
  1. static class
RecordMetrics.MetricName

Method Summary

Modifier and Type Method and Description
  1. long
getMetric(RecordMetrics.MetricName metricName)
Returns the value of the batch data stream metric specified

Method Detail

getMetric

  1. long getMetric(RecordMetrics.MetricName metricName)
Returns the value of the batch data stream metric specified
Parameters:
metricName - - skip or rps
Returns:
metricValue