public class GemFirePropertiesConfiguration extends EmbeddedServiceConfigurationSupport
GemFirePropertiesConfiguration
クラスは、起動時に実行時に (Spring Boot) アプリケーションクラスで追加の Pivotal GemFire プロパティを構成できる Spring ImportBeanDefinitionRegistrar
です。EnableGemFireProperties
, EmbeddedServiceConfigurationSupport
, PropertiesBuilder
EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer, EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer, EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor, EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer, EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer
AbstractAnnotationConfigSupport.TypeResolver<T>
DEFAULT_HOST, DEFAULT_PORT
INFRASTRUCTURE_ROLES, ORG_SPRINGFRAMEWORK_DATA_GEMFIRE_PACKAGE, ORG_SPRINGFRAMEWORK_PACKAGE, SPRING_DATA_GEMFIRE_PROPERTY_PREFIX
コンストラクターと説明 |
---|
GemFirePropertiesConfiguration() |
修飾子と型 | メソッドと説明 |
---|---|
protected ClassSE<? extends AnnotationSE> | getAnnotationType() この構成に関連するキャッシュアプリケーションの Annotation SE 型を返します。 |
protected PropertiesSE | toGemFireProperties(MapSE<StringSE, ObjectSE> annotationAttributes) |
generateBeanName, generateBeanName, generateBeanName, getCacheConfiguration, hasProperties, newBeanDefinitionHolder, registerBeanDefinitions, registerBeanDefinitions, registerClientGemFirePropertiesConfigurer, registerGemFirePropertiesBeanPostProcessor, registerGemFirePropertiesConfigurer, registerLocatorGemFirePropertiesConfigurer, registerPeerGemFirePropertiesConfigurer, resolveBean, resolveHost, resolveHost, resolvePort, resolvePort, setGemFireProperties
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
registerBeanDefinitions
public static final boolean DEFAULT_CONSERVE_SOCKETS
public static final boolean DEFAULT_DELTA_PROPAGATION
public static final boolean DEFAULT_DISABLE_TCP
public static final boolean DEFAULT_ENABLE_NETWORK_PARTITION_DETECTION
public static final boolean DEFAULT_ENFORCE_UNIQUE_HOST
public static final boolean DEFAULT_LOAD_CLUSTER_CONFIGURATION_FROM_DIRECTORY
public static final boolean DEFAULT_LOCK_MEMORY
public static final boolean DEFAULT_REMOVE_UNRESPONSIVE_CLIENT
public static final boolean DEFAULT_VALIDATE_SERIALIZABLE_OBJECTS
public static final int DEFAULT_ACK_SEVERE_ALERT_THRESHOLD
public static final int DEFAULT_ACK_WAIT_THRESHOLD
public static final int DEFAULT_ASYNC_MAX_QUEUE_SIZE
public static final int DEFAULT_DISTRIBUTED_SYSTEM_ID
public static final int DEFAULT_SOCKET_BUFFER_SIZE
public static final int DEFAULT_TCP_PORT
public static final int DEFAULT_TOMBSTONE_THRESHOLD
public static final int DEFAULT_UDP_FRAGMENT_SIZE
public static final int DEFAULT_UDP_RECEIVE_BUFFER_SIZE
public static final int DEFAULT_UDP_SEND_BUFFER_SIZE
public static final long DEFAULT_ASYNC_DISTRIBUTION_TIMEOUT
public static final long DEFAULT_ASYNC_QUEUE_TIMEOUT
public static final long DEFAULT_LOCATOR_WAIT_TIME
public static final long DEFAULT_MAX_WAIT_TIME_RECONNECT
public static final long DEFAULT_MEMBER_TIMEOUT
public static final long DEFAULT_SOCKET_LEASE_TIME
public static final StringSE DEFAULT_CLUSTER_CONFIGURATION_DIRECTORY
public static final StringSE DEFAULT_DEPLOY_WORKING_DIRECTORY
public static final StringSE DEFAULT_MEMBERSHIP_PORT_RANGE
public static final StringSE DEFAULT_USER_COMMAND_PACKAGES
public static final StringSE[] DEFAULT_GROUPS
public static final StringSE[] DEFAULT_SERIALIZABLE_OBJECT_FILTER
protected ClassSE<? extends AnnotationSE> getAnnotationType()
Annotation
SE 型を返します。AbstractAnnotationConfigSupport
の getAnnotationType
Annotation
SE 型。protected PropertiesSE toGemFireProperties(MapSE<StringSE,ObjectSE> annotationAttributes)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.