CacheVmConfig
instead.@Deprecated public interface CacheServerConfig extends CacheVmConfig
AdminDistributedSystem.addCacheServer()
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getHost, getProductDirectory, getRemoteCommand, getWorkingDirectory, setHost, setProductDirectory, setRemoteCommand, setWorkingDirectory, validate
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.getCacheXMLFile
in interface CacheVmConfig
void setCacheXMLFile(String cacheXml)
cache.xml
declarative caching
initialization file used to configure this cache server VM.setCacheXMLFile
in interface CacheVmConfig
String getClassPath()
getClassPath
in interface CacheVmConfig
void setClassPath(String classpath)
setClassPath
in interface CacheVmConfig
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.