Package org.apache.geode.admin
Interface CacheServer
- All Superinterfaces:
ManagedEntity,SystemMember
Deprecated.
A dedicated cache server VM that is managed by the administration API.
- Since:
- GemFire 4.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.as of 5.7 useCacheVm.getVmConfig()instead.booleanisPrimaryForDurableClient(String durableClientId) Deprecated.Find whether this server is primary for given client (durableClientId)Methods inherited from interface org.apache.geode.admin.ManagedEntity
getLog, isRunning, start, stop, waitToStart, waitToStopMethods inherited from interface org.apache.geode.admin.SystemMember
getCache, getConfiguration, getDistributedMember, getDistributedSystem, getHost, getHostAddress, getId, getLicense, getLog, getName, getRoles, getStat, getStats, getType, getVersion, hasCache, refreshConfig, setConfiguration
-
Method Details
-
getConfig
Deprecated.as of 5.7 useCacheVm.getVmConfig()instead.Returns the configuration of this cache vm- Returns:
- the configuration of this cache vm
-
isPrimaryForDurableClient
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
-
CacheVminstead.