@Configuration public class ContinuousQueryConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
ContinuousQueryConfiguration
クラスは、このキャッシュクライアントアプリケーションで継続クエリ (CQ) Pivotal GemFire/Apache Geode 機能を有効にする Spring @Configuration
クラスです。Executor
SE, GemFireCache
、CqQuery
、QueryService
, BeanPostProcessor
, Bean
, Configuration
, ImportAware
, AnnotationAttributes
, AnnotationMetadata
, AbstractAnnotationConfigSupport
, ContinuousQueryDefinition
, ContinuousQueryListener
, ContinuousQueryListenerContainer
, ContinuousQuery
, ErrorHandler
AbstractAnnotationConfigSupport.TypeResolver<T>
修飾子と型 | フィールドと説明 |
---|---|
protected static StringSE | ORG_SPRINGFRAMEWORK_DATA_GEMFIRE_PACKAGE_NAME |
protected static StringSE | ORG_SPRINGFRAMEWORK_PACKAGE_NAME |
INFRASTRUCTURE_ROLES, ORG_SPRINGFRAMEWORK_DATA_GEMFIRE_PACKAGE, ORG_SPRINGFRAMEWORK_PACKAGE, SPRING_DATA_GEMFIRE_PROPERTY_PREFIX
コンストラクターと説明 |
---|
ContinuousQueryConfiguration() |
arrayOfPropertyNamesFor, arrayOfPropertyNamesFor, asArrayProperty, cacheClientProperty, cacheCompressionProperty, cacheOffHeapProperty, cachePeerProperty, cacheProperty, cacheServerProperty, clusterProperty, diskStoreProperty, entitiesProperty, gatewayReceiverProperty, gatewaySenderProperty, getAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, getAnnotationTypeName, getAnnotationTypeSimpleName, getBeanClassLoader, getBeanFactory, getEnvironment, getEvaluationContext, getLog, hasValue, hasValue, hasValue, httpServiceProperty, isAnnotationPresent, isAnnotationPresent, isNotInfrastructureBean, isNotInfrastructureBean, isNotInfrastructureClass, isNotInfrastructureClass, isNotInfrastructureRole, isUserLevelMethod, locatorProperty, logDebug, logDebug, logError, logError, loggingProperty, logInfo, logInfo, logWarning, logWarning, managementProperty, managerProperty, memcachedServiceProperty, namedCacheServerProperty, namedDiskStoreProperty, namedGatewaySenderProperty, namedPoolProperty, newEvaluationContext, newLog, pdxProperty, poolProperty, propertyName, redisServiceProperty, register, register, requireProperty, resolveAnnotation, resolveBeanClass, resolveBeanClass, resolveBeanClass, resolveBeanClassLoader, resolveBeanClassLoader, resolveBeanClassName, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, resolveProperty, safeResolveType, securityProperty, serviceProperty, setBeanClassLoader, setBeanFactory, setEnvironment, sslProperty, statsProperty
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected static final StringSE ORG_SPRINGFRAMEWORK_DATA_GEMFIRE_PACKAGE_NAME
protected ClassSE<? extends AnnotationSE> getAnnotationType()
ContinuousQuery
アノテーション付き POJO サービスメソッドの Continuous Queries
を構成および作成する Annotation
SE type
SE を返します。AbstractAnnotationConfigSupport
の getAnnotationType
ContinuousQuery
アノテーション付き POJO サービスメソッドの Continuous Queries
を構成および作成する Annotation
SE type
SE。EnableContinuousQueries
, ContinuousQuery
, Annotation
SE, Class
SEpublic void setImportMetadata(AnnotationMetadata importingClassMetadata)
ImportAware
の setImportMetadata
@Bean public BeanPostProcessor continuousQueryBeanPostProcessor()
@Bean public ContinuousQueryListenerContainer continuousQueryListenerContainer(org.apache.geode.cache.GemFireCache gemfireCache)
protected ListSE<ContinuousQueryListenerContainerConfigurer> resolveContinuousQueryListenerContainerConfigurers()
protected OptionalSE<ErrorHandler> resolveErrorHandler()
protected OptionalSE<IntegerSE> resolvePhase()
protected OptionalSE<StringSE> resolvePoolName()
protected OptionalSE<org.apache.geode.cache.query.QueryService> resolveQueryService()
protected OptionalSE<ExecutorSE> resolveTaskExecutor()
public void setErrorHandlerBeanName(StringSE errorHandlerBeanName)
protected StringSE getErrorHandlerBeanName()
public void setPhase(int phase)
protected int getPhase()
public void setPoolName(StringSE poolName)
protected StringSE getPoolName()
public void setQueryServiceBeanName(StringSE queryServiceBeanName)
protected StringSE getQueryServiceBeanName()
public void setTaskExecutorBeanName(StringSE taskExecutorBeanName)
protected StringSE getTaskExecutorBeanName()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.