public interface SPLSchemas
Modifier and Type | Field and Description |
---|---|
static com.ibm.streams.operator.StreamSchema |
BLOB
SPL schema used by
TStream<com.ibm.streams.operator.types.Blob> streams. |
static com.ibm.streams.operator.StreamSchema |
JSON
SPL schema used to publish and subscribe to
TStream<JSONObject> streams. |
static com.ibm.streams.operator.StreamSchema |
STRING
SPL schema used by
TStream<String> streams. |
static com.ibm.streams.operator.StreamSchema |
XML
SPL schema used by
TStream<com.ibm.streams.operator.types.XML> streams . |
static final com.ibm.streams.operator.StreamSchema STRING
TStream<String>
streams. Consists of a single
attribute of type rstring string
.static final com.ibm.streams.operator.StreamSchema XML
TStream<com.ibm.streams.operator.types.XML> streams
.
Consists of a single attribute of type xml document
.static final com.ibm.streams.operator.StreamSchema BLOB
TStream<com.ibm.streams.operator.types.Blob>
streams.
Consists of a single attribute of type blob binary
.static final com.ibm.streams.operator.StreamSchema JSON
TStream<JSONObject>
streams. Used to interchange
streams of JSON objects between applications.
Consists of a single attribute of type rstring jsonString
.