|
GemFire 6.6.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistributionLocatorConfig
Describes the configuration of a DistributionLocator
managed by the GemFire administration APIs.
A DistributionLocatorConfig
can be modified using a
number of mutator methods until the
DistributionLocator
configured by this object is
started. After that,
attempts to modify most attributes in the
DistributionLocatorConfig
will result in an IllegalStateException
being thrown. If you wish to use the same
DistributionLocatorConfig
to configure another
DistributionLocator
s, a copy of the
DistributionLocatorConfig
object can be made by
invoking the Object.clone()
method.
AdminDistributedSystem.addDistributionLocator()
,
Locator
Method Summary | |
---|---|
String |
getBindAddress()
Returns the address to which the distribution locator's port is (or will be) bound. |
Properties |
getDistributedSystemProperties()
Retrieves the properties used to configure the locator's DistributedSystem. |
int |
getPort()
Returns the port on which ths distribution locator listens for members to connect. |
void |
setBindAddress(String bindAddress)
Sets the address to which the distribution locator's port is (or will be) bound. |
void |
setDistributedSystemProperties(Properties props)
Sets the properties used to configure the locator's DistributedSystem. |
void |
setPort(int port)
Sets the port on which the distribution locator listens for members to connect. |
Methods inherited from interface com.gemstone.gemfire.admin.ManagedEntityConfig |
---|
clone, getHost, getProductDirectory, getRemoteCommand, getWorkingDirectory, setHost, setProductDirectory, setRemoteCommand, setWorkingDirectory, validate |
Method Detail |
---|
int getPort()
void setPort(int port)
String getBindAddress()
null
meaning that the port will be bound to all
network addresses on the host.
void setBindAddress(String bindAddress)
void setDistributedSystemProperties(Properties props)
Properties getDistributedSystemProperties()
|
GemFire 6.6.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |