|
GemFire 5.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CacheVmConfig
Configuration for a GemFire cache server VM that is managed by the administration API. The VM may or may not be running.
AdminDistributedSystem.addCacheVm()| Method Summary | |
|---|---|
String |
getCacheXMLFile()
Returns the cache.xml declarative caching
initialization file used to configure this cache server VM. |
String |
getClassPath()
Returns the location(s) of user classes (such as cache loaders) required by the cache server VM. |
void |
setCacheXMLFile(String cacheXml)
Sets the cache.xml declarative caching
initialization file used to configure this cache server VM. |
void |
setClassPath(String classpath)
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 5.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||