public class FilterStreamSpecCompiled extends StreamSpecBase implements StreamSpecCompiled
EMPTY_STREAM_ARRAY
Constructor and Description |
---|
FilterStreamSpecCompiled(FilterSpecCompiled filterSpec,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
FilterSpecCompiled |
getFilterSpec()
Returns filter specification for which events the stream will getSelectListEvents.
|
void |
setFilterSpec(FilterSpecCompiled filterSpec)
Sets a filter specification.
|
getOptionalStreamName, getOptions, getViewSpecs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOptionalStreamName, getOptions, getViewSpecs
public FilterStreamSpecCompiled(FilterSpecCompiled filterSpec, ViewSpec[] viewSpecs, String optionalStreamName, StreamSpecOptions streamSpecOptions)
filterSpec
- - specifies what events we are interested in.viewSpecs
- - specifies what view to use to derive dataoptionalStreamName
- - stream name, or null if none suppliedstreamSpecOptions
- - additional options such as unidirectional stream in a joinpublic FilterSpecCompiled getFilterSpec()
public void setFilterSpec(FilterSpecCompiled filterSpec)
filterSpec
- to set