Package | Description |
---|---|
com.espertech.esper.epl.join.table |
Indexes for views
|
Modifier and Type | Method and Description |
---|---|
EventTableOrganizationType |
EventTableOrganization.getType() |
static EventTableOrganizationType |
EventTableOrganizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTableOrganizationType[] |
EventTableOrganizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EventTableOrganization(String indexName,
boolean unique,
boolean coercing,
int streamNum,
String[] expressions,
EventTableOrganizationType type) |