Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Pair<Class,PluggableObjectEntry>>> |
PluggableObjectCollection.getPluggables()
Returns the underlying nested map of namespace keys and name-to-object maps.
|
Pair<Class,PluggableObjectEntry> |
PluggableObjectRegistryImpl.lookup(String nameSpace,
String name) |
Pair<Class,PluggableObjectEntry> |
PluggableObjectRegistry.lookup(String nameSpace,
String name) |