![]() | com.espertech.esper.common.client.annotation Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.common.client.annotation"]
Class | Description | |
---|---|---|
![]() | AppliesTo | Annotation to target certain constructs. |
![]() | AuditAttribute |
Annotation for use in EPL statements to add a debug.
|
![]() | 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.
|
![]() | AvroSchemaFieldAttribute |
Attribute for use with Avro to provide a schema for a given event property.
|
![]() | BuiltinAnnotation | List of built-in annotations. |
![]() | BusEventTypeAttribute |
Annotation that is the modifier for event-bus-visible event types
|
![]() | CustomAttribute | |
![]() | DescriptionAttribute |
Annotation for use in EPL statements to add a description.
|
![]() | DropAttribute |
An execution directive for use in an EPL statement, that causes processing of an
event to stop after the EPL statement marked with @Drop has processed the event,
applicable only if multiple statements must process the same event.
Ensure the engine configuration for prioritized execution is set before using
this annotation.
|
![]() | EventRepresentationAttribute |
Annotation that can be attached to specify which underlying event representation to use for events.
|
![]() | HintAttribute |
Annotation for providing a statement execution hint.
Hints are providing instructions that can change latency, throughput or memory
requirements of a statement.
|
![]() | HintEnum |
Enumeration of hint values. Since hints may be a comma-separate list in a single
@Hint annotation they are listed as enumeration values here.
|
![]() | HintEnumExtensions | |
![]() | HookAttribute | |
![]() | HookType |
Enumeration for the different types of statement-processing hooks (callbacks) that can be provided for a statement.
|
![]() | IterableUnboundAttribute |
Annotation for use in EPL statements for making an unbound stream iterable returning the last event without
requiring a data window to be declared.
|
![]() | NameAttribute | |
![]() | NoLockAttribute |
Annotation for use in EPL statements to suppress any statement-level locking (use with caution, see below).
Caution: We provide this annotation for the purpose of identifing locking overhead,
or when your application is single-threaded, or when using an external mechanism for concurreny control
or for example with virtual data windows or plug-in data windows to allow customizing concurrency
for application-provided data windows.
Using this annotation may have unpredictable results unless your application is taking concurrency under consideration.
|
![]() | PriorityAttribute |
An execution directive for use in an EPL statement, by which processing of an event by statements
start with the statement that has the highest priority, applicable only if multiple statements must process the same event.
Ensure the runtime configuration for prioritized execution is set before using this annotation.
The default priority value is zero (0).
|
![]() | PrivateAttribute |
Annotation that is the public access modifier
|
![]() | ProtectedAttribute |
Annotation that is the public access modifier
|
![]() | PublicAttribute |
Annotation that is the public access modifier
|
![]() | TagAttribute |
Annotation for use in EPL statement to tag a statement with a name-value pair.
|