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,
String streamName)
Creates a stream using a filter that provides the event type name and filter expression to filter for.
|
static FilterStream |
FilterStream.create(String eventTypeName)
Creates a stream of events of the given name.
|
static FilterStream |
FilterStream.create(String eventTypeName,
Expression filter)
Creates a stream of events of the given event type name and names that stream.
|
static FilterStream |
FilterStream.create(String eventTypeName,
String streamName)
Creates a stream of events of the given event type name and names that stream.
|
static FilterStream |
FilterStream.create(String eventTypeName,
String streamName,
Expression filter)
Creates a stream of events of the given event type name and names that stream.
|
Copyright © 2005–2018. All rights reserved.