|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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()
Returns the cache.xml declarative caching
initialization file used to configure this cache server. |
String |
getClassPath()
Returns the location(s) of user classes (such as cache loaders) required by the cache server. |
void |
setCacheXMLFile(String cacheXml)
Sets the cache.xml declarative caching
initialization file used to configure this cache server. |
void |
setClassPath(String classpath)
Sets the location(s) of user classes (such as cache loaders) required by the cache server. |
| 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. By
default, a cache server is started without an XML file.
void setCacheXMLFile(String cacheXml)
cache.xml declarative caching
initialization file used to configure this cache server.
String getClassPath()
void setClassPath(String classpath)
|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||