Uses of Class
com.streambase.sb.CaptureTransformStrategy
-
Packages that use CaptureTransformStrategy 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.com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications.com.streambase.sb.unittest Provides classes and interfaces used to author StreamBase Unit tests. -
-
Uses of CaptureTransformStrategy in com.streambase.sb
Methods in com.streambase.sb that return CaptureTransformStrategy Modifier and Type Method Description CaptureTransformStrategy
StreamProperties. getCaptureTransformStrategy()
static CaptureTransformStrategy
CaptureTransformStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static CaptureTransformStrategy[]
CaptureTransformStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CaptureTransformStrategy in com.streambase.sb.client
Methods in com.streambase.sb.client with parameters of type CaptureTransformStrategy Modifier and Type Method Description Set<StreamProperties>
StreamBaseClient. getAllStreamProperties(EntityType type, CaptureTransformStrategy strategy)
Return all the StreamProperties availableStreamProperties
StreamBaseClient. getStreamProperties(String streamName, CaptureTransformStrategy strategy)
Return the StreamProperties for the given stream nameStreamProperties
XmlRpcAdmin. getStreamProperties(long timeoutMS, String streamName, CaptureTransformStrategy strategy)
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.String[]
StreamBaseClient. listEntities(String entityPath, int flags, CaptureTransformStrategy strategy)
Return an array of entity names for the given entity path.String[]
XmlRpcAdmin. listEntities(long timeoutMS, String entityType, int flags, CaptureTransformStrategy strategy)
StreamProperties
DeMUXStreamBaseClient. subscribe(String streamName, CaptureTransformStrategy strategy)
StreamProperties
DeMUXStreamBaseClient. subscribe(String streamName, CaptureTransformStrategy strategy, String logicalstream, String predicate)
StreamProperties
StreamBaseClient. subscribe(String streamName, CaptureTransformStrategy strategy)
Subscribe to a streamStreamProperties
StreamBaseClient. subscribe(String streamName, CaptureTransformStrategy strategy, String logicalstream, String predicate)
Subscribe to a stream with a predicate. -
Uses of CaptureTransformStrategy in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return CaptureTransformStrategy Modifier and Type Method Description CaptureTransformStrategy
Operator. getCaptureStrategy()
Returns the capture transform strategy that this Operator will use.Methods in com.streambase.sb.operator with parameters of type CaptureTransformStrategy Modifier and Type Method Description void
Operator. setCaptureStrategy(CaptureTransformStrategy cts)
Set the capture transform strategy to use for the inputs and outputs of this Operator. -
Uses of CaptureTransformStrategy in com.streambase.sb.unittest
Methods in com.streambase.sb.unittest with parameters of type CaptureTransformStrategy Modifier and Type Method Description TableAccessor
SBServerManager. getTableAccessor(String tablePath, CaptureTransformStrategy captureStrategy)
Return a TableAccessor suitable for manipulating this table.
-