Interface StateMgmtSettingsProviderContext
- All Known Implementing Classes:
StateMgmtSettingsProviderContextDefault
public interface StateMgmtSettingsProviderContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
context
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerFactoryForge[] controllerFactoryForges) contextCategory
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerCategoryFactoryForge forge, StatementRawInfo raw, int controllerLevel) contextHash
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerHashFactoryForge forge, StatementRawInfo raw, int controllerLevel) contextInitTerm
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerInitTermFactoryForge forge, StatementRawInfo raw, int controllerLevel) contextInitTermDistinct
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerInitTermFactoryForge forge, StatementRawInfo raw, int controllerLevel) contextKeyed
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerKeyedFactoryForge forge, StatementRawInfo raw, int controllerLevel) contextKeyedTerm
(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerKeyedFactoryForge forge, StatementRawInfo raw, int controllerLevel) contextPartitionId
(FabricCharge fabricCharge, StatementRawInfo statementRawInfo, ContextMetaData contextMetaData) void
filterContextHash
(int nestingLevel, FabricCharge fabricCharge, List<ContextSpecHashItem> items) void
filterContextKeyed
(int nestingLevel, FabricCharge fabricCharge, List<ContextSpecKeyedItem> items)
-
Method Details
-
context
void context(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerFactoryForge[] controllerFactoryForges) -
filterContextKeyed
void filterContextKeyed(int nestingLevel, FabricCharge fabricCharge, List<ContextSpecKeyedItem> items) -
filterContextHash
void filterContextHash(int nestingLevel, FabricCharge fabricCharge, List<ContextSpecHashItem> items) -
contextPartitionId
StateMgmtSetting contextPartitionId(FabricCharge fabricCharge, StatementRawInfo statementRawInfo, ContextMetaData contextMetaData) -
contextCategory
StateMgmtSetting contextCategory(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerCategoryFactoryForge forge, StatementRawInfo raw, int controllerLevel) -
contextHash
StateMgmtSetting contextHash(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerHashFactoryForge forge, StatementRawInfo raw, int controllerLevel) -
contextKeyed
StateMgmtSetting contextKeyed(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerKeyedFactoryForge forge, StatementRawInfo raw, int controllerLevel) -
contextKeyedTerm
StateMgmtSetting contextKeyedTerm(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerKeyedFactoryForge forge, StatementRawInfo raw, int controllerLevel) -
contextInitTerm
StateMgmtSetting contextInitTerm(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerInitTermFactoryForge forge, StatementRawInfo raw, int controllerLevel) -
contextInitTermDistinct
StateMgmtSetting contextInitTermDistinct(FabricCharge fabricCharge, ContextMetaData detail, ContextControllerInitTermFactoryForge forge, StatementRawInfo raw, int controllerLevel)
-