Package org.apache.geode.admin
Interface DistributionLocator
- All Superinterfaces:
ManagedEntity
Deprecated.
Represents a single distribution locator server, of which a distributed system may use zero or
many. The distributed system will be configured to use either multicast discovery or locator
service.
- Since:
- GemFire 3.5
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the configuration object for this distribution locator.getId()Deprecated.Returns the identity name for this locator.Methods inherited from interface org.apache.geode.admin.ManagedEntity
getLog, isRunning, start, stop, waitToStart, waitToStop
-
Method Details
-
getId
String getId()Deprecated.Returns the identity name for this locator.- Returns:
- the identity name for this locator
-
getConfig
DistributionLocatorConfig getConfig()Deprecated.Returns the configuration object for this distribution locator.- Returns:
- the configuration object for this distribution locator
- Since:
- GemFire 4.0
-
managementpackage instead