public class HDFSStoreDescription extends AbstractDescription implements java.io.Serializable
| Constructor and Description |
|---|
HDFSStoreDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(com.gemstone.gemfire.cache.hdfs.HDFSStoreFactory f)
Configures an HDFS store using this description.
|
protected static void |
configure(TestConfig config)
Creates HDFS store descriptions from the HDFS store parameters
in the test configuration.
|
protected static boolean |
equals(com.gemstone.gemfire.cache.hdfs.HDFSStore h1,
com.gemstone.gemfire.cache.hdfs.HDFSStore h2)
Returns whether the two HDFS stores have the same attributes.
|
java.lang.Boolean |
getAutoCompaction() |
java.lang.Boolean |
getAutoMajorCompaction() |
java.lang.Integer |
getBatchSizeMB() |
java.lang.Integer |
getBatchTimeInterval() |
java.lang.Float |
getBlockCacheSize() |
java.lang.String |
getCompactionStrategy() |
DiskStoreDescription |
getDiskStoreDescription() |
java.lang.String |
getDiskStoreName()
Returns the disk store description name.
|
java.lang.Boolean |
getDiskSynchronous() |
java.lang.Integer |
getFileRolloverInterval() |
HadoopDescription |
getHadoopDescription() |
java.lang.String |
getHadoopName()
Returns the Hadoop cluster name.
|
java.lang.String |
getHDFSClientConfigFile() |
java.lang.String |
getHomeDir() |
java.lang.Integer |
getMajorCompactionIntervalMins() |
java.lang.Integer |
getMajorCompactionMaxThreads() |
java.lang.Integer |
getMaxFileSize() |
java.lang.Integer |
getMaximumQueueMemory() |
java.lang.Integer |
getMaxInputFileCount() |
java.lang.Integer |
getMaxInputFileSizeMB() |
java.lang.Integer |
getMaxThreads() |
java.lang.Integer |
getMinInputFileCount() |
java.lang.String |
getName()
Returns the logical name of this HDFS store description.
|
java.lang.Integer |
getOldFilesCleanupIntervalMins() |
java.lang.Boolean |
getPersistent() |
protected static java.lang.String |
hdfsStoreToString(com.gemstone.gemfire.cache.hdfs.HDFSStore h)
Returns the HDFS store as a string.
|
protected static java.lang.String |
hdfsStoreToString(java.lang.String hdfsStoreName,
com.gemstone.gemfire.cache.hdfs.HDFSStore h)
Returns the HDFS store as a string.
|
java.util.SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic java.lang.String getName()
public java.lang.Boolean getAutoCompaction()
public java.lang.Boolean getAutoMajorCompaction()
public java.lang.Integer getBatchSizeMB()
public java.lang.Integer getBatchTimeInterval()
public java.lang.Float getBlockCacheSize()
public java.lang.String getCompactionStrategy()
public java.lang.String getDiskStoreName()
public DiskStoreDescription getDiskStoreDescription()
public java.lang.Boolean getDiskSynchronous()
public java.lang.Integer getFileRolloverInterval()
public java.lang.String getHadoopName()
public HadoopDescription getHadoopDescription()
public java.lang.String getHDFSClientConfigFile()
public java.lang.String getHomeDir()
public java.lang.Integer getMajorCompactionIntervalMins()
public java.lang.Integer getMajorCompactionMaxThreads()
public java.lang.Integer getMaxFileSize()
public java.lang.Integer getMaxInputFileCount()
public java.lang.Integer getMaxInputFileSizeMB()
public java.lang.Integer getMaxThreads()
public java.lang.Integer getMaximumQueueMemory()
public java.lang.Integer getMinInputFileCount()
public java.lang.Integer getOldFilesCleanupIntervalMins()
public java.lang.Boolean getPersistent()
protected void configure(com.gemstone.gemfire.cache.hdfs.HDFSStoreFactory f)
protected static java.lang.String hdfsStoreToString(com.gemstone.gemfire.cache.hdfs.HDFSStore h)
#hdfsStoreToString(HDFSStore).protected static java.lang.String hdfsStoreToString(java.lang.String hdfsStoreName,
com.gemstone.gemfire.cache.hdfs.HDFSStore h)
protected static boolean equals(com.gemstone.gemfire.cache.hdfs.HDFSStore h1,
com.gemstone.gemfire.cache.hdfs.HDFSStore h2)
public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.