Package | Description |
---|---|
com.espertech.esper.common.internal.epl.historical.method.core | |
com.espertech.esper.common.internal.epl.historical.method.poll |
Polled executions for use with method-invocation joins
|
Modifier and Type | Method and Description |
---|---|
MethodPollingExecStrategyEnum |
MethodPollingViewableMeta.getStrategy() |
Constructor and Description |
---|
MethodPollingViewableMeta(Class methodProviderClass,
boolean isStaticMethod,
Map<String,Object> optionalMapType,
LinkedHashMap<String,Object> optionalOaType,
MethodPollingExecStrategyEnum strategy,
boolean isCollection,
boolean isIterator,
VariableMetaData variable,
EventType eventTypeEventBeanArray,
ExprNodeScript scriptExpression) |
Modifier and Type | Method and Description |
---|---|
static MethodPollingExecStrategyEnum |
MethodPollingExecStrategyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodPollingExecStrategyEnum[] |
MethodPollingExecStrategyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2018. All rights reserved.