Package | Description |
---|---|
com.espertech.esper.epl.join.table |
Indexes for views
|
Modifier and Type | Method and Description |
---|---|
EventTableOrganizationType |
EventTableOrganization.getType() |
static EventTableOrganizationType |
EventTableOrganizationType.valueOf(java.lang.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(java.lang.String indexName,
boolean unique,
boolean coercing,
int streamNum,
java.lang.String[] expressions,
EventTableOrganizationType type) |