com.gemstone.gemfire.admin
Interface CacheVm
- All Superinterfaces:
- ManagedEntity, SystemMember
public interface CacheVm
- extends SystemMember, ManagedEntity
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:
- 5.7
| Methods inherited from interface com.gemstone.gemfire.admin.SystemMember |
getCache, getConfiguration, getDistributedMember, getDistributedSystem, getHost, getHostAddress, getId, getLicense, getLog, getName, getRoles, getStat, getStats, getType, getVersion, hasCache, refreshConfig, setConfiguration |
getVmConfig
CacheVmConfig getVmConfig()
- Returns the configuration of this cache vm
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.