public class McastConfiguration extends EmbeddedServiceConfigurationSupport
McastConfiguration
class is a Spring ImportBeanDefinitionRegistrar
that applies additional GemFire configuration by way of GemFire System properties to configure and use
multi-cast networking for GemFire communication and distribution rather than the (preferred)
Locator-based location services.EnableMcast
,
EmbeddedServiceConfigurationSupport
EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_MCAST_ADDRESS |
static String |
DEFAULT_MCAST_FLOW_CONTROL |
static int |
DEFAULT_MCAST_PORT |
static int |
DEFAULT_MCAST_RECEIVE_BUFFER_SIZE |
static int |
DEFAULT_MCAST_SEND_BUFFER_SIZE |
DEFAULT_HOST, DEFAULT_PORT
Constructor and Description |
---|
McastConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected Class |
getAnnotationType()
Returns the cache application
Annotation type pertaining to this configuration. |
protected Properties |
toGemFireProperties(Map<String,Object> annotationAttributes) |
cacheConfiguration, generateBeanName, generateBeanName, generateBeanName, getAnnotationAttributes, hasProperties, isAnnotationPresent, newBeanDefinitionHolder, registerBeanDefinitions, registerBeanDefinitions, registerGemFirePropertiesBeanPostProcessor, resolveBean, resolveHost, resolveHost, resolvePort, resolvePort, setGemFireProperties
afterPropertiesSet, beanClassLoader, beanFactory, evaluationContext, getAnnotationTypeName, getAnnotationTypeSimpleName, hasValue, hasValue, hasValue, newEvaluationContext, register, register, setBeanClassLoader, setBeanFactory
public static final int DEFAULT_MCAST_PORT
public static final int DEFAULT_MCAST_RECEIVE_BUFFER_SIZE
public static final int DEFAULT_MCAST_SEND_BUFFER_SIZE
public static final String DEFAULT_MCAST_ADDRESS
public static final String DEFAULT_MCAST_FLOW_CONTROL
protected Class getAnnotationType()
Annotation
type pertaining to this configuration.getAnnotationType
in class AbstractAnnotationConfigSupport
Annotation
type used by this application.protected Properties toGemFireProperties(Map<String,Object> annotationAttributes)
toGemFireProperties
in class EmbeddedServiceConfigurationSupport
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.