put(ArrayList<StreamTuple> tuple_list) method

Format

void put(ArrayList<StreamTuple> tuple_list)

Explanation

Sends multiple tuples.

Parameters

tuple_list

Specifies a list of tuples to be sent (StreamTuple type object).

Exceptions

The following table shows the exceptions and the conditions for their generation.

ExceptionGeneration condition
ClassCastExceptionAn element other than StreamTuple was included in the list in the parameter.
NullPointerException
  • null or a list containing null was specified for the parameter.
  • A StreamTuple type object containing null was specified in one of the data object arrays constituting an element of the tuple list.
SDPClientCommunicationExceptionA communication exception occurred during RMI connection.
SDPClientException
  • The data type of an element in the tuple list is different from the stream definition.
  • The input stream was already closed.
SDPClientQueryGroupHoldExceptionThe query group is held.
SDPClientQueryGroupNotExistExceptionThe query group was deleted.
SDPClientQueryGroupStateExceptionThe query group is not being executed.
SDPClientQueryGroupStopExceptionThe query group is stopped.

Return value

None.