@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=McastConfiguration.class) @UsesGemFireProperties public @interface EnableMcast
EnableMcast
annotation marks a Spring @Configuration
annotated Class
to configure and enable Pivotal GemFire/Apache Geode's multi-cast networking features.Annotation
,
Import
,
McastConfiguration
Modifier and Type | Optional Element and Description |
---|---|
String |
address
Address used to discover other members of the distributed system.
|
String |
flowControl
Tuning property for flow-of-control protocol for unicast and multicast no-ack UDP messaging.
|
int |
port
Port used, along with the mcast-address, for multicast communication with other members
of the distributed system.
|
int |
receiveBufferSize
Size of the socket buffer used for incoming multicast transmissions.
|
int |
sendBufferSize
The size of the socket buffer used for outgoing multicast transmissions.
|
int |
timeToLive
How far multicast messaging goes in your network.
|
public abstract String address
public abstract String flowControl
public abstract int port
public abstract int receiveBufferSize
public abstract int sendBufferSize
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.