Interface CacheServer

All Superinterfaces:
ManagedEntity, SystemMember

@Deprecated public interface CacheServer extends SystemMember, ManagedEntity
Deprecated.
as of 5.7 use CacheVm instead.
A dedicated cache server VM that is managed by the administration API.
Since:
GemFire 4.0
  • Method Details

    • getConfig

      Deprecated.
      as of 5.7 use CacheVm.getVmConfig() instead.
      Returns the configuration of this cache vm
      Returns:
      the configuration of this cache vm
    • isPrimaryForDurableClient

      boolean isPrimaryForDurableClient(String durableClientId)
      Deprecated.
      Find whether this server is primary for given client (durableClientId)
      Parameters:
      durableClientId - - durable-id of the client
      Returns:
      true if the server is primary for given client
      Since:
      GemFire 5.6