Package | Description |
---|---|
com.espertech.esper.view |
View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering.
|
Modifier and Type | Method and Description |
---|---|
static ViewEnum |
ViewEnum.forName(String namespace,
String name)
Returns the view enumeration value given the name of the view.
|
ViewEnum |
ViewEnum.getMergeView()
Returns the enumeration value of the view for merging the data generated by another view.
|
static ViewEnum |
ViewEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewEnum[] |
ViewEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|