Uses of Enum Class
com.streambase.sb.CaptureTransformStrategy
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
Provides classes and interfaces used to communicate with a Streaming server.
Provides classes and interfaces to add custom operators to Streaming applications.
Provides classes and interfaces used to author Streaming Unit tests.
-
Uses of CaptureTransformStrategy in com.streambase.sb
Modifier and TypeMethodDescriptionStreamProperties.getCaptureTransformStrategy()
Get capture transform strategystatic CaptureTransformStrategy
Returns the enum constant of this class with the specified name.static CaptureTransformStrategy[]
CaptureTransformStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CaptureTransformStrategy in com.streambase.sb.client
Modifier and TypeMethodDescriptionStreamBaseClient.getAllStreamProperties
(EntityType type, CaptureTransformStrategy strategy) Return all the StreamProperties availableAdmin.getStreamProperties
(long timeoutMS, String streamName, CaptureTransformStrategy strategy) Return the StreamProperties for the given name.HAAdmin.getStreamProperties
(long timeoutMS, String streamName, CaptureTransformStrategy strategy) StreamBaseClient.getStreamProperties
(String streamName, CaptureTransformStrategy strategy) Return the StreamProperties for the given stream nameXmlRpcAdmin.getStreamProperties
(long timeoutMS, String streamName, CaptureTransformStrategy strategy) String[]
Admin.listEntities
(long timeoutMS, String entityType, int flags, CaptureTransformStrategy strategy) Return an array of entity names for the given entity typeString[]
HAAdmin.listEntities
(long timeoutMS, String entityType, int flags, 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) DeMUXStreamBaseClient.subscribe
(String streamName, CaptureTransformStrategy strategy) DeMUXStreamBaseClient.subscribe
(String streamName, CaptureTransformStrategy strategy, String logicalstream, String predicate) StreamBaseClient.subscribe
(String streamName, CaptureTransformStrategy strategy) Subscribe to a streamStreamBaseClient.subscribe
(String streamName, CaptureTransformStrategy strategy, String logicalstream, String predicate) Subscribe to a stream with a predicate. -
Uses of CaptureTransformStrategy in com.streambase.sb.operator
Modifier and TypeMethodDescriptionfinal CaptureTransformStrategy
Operator.getCaptureStrategy()
Returns the capture transform strategy that this Operator will use.Modifier and TypeMethodDescriptionfinal 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
Modifier and TypeMethodDescriptionSBServerManager.getTableAccessor
(String tablePath, CaptureTransformStrategy captureStrategy) Return a TableAccessor suitable for manipulating this table.