Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static FilterStream |
FilterStream.create(Filter filter)
Creates a stream using a filter that provides the event type name and filter expression to filter for.
|
static FilterStream |
FilterStream.create(Filter filter,
java.lang.String streamName)
Creates a stream using a filter that provides the event type name and filter expression to filter for.
|
static FilterStream |
FilterStream.create(java.lang.String eventTypeName)
Creates a stream of events of the given name.
|
static FilterStream |
FilterStream.create(java.lang.String eventTypeName,
Expression filter)
Creates a stream of events of the given event type name and names that stream.
|
static FilterStream |
FilterStream.create(java.lang.String eventTypeName,
java.lang.String streamName)
Creates a stream of events of the given event type name and names that stream.
|
static FilterStream |
FilterStream.create(java.lang.String eventTypeName,
java.lang.String streamName,
Expression filter)
Creates a stream of events of the given event type name and names that stream.
|