Uses of Interface
com.streambase.sb.operator.Parameterizable
Package
Description
Provides classes and interfaces to add custom operators to Streaming applications.
Provides classes and interfaces to specify parameters for custom operators.
-
Uses of Parameterizable in com.streambase.sb.operator
Modifier and TypeMethodDescriptionOperator.getParameters()
Returns the Java Bean that holds the user-configurable parameters visible in the StreamBase Studio Properties View of this operator.Modifier and TypeMethodDescriptionvoid
Operator.setParameters
(Parameterizable params) Sets the Java Bean that holds the user-configurable parameters visible in the StreamBase Studio Properties View of this operator. -
Uses of Parameterizable in com.streambase.sb.operator.parameter
Modifier and TypeMethodDescriptionSBPropertyDescriptor.Setter.getValue
(SBPropertyDescriptor pd, Parameterizable bean) Get valueString[]
SBPropertyDescriptor.Setter.getValues
(SBPropertyDescriptor pd, Parameterizable bean) Get array value