public interface AutoScaler
extends java.io.Serializable
JmsIO to report
 UnboundedSource.UnboundedReader#getTotalBacklogBytes().| Modifier and Type | Method and Description | 
|---|---|
| long | getTotalBacklogBytes()Returns the size of the backlog of unread data in the underlying data source represented by all
 splits of this source. | 
| void | start()The  AutoScaleris started when theJmsIO.UnboundedJmsReaderis started. | 
| void | stop()The  AutoScaleris stopped when theJmsIO.UnboundedJmsReaderis closed. | 
void start()
AutoScaler is started when the JmsIO.UnboundedJmsReader is started.long getTotalBacklogBytes()
void stop()
AutoScaler is stopped when the JmsIO.UnboundedJmsReader is closed.