StreamBase C++ API
10.6.6.1
|
sb | |
StreamBaseAdminClient | The StreamBase Admin Client API |
StreamBaseClient | The StreamBase client API |
StreamBaseEntityType | A type of entity in a StreamBase catalog |
DataType | A type of data in a tuple |
CompleteDataType | An object containing all the information about a data type – the primitive DataType; for DataType::TUPLEs, the Tuple's Schema; and for DataType::LISTs, the List elements' own CompleteDataType |
FieldValue | A value a Field may take on |
Field | Information (name, type, and optionally size) about a field in a Schema |
TupleStringParseException | Error parsing a tuple as a delimited string |
NoSuchFieldException | No field found with the given name or index |
NonTupleFieldInPath | Field path name contained an not-leaf segment whose type was not TUPLE |
Schema | A type of tuple, containing zero or more fields (each encapsulated as a Schema::Field object) |
ClientSettings | This class loads all the environment variables used by the C++ client API |
StreamProperties | Properties of a single stream |
Tuple | Tuples are value types that can be copied and modified separately thus |
TupleList | TupleLists are value types that can be copied and modified seperately thus |
MalformedURIException | An invalid URI was specified in a StreamBaseURI constructor |
StreamBaseURI | A URI for a StreamBase client connection |
ArgumentOutOfRange | Null value encountered |
DequeueResult | Encapsulates the data returned from a dequeue() operation |
Interceptor | A callback interface that can be implemented by an object that is associated with a StreamBaseClient and which gets used in the course of dequeuing tuples |
TimestampException | Attempted to parse an invalid Timestamp string |
Timestamp | Class for representing moments in time and intervals at millisecond granularity |
StreamBaseException | The base class for all StreamBaseExceptions |
StreamBaseNoSuchEntityException | Requested an entity which doesn't exist |
StreamBaseBadXmlException | Non-well-formed XML |
StreamBaseBadEntityException | Semantically invalid XML (e.g., box doesn't have a type) |
StreamBaseTypingException | Typechecking failed |
StreamBaseIllegalArgumentException | Miscellaneous illegal argument |
StreamBaseNotImplementedException | A feature is not implemented |
StreamBaseNotSupportedException | A feature is not supported |
StreamBaseNetworkException | A network (TCP/IP) error was encountered |
StreamBaseTimeoutException | A network timeout error was encountered |
StreamBaseDequeueTimeoutException | A dequeued result was not available in the time allowed |
IllegalArgumentException | Illegal Argument |
NullValueException | Null value encountered |
StreamBaseXmlRpcFault | An XML/RPC error has occurred |
StreamBaseListException | An Exception which contains a list of cause exceptions |