Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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 |
---|---|
PluggableObjectType |
PluggableObjectEntry.getType() |
static PluggableObjectType |
PluggableObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluggableObjectType[] |
PluggableObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PluggableObjectCollection.addObject(String namespace,
String name,
Class clazz,
PluggableObjectType type)
Add a single object to the collection.
|
void |
PluggableObjectCollection.addObject(String namespace,
String name,
Class clazz,
PluggableObjectType type,
Serializable configuration)
Add a single object to the collection also adding additional configuration.
|
Constructor and Description |
---|
PluggableObjectEntry(PluggableObjectType type,
Serializable customConfigs) |
Copyright © 2005–2018. All rights reserved.