com.espertech.esper.client.annotation
Annotation Type Hint


public @interface Hint

Annotation for providing a statement execution hint.

Hints are providing instructions that can change latency, throughput or memory requirements of a statement.


Optional Element Summary
 AppliesTo applies
           
 java.lang.String model
           
 java.lang.String value
          Hint keyword(s), comma-separated.
 

value

public abstract java.lang.String value
Hint keyword(s), comma-separated.

Returns:
keywords
Default:
""

applies

public abstract AppliesTo applies
Default:
com.espertech.esper.client.annotation.AppliesTo.UNDEFINED

model

public abstract java.lang.String model
Default:
""

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com