Package | Description |
---|---|
com.espertech.esper.common.client.annotation |
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement
information.
|
com.espertech.esper.common.internal.metrics.audit |
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 String |
AuditContext.defaultFormat(String statementName,
int partition,
AuditEnum category,
String message) |
Constructor and Description |
---|
AuditContext(String runtimeURI,
String deploymentId,
String statementName,
int agentInstanceId,
AuditEnum category,
String message) |
Copyright © 2005–2018. All rights reserved.