Interface DistributionLocator

  • All Superinterfaces:
    ManagedEntity

    @Deprecated
    public interface DistributionLocator
    extends ManagedEntity
    Deprecated.
    as of 7.0 use the management package instead
    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:
    DistributionLocatorConfig
    • 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