Package org.apache.geode.admin
Interface DistributionLocator
-
- All Superinterfaces:
ManagedEntity
@Deprecated public interface DistributionLocator extends ManagedEntity
Deprecated.as of 7.0 use themanagement
package 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 DistributionLocatorConfig
getConfig()
Deprecated.Returns the configuration object for this distribution locator.java.lang.String
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 Detail
-
getId
java.lang.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
-
-