Interface CacheVm

All Superinterfaces:
ManagedEntity, SystemMember

@Deprecated public interface CacheVm extends SystemMember, ManagedEntity
Deprecated.
as of 7.0 use the management package instead
A dedicated cache server VM that is managed by the administration API.

Note that this may not represent an instance of CacheServer. It is possible for a cache VM to be started but for it not to listen for client connections in which case it is not a CacheServer but is an instance of this interface.

Since:
GemFire 5.7
  • Method Details

    • getVmConfig

      CacheVmConfig getVmConfig()
      Deprecated.
      Returns the configuration of this cache vm
      Returns:
      the configuration of this cache vm