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,
EmbeddedServiceConfigurationSupportEmbeddedServiceConfigurationSupport.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 configured GemFire cache application annotation type
(e.g.
|
protected Properties |
toGemFireProperties(Map<String,Object> annotationAttributes) |
cacheConfiguration, generateBeanName, generateBeanName, generateBeanName, getAnnotationAttributes, getAnnotationTypeName, getAnnotationTypeSimpleName, getBeanFactory, hasProperties, isAnnotationPresent, newBeanDefinitionHolder, registerBeanDefinitions, registerBeanDefinitions, registerGemFirePropertiesBeanPostProcessor, resolveBean, resolveHost, resolveHost, resolvePort, resolvePort, setBeanFactory, setGemFirePropertiespublic 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()
ClientCacheApplication
or PeerCacheApplication.getAnnotationType in class EmbeddedServiceConfigurationSupportannotation defining the GemFire cache application type.protected Properties toGemFireProperties(Map<String,Object> annotationAttributes)
toGemFireProperties in class EmbeddedServiceConfigurationSupportCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.