public class ContextControllerFactoryServiceImpl extends Object implements ContextControllerFactoryService
Modifier and Type | Field and Description |
---|---|
static ContextControllerFactoryServiceImpl |
DEFAULT_FACTORY |
Constructor and Description |
---|
ContextControllerFactoryServiceImpl(ContextStateCache cache) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionIdManager |
allocatePartitionIdMgr(String contextName,
int contextStmtId) |
ContextControllerFactory[] |
getFactory(ContextControllerFactoryServiceContext serviceContext) |
public static final ContextControllerFactoryServiceImpl DEFAULT_FACTORY
public ContextControllerFactoryServiceImpl(ContextStateCache cache)
public ContextControllerFactory[] getFactory(ContextControllerFactoryServiceContext serviceContext) throws ExprValidationException
getFactory
in interface ContextControllerFactoryService
ExprValidationException
public ContextPartitionIdManager allocatePartitionIdMgr(String contextName, int contextStmtId)
allocatePartitionIdMgr
in interface ContextControllerFactoryService