|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AuditEnum>
com.espertech.esper.client.annotation.AuditEnum
public enum AuditEnum
Enumeration of audit values. Since audits may be a comma-separate list in a single @Audit annotation they are listed as enumeration values here.
Enum Constant Summary | |
---|---|
CONTEXTPARTITION
For use with insert-into audit. |
|
DATAFLOW_OP
For use with data flow (non-source and source) operators. |
|
DATAFLOW_SOURCE
For use with data flow source operators. |
|
DATAFLOW_TRANSITION
For use with data flows specifically for transitions. |
|
EXPRDEF
For use with expression-definition audit. |
|
EXPRESSION
For use with expression audit. |
|
EXPRESSION_NESTED
For use with expression audit. |
|
INSERT
For use with insert-into audit. |
|
PATTERN
For use with pattern audit. |
|
PATTERNINSTANCES
For use with pattern audit. |
|
PROPERTY
For use with property audit. |
|
SCHEDULE
For use with schedule-audit. |
|
STREAM
For use with stream-audit. |
|
VIEW
For use with view audit. |
Method Summary | |
---|---|
Audit |
getAudit(java.lang.annotation.Annotation[] annotations)
Check if the hint is present in the annotations provided. |
java.lang.String |
getPrettyPrintText()
Returns text used for the category of the audit log item. |
java.lang.String |
getValue()
Returns the constant. |
static AuditEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AuditEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AuditEnum PROPERTY
public static final AuditEnum EXPRESSION
public static final AuditEnum EXPRESSION_NESTED
public static final AuditEnum EXPRDEF
public static final AuditEnum VIEW
public static final AuditEnum PATTERN
public static final AuditEnum PATTERNINSTANCES
public static final AuditEnum STREAM
public static final AuditEnum SCHEDULE
public static final AuditEnum INSERT
public static final AuditEnum DATAFLOW_SOURCE
public static final AuditEnum DATAFLOW_OP
public static final AuditEnum DATAFLOW_TRANSITION
public static final AuditEnum CONTEXTPARTITION
Method Detail |
---|
public static AuditEnum[] values()
for (AuditEnum c : AuditEnum.values()) System.out.println(c);
public static AuditEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public java.lang.String getPrettyPrintText()
public Audit getAudit(java.lang.annotation.Annotation[] annotations)
annotations
- the annotations to inspect
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |