Package org.apache.geode.admin
Interface CacheVmConfig
- All Superinterfaces:
Cloneable,ManagedEntityConfig
- All Known Subinterfaces:
CacheServerConfig
Deprecated.
Configuration for a GemFire cache server VM that is managed by the administration API. The VM may
or may not be running.
- Since:
- GemFire 5.7
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns thecache.xmldeclarative caching initialization file used to configure this cache server VM.Deprecated.Returns the location(s) of user classes (such as cache loaders) required by the cache server VM.voidsetCacheXMLFile(String cacheXml) Deprecated.Sets thecache.xmldeclarative caching initialization file used to configure this cache server VM.voidsetClassPath(String classpath) Deprecated.Sets the location(s) of user classes (such as cache loaders) required by the cache server VM.Methods inherited from interface org.apache.geode.admin.ManagedEntityConfig
clone, getHost, getProductDirectory, getRemoteCommand, getWorkingDirectory, setHost, setProductDirectory, setRemoteCommand, setWorkingDirectory, validate
-
Method Details
-
getCacheXMLFile
String getCacheXMLFile()Deprecated.Returns thecache.xmldeclarative caching initialization file used to configure this cache server VM. By default, a cache server VM is started without an XML file.- Returns:
- the
cache.xmldeclarative caching initialization file used to configure this cache server VM
-
setCacheXMLFile
Deprecated.Sets thecache.xmldeclarative caching initialization file used to configure this cache server VM.- Parameters:
cacheXml- thecache.xmldeclarative caching initialization file used to configure this cache server VM
-
getClassPath
String getClassPath()Deprecated.Returns the location(s) of user classes (such as cache loaders) required by the cache server VM.- Returns:
- the location(s) of user classes (such as cache loaders) required by the cache server VM
-
setClassPath
Deprecated.Sets the location(s) of user classes (such as cache loaders) required by the cache server VM.- Parameters:
classpath- the location(s) of user classes (such as cache loaders) required by the cache server VM
-
managementpackage instead