VMware GemFire Java API Reference
Package org.apache.geode.admin
Interface DistributionLocator
-
- All Superinterfaces:
ManagedEntity
@Deprecated public interface DistributionLocator extends ManagedEntity
Deprecated.as of 7.0 use themanagementpackage insteadRepresents 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:
DistributionLocatorConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DistributionLocatorConfiggetConfig()Deprecated.Returns the configuration object for this distribution locator.StringgetId()Deprecated.Returns the identity name for this locator.-
Methods inherited from interface org.apache.geode.admin.ManagedEntity
getLog, isRunning, start, stop, waitToStart, waitToStop
-
-
-
-
Method Detail
-
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
-
-