public class FilterStreamSpecRaw extends StreamSpecBase implements StreamSpecRaw, java.io.Serializable
Constructor and Description |
---|
FilterStreamSpecRaw()
Default ctor.
|
FilterStreamSpecRaw(FilterSpecRaw rawFilterSpec,
ViewSpec[] viewSpecs,
java.lang.String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
FilterSpecRaw |
getRawFilterSpec()
Returns the unvalided filter spec.
|
getOptionalStreamName, getOptions, getViewSpecs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOptionalStreamName, getOptions, getViewSpecs
public FilterStreamSpecRaw(FilterSpecRaw rawFilterSpec, ViewSpec[] viewSpecs, java.lang.String optionalStreamName, StreamSpecOptions streamSpecOptions)
rawFilterSpec
- is unvalidated filter specificationviewSpecs
- is the view definitionoptionalStreamName
- is the stream name if supplied, or null if not suppliedstreamSpecOptions
- - additional options, such as unidirectional stream in a joinpublic FilterStreamSpecRaw()
public FilterSpecRaw getRawFilterSpec()