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
AutoScaler is started when the JmsIO.UnboundedJmsReader is started. |
void |
stop()
The
AutoScaler is stopped when the JmsIO.UnboundedJmsReader is 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.