public class AggSvcGroupByReclaimAgedImpl extends Object
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_MAX_AGE_MSEC |
Constructor and Description |
---|
AggSvcGroupByReclaimAgedImpl() |
Modifier and Type | Method and Description |
---|---|
static void |
applyEnterCodegenSweep(CodegenMethod method,
CodegenClassScope classScope,
AggregationClassNames classNames) |
static long |
computeTimeReclaimAgeFreq(long current,
AggSvcGroupByReclaimAgedEvalFunc func,
TimeAbacus timeAbacus)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
ctorCodegenReclaim(CodegenCtor ctor,
List<CodegenTypedParam> explicitMembers,
CodegenClassScope classScope,
CodegenExpression maxAgeFactory,
CodegenExpression frequencyFactory) |
static void |
rowCtorCodegen(CodegenNamedMethods namedMethods,
CodegenClassScope classScope,
List<CodegenTypedParam> rowMembers) |
public static final long DEFAULT_MAX_AGE_MSEC
public static void rowCtorCodegen(CodegenNamedMethods namedMethods, CodegenClassScope classScope, List<CodegenTypedParam> rowMembers)
public static void ctorCodegenReclaim(CodegenCtor ctor, List<CodegenTypedParam> explicitMembers, CodegenClassScope classScope, CodegenExpression maxAgeFactory, CodegenExpression frequencyFactory)
public static void applyEnterCodegenSweep(CodegenMethod method, CodegenClassScope classScope, AggregationClassNames classNames)
public static long computeTimeReclaimAgeFreq(long current, AggSvcGroupByReclaimAgedEvalFunc func, TimeAbacus timeAbacus)
current
- currentfunc
- functimeAbacus
- abacusCopyright © 2005–2018. All rights reserved.