public class HDFSStoreDescription extends AbstractDescription implements 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.
|
Boolean |
getAutoCompaction() |
Boolean |
getAutoMajorCompaction() |
Integer |
getBatchSizeMB() |
Integer |
getBatchTimeInterval() |
Float |
getBlockCacheSize() |
String |
getCompactionStrategy() |
DiskStoreDescription |
getDiskStoreDescription() |
String |
getDiskStoreName()
Returns the disk store description name.
|
Boolean |
getDiskSynchronous() |
Integer |
getFileRolloverInterval() |
HadoopDescription |
getHadoopDescription() |
String |
getHadoopName()
Returns the Hadoop cluster name.
|
String |
getHDFSClientConfigFile() |
String |
getHomeDir() |
Integer |
getMajorCompactionIntervalMins() |
Integer |
getMajorCompactionMaxThreads() |
Integer |
getMaxFileSize() |
Integer |
getMaximumQueueMemory() |
Integer |
getMaxInputFileCount() |
Integer |
getMaxInputFileSizeMB() |
Integer |
getMaxThreads() |
Integer |
getMinInputFileCount() |
String |
getName()
Returns the logical name of this HDFS store description.
|
Integer |
getOldFilesCleanupIntervalMins() |
Boolean |
getPersistent() |
protected static String |
hdfsStoreToString(com.gemstone.gemfire.cache.hdfs.HDFSStore h)
Returns the HDFS store as a string.
|
protected static String |
hdfsStoreToString(String hdfsStoreName,
com.gemstone.gemfire.cache.hdfs.HDFSStore h)
Returns the HDFS store as a string.
|
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 String getName()
public Boolean getAutoCompaction()
public Boolean getAutoMajorCompaction()
public Integer getBatchSizeMB()
public Integer getBatchTimeInterval()
public Float getBlockCacheSize()
public String getCompactionStrategy()
public String getDiskStoreName()
public DiskStoreDescription getDiskStoreDescription()
public Boolean getDiskSynchronous()
public Integer getFileRolloverInterval()
public String getHadoopName()
public HadoopDescription getHadoopDescription()
public String getHDFSClientConfigFile()
public String getHomeDir()
public Integer getMajorCompactionIntervalMins()
public Integer getMajorCompactionMaxThreads()
public Integer getMaxFileSize()
public Integer getMaxInputFileCount()
public Integer getMaxInputFileSizeMB()
public Integer getMaxThreads()
public Integer getMaximumQueueMemory()
public Integer getMinInputFileCount()
public Integer getOldFilesCleanupIntervalMins()
public Boolean getPersistent()
protected void configure(com.gemstone.gemfire.cache.hdfs.HDFSStoreFactory f)
protected static String hdfsStoreToString(com.gemstone.gemfire.cache.hdfs.HDFSStore h)
#hdfsStoreToString(HDFSStore).protected static String hdfsStoreToString(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 SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.