@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=LocatorConfiguration.class) public @interface EnableLocator
@Configuration
annotated class to start an embedded GemFire Locator service in this GemFire server/data node.Import
,
LocatorConfiguration
Modifier and Type | Optional Element and Description |
---|---|
String |
host
Configures the host/IP address on which the embedded Locator service will bind to for accepting connections
from clients sending Locator requests.
|
int |
port
Configures the port on which the embedded Locator service will bind to listening for client connections
sending Locator requests.
|
public abstract String host
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.