|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
CacheVmConfig instead.
@Deprecated public interface CacheServerConfig
Configuration for a GemFire cache server that is managed by the administration API. The cache server may or may not be running.
AdminDistributedSystem.addCacheServer()| Method Summary | |
|---|---|
String |
getCacheXMLFile()
Deprecated. Returns the cache.xml declarative caching
initialization file used to configure this cache server VM. |
String |
getClassPath()
Deprecated. Returns the location(s) of user classes (such as cache loaders) required by the cache server VM. |
void |
setCacheXMLFile(String cacheXml)
Deprecated. Sets the cache.xml declarative caching
initialization file used to configure this cache server VM. |
void |
setClassPath(String classpath)
Deprecated. Sets the location(s) of user classes (such as cache loaders) required by the cache server VM. |
| Methods inherited from interface com.gemstone.gemfire.admin.ManagedEntityConfig |
|---|
clone, getHost, getProductDirectory, getRemoteCommand, getWorkingDirectory, setHost, setProductDirectory, setRemoteCommand, setWorkingDirectory, validate |
| Method Detail |
|---|
String getCacheXMLFile()
cache.xml declarative caching
initialization file used to configure this cache server VM. By
default, a cache server VM is started without an XML file.
void setCacheXMLFile(String cacheXml)
cache.xml declarative caching
initialization file used to configure this cache server VM.
String getClassPath()
void setClassPath(String classpath)
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||