|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamSelector | |
---|---|
com.espertech.esper.client | This package defines the central Esper Client APIs. |
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of StreamSelector in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client that return StreamSelector | |
---|---|
StreamSelector |
ConfigurationEngineDefaults.StreamSelection.getDefaultStreamSelector()
Returns the default stream selector. |
Methods in com.espertech.esper.client with parameters of type StreamSelector | |
---|---|
void |
ConfigurationEngineDefaults.StreamSelection.setDefaultStreamSelector(StreamSelector defaultStreamSelector)
Sets the default stream selector. |
Uses of StreamSelector in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return StreamSelector | |
---|---|
StreamSelector |
SelectClause.getStreamSelector()
Returns the stream selector. |
static StreamSelector |
StreamSelector.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StreamSelector[] |
StreamSelector.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.espertech.esper.client.soda with parameters of type StreamSelector | |
---|---|
static SelectClause |
SelectClause.create(StreamSelector streamSelector)
Creates an empty select-clause. |
static SelectClause |
SelectClause.create(StreamSelector streamSelector,
String... propertyNames)
Creates a select-clause consisting of a list of property names. |
static InsertIntoClause |
InsertIntoClause.create(String streamName,
String[] columns,
StreamSelector streamSelector)
Creates the insert-into clause. |
static SelectClause |
SelectClause.createWildcard(StreamSelector streamSelector)
Creates a wildcard select-clause, additional expressions can still be added. |
SelectClause |
SelectClause.setStreamSelector(StreamSelector streamSelector)
Sets the stream selector. |
Constructors in com.espertech.esper.client.soda with parameters of type StreamSelector | |
---|---|
SelectClause(StreamSelector streamSelector,
List<SelectClauseElement> selectList)
Ctor. |
Uses of StreamSelector in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return StreamSelector | |
---|---|
static StreamSelector |
SelectClauseStreamSelectorEnum.mapFromSODA(SelectClauseStreamSelectorEnum selector)
Maps the internal stream selector to the SODA-representation |
Methods in com.espertech.esper.epl.spec with parameters of type StreamSelector | |
---|---|
static SelectClauseStreamSelectorEnum |
SelectClauseStreamSelectorEnum.mapFromSODA(StreamSelector selector)
Maps the SODA-selector to the internal representation |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |