Package | Description |
---|---|
com.espertech.esper.common.internal.context.aifactory.createtable | |
com.espertech.esper.common.internal.context.mgr | |
com.espertech.esper.common.internal.epl.agg.core | |
com.espertech.esper.common.internal.epl.agg.groupbylocal |
Aggregation utility classes centered around local group-by parameters.
|
com.espertech.esper.common.internal.epl.agg.method.nth | |
com.espertech.esper.common.internal.epl.rowrecog.core |
Match-recognize core.
|
com.espertech.esper.common.internal.epl.table.core | |
com.espertech.esper.common.internal.epl.variable.core | |
com.espertech.esper.common.internal.serde |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateTable.setAggregationSerde(DataInputOutputSerdeWCollation aggregationSerde) |
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerdeWCollation[] |
ContextServiceFactoryDefault.getContextPartitionKeyBindings(ContextDefinition contextDefinition) |
DataInputOutputSerdeWCollation[] |
ContextServiceFactory.getContextPartitionKeyBindings(ContextDefinition contextDefinition) |
DataInputOutputSerdeWCollation[] |
ContextManagerResident.getContextPartitionKeySerdes() |
DataInputOutputSerdeWCollation[] |
ContextManager.getContextPartitionKeySerdes() |
DataInputOutputSerdeWCollation[] |
ContextManagerResident.getContextPartitionKeySerdeSubset(int nestingLevel) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdService |
ContextServiceFactoryDefault.getContextPartitionIdService(StatementContext statementContextCreateContext,
DataInputOutputSerdeWCollation[] bindings) |
ContextPartitionIdService |
ContextServiceFactory.getContextPartitionIdService(StatementContext statementContextCreateContext,
DataInputOutputSerdeWCollation[] bindings) |
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerdeWCollation |
AggregationLocalGroupByLevel.getRowSerde() |
Constructor and Description |
---|
AggregationLocalGroupByLevel(AggregationRowFactory rowFactory,
DataInputOutputSerdeWCollation rowSerde,
Class[] groupKeyTypes,
ExprEvaluator groupKeyEval,
boolean isDefaultLevel) |
Modifier and Type | Method and Description |
---|---|
static AggregatorNth.AggregationNthState |
AggregatorNth.read(DataInput input,
byte[] unitKey,
DataInputOutputSerdeWCollation serdeNullable,
int sizeBuf)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
AggregatorNth.write(DataOutput output,
byte[] unitKey,
EventBeanCollatedWriter writer,
DataInputOutputSerdeWCollation serdeNullable,
Object[] circularBuffer,
long numDataPoints,
int currentBufferElementPointer,
int sizeBuf)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Field and Description |
---|---|
protected DataInputOutputSerdeWCollation<Object> |
RowRecogNFAViewFactory.partitionKeySerde |
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerdeWCollation<Object> |
RowRecogNFAViewFactory.getPartitionKeySerde() |
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerdeWCollation |
TableSerdes.getAggregations() |
DataInputOutputSerdeWCollation[] |
TableSerdes.getColumnStartingZero() |
Modifier and Type | Method and Description |
---|---|
TableSerdes |
TableManagementServiceImpl.getTableSerdes(Table table,
DataInputOutputSerdeWCollation aggregationSerde,
StatementContext statementContext) |
TableSerdes |
TableManagementService.getTableSerdes(Table table,
DataInputOutputSerdeWCollation aggregationSerde,
StatementContext statementContext) |
Constructor and Description |
---|
TableSerdes(DataInputOutputSerdeWCollation[] column,
DataInputOutputSerdeWCollation aggregations) |
TableSerdes(DataInputOutputSerdeWCollation[] column,
DataInputOutputSerdeWCollation aggregations) |
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerdeWCollation |
VariableStateNonConstHandler.getVariableSerde(String deploymentId,
VariableMetaData metaData) |
Modifier and Type | Method and Description |
---|---|
void |
VariableStateNonConstHandler.addVariable(String deploymentId,
String variableName,
Variable variable,
DataInputOutputSerdeWCollation serde) |
Modifier and Type | Class and Description |
---|---|
class |
DataInputOutputSerdeWCollationEmpty |
Copyright © 2005–2018. All rights reserved.