The available space in the stream queue is now at or below the threshold. Stream name = aa....aa, number of elements = bb....bb, upper limit value = cc....cc, threshold (%) = dd....dd
- aa....aa: Stream name
bb....bb: Number of elements stored in stream queue
cc....cc: Upper limit value for number of elements that can be stored in stream queue
dd....dd: Stream queue available size threshold (%) - Description:
- The available space in the input stream queue is at or below the threshold.
- System processing:
- The put(StreamTuple tuple) method or put(ArrayListStreamTuple tuple_list) method throws an SDPClientFreeInputQueueSizeThresholdOverException exception.
- Action to take:
- Inhibit transmission of tuples to the input stream.