public class ContextServiceFactoryDefault extends Object implements ContextServiceFactory
Modifier and Type | Field and Description |
---|---|
static ContextServiceFactoryDefault |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
ContextControllerCategoryFactory |
categoryFactory() |
ContextPartitionIdService |
getContextPartitionIdService(StatementContext statementContextCreateContext,
DataInputOutputSerde[] bindings) |
DataInputOutputSerde[] |
getContextPartitionKeyBindings(ContextDefinition contextDefinition) |
ContextStatementEventEvaluator |
getContextStatementEventEvaluator() |
ContextControllerHashFactory |
hashFactory() |
ContextControllerInitTermFactory |
initTermFactory() |
ContextControllerKeyedFactory |
keyedFactory() |
public static final ContextServiceFactoryDefault INSTANCE
public ContextControllerKeyedFactory keyedFactory()
keyedFactory
in interface ContextServiceFactory
public ContextControllerCategoryFactory categoryFactory()
categoryFactory
in interface ContextServiceFactory
public ContextControllerHashFactory hashFactory()
hashFactory
in interface ContextServiceFactory
public ContextControllerInitTermFactory initTermFactory()
initTermFactory
in interface ContextServiceFactory
public DataInputOutputSerde[] getContextPartitionKeyBindings(ContextDefinition contextDefinition)
getContextPartitionKeyBindings
in interface ContextServiceFactory
public ContextPartitionIdService getContextPartitionIdService(StatementContext statementContextCreateContext, DataInputOutputSerde[] bindings)
getContextPartitionIdService
in interface ContextServiceFactory
public ContextStatementEventEvaluator getContextStatementEventEvaluator()
getContextStatementEventEvaluator
in interface ContextServiceFactory
Copyright © 2005–2018. All rights reserved.