@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @Import(value=EmbeddedLocatorConfiguration.class) public @interface EnableEmbeddedLocator
Configuration
class to embed a GemFire Locator service in the GemFire server-side data member node.EmbeddedLocatorConfiguration| Modifier and Type | Optional Element and Description |
|---|---|
String |
startLocator
If set, automatically starts a Locator in the current process when the member connects to the distributed system
and stops the Locator when the member disconnects.
|
public abstract String startLocator
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.