Package | Description |
---|---|
com.espertech.esper.client.annotation |
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement
information.
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static AuditEnum |
AuditEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEnum[] |
AuditEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuditEnum |
AuditContext.getCategory() |
Modifier and Type | Method and Description |
---|---|
static void |
AuditPath.auditLog(String engineURI,
String statementName,
AuditEnum category,
String message) |
static String |
AuditContext.defaultFormat(String statementName,
AuditEnum category,
String message) |
Constructor and Description |
---|
AuditContext(String engineURI,
String statementName,
AuditEnum category,
String message) |