Uses of Class
com.streambase.sb.EntityType
-
Packages that use EntityType Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.com.streambase.sb.client Provides classes and interfaces used to communicate with a StreamBase server. -
-
Uses of EntityType in com.streambase.sb
Fields in com.streambase.sb declared as EntityType Modifier and Type Field Description static EntityTypeEntityType. CONTAINERRepresents a StreamBase container.static EntityTypeEntityType. DYNVARRepresents a StreamBase dynamic variable.static EntityTypeEntityType. INPUT_STREAMSRepresents input streams only.static EntityTypeEntityType. MODULE_REFERENCERepresents StreamBase Module Referencestatic EntityTypeEntityType. OPERATORRepresents a StreamBase operator.static EntityTypeEntityType. OUTPUT_STREAMSRepresents output streams only.static EntityTypeEntityType. SCHEMARepresents a StreamBase schema.static EntityTypeEntityType. STREAMRepresents a StreamBase stream.static EntityTypeEntityType. TABLERepresents a StreamBase query table.static EntityTypeEntityType. TABLE_CONCRETERepresents StreamBase query tables that are not references, or placeholders.static EntityTypeEntityType. WINDOW_SPECRepresents a StreamBase window.Methods in com.streambase.sb that return EntityType Modifier and Type Method Description static EntityTypeEntityType. forName(String name)Retrieve an EntityType for the given entity name -
Uses of EntityType in com.streambase.sb.client
Methods in com.streambase.sb.client with parameters of type EntityType Modifier and Type Method Description Set<StreamProperties>StreamBaseClient. getAllStreamProperties(EntityType type)Return all the StreamProperties available.Set<StreamProperties>StreamBaseClient. getAllStreamProperties(EntityType type, CaptureTransformStrategy strategy)Return all the StreamProperties availableString[]StreamBaseClient. listEntities(EntityType entityType)Return an array of entity names for the given entity type.String[]StreamBaseClient. listEntities(EntityType entityType, int flags)Return an array of entity names for the given entity type and flags.String[]StreamBaseClient. listEntities(EntityType entityType, int flags, CaptureTransformStrategy strategy)Return an array of entity names for the given entity type and flags.String[]StreamBaseClient. listEntities(EntityType entityType, CaptureTransformStrategy strategy)Return an array of entity names for the given entity type.
-