Class StateMgmtSettingsProviderIndexDefault
java.lang.Object
com.espertech.esper.common.internal.statemgmtsettings.StateMgmtSettingsProviderIndexDefault
- All Implemented Interfaces:
StateMgmtSettingsProviderIndex
public class StateMgmtSettingsProviderIndexDefault
extends Object
implements StateMgmtSettingsProviderIndex
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionadvanced
(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, String indexName, EventType eventType, EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc, StatementRawInfo raw) composite
(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, String indexName, EventType eventType, StateMgmtIndexDescComposite indexDesc, StatementRawInfo raw) indexHash
(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, String indexName, EventType eventType, StateMgmtIndexDescHash indexDesc, StatementRawInfo raw) indexInMulti
(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, EventType eventType, StateMgmtIndexDescInMulti indexDesc, StatementRawInfo raw) indexInSingle
(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, EventType eventType, StateMgmtIndexDescInSingle indexDesc, StatementRawInfo raw) sorted
(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, String indexName, EventType eventType, StateMgmtIndexDescSorted indexDesc, StatementRawInfo raw) unindexed
(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, EventType eventType, StatementRawInfo raw)
-
Field Details
-
INSTANCE
-
-
Method Details
-
unindexed
public StateMgmtSetting unindexed(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, EventType eventType, StatementRawInfo raw) - Specified by:
unindexed
in interfaceStateMgmtSettingsProviderIndex
-
indexHash
public StateMgmtSetting indexHash(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, String indexName, EventType eventType, StateMgmtIndexDescHash indexDesc, StatementRawInfo raw) - Specified by:
indexHash
in interfaceStateMgmtSettingsProviderIndex
-
indexInSingle
public StateMgmtSetting indexInSingle(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, EventType eventType, StateMgmtIndexDescInSingle indexDesc, StatementRawInfo raw) - Specified by:
indexInSingle
in interfaceStateMgmtSettingsProviderIndex
-
indexInMulti
public StateMgmtSetting indexInMulti(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, EventType eventType, StateMgmtIndexDescInMulti indexDesc, StatementRawInfo raw) - Specified by:
indexInMulti
in interfaceStateMgmtSettingsProviderIndex
-
sorted
public StateMgmtSetting sorted(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, String indexName, EventType eventType, StateMgmtIndexDescSorted indexDesc, StatementRawInfo raw) - Specified by:
sorted
in interfaceStateMgmtSettingsProviderIndex
-
composite
public StateMgmtSetting composite(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, String indexName, EventType eventType, StateMgmtIndexDescComposite indexDesc, StatementRawInfo raw) - Specified by:
composite
in interfaceStateMgmtSettingsProviderIndex
-
advanced
public StateMgmtSetting advanced(FabricCharge fabricCharge, QueryPlanAttributionKey attributionKey, String indexName, EventType eventType, EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc, StatementRawInfo raw) - Specified by:
advanced
in interfaceStateMgmtSettingsProviderIndex
-