public class HDFSStorePrms extends BasePrms
HDFSStoreDescription.
The number of description instances is gated by names. For other
parameters, if fewer values than names are given, the remaining instances
will use the last value in the list. See $JTESTS/hydra/hydra.txt for more
details.
Unused parameters default to null, except where noted. This uses the product default, except where noted.
Values, fields, and subfields of a parameter can be set to BasePrms.DEFAULT,
except where noted. This uses the product default, except where noted.
Values, fields, and subfields can be set to BasePrms.NONE where noted, with
the documented effect.
Values, fields, and subfields of a parameter can use oneof, range, or robing except where noted, but each description created will use a fixed value chosen at test configuration time. Use as a task attribute is illegal.
Subfields are order-dependent, as stated in the javadocs for parameters that use them.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
autoCompaction
(boolean(s))
Auto minor compaction for each HDFS store.
|
static java.lang.Long |
autoMajorCompaction
(boolean(s))
Auto major compaction for each HDFS store.
|
static java.lang.Long |
batchSizeMB
(int(s))
Batch size (in MB) per bucket for each HDFS event queue.
|
static java.lang.Long |
batchTimeInterval
(int(s))
Batch time interval for each HDFS event queue.
|
static java.lang.Long |
blockCacheSize
(float(s))
Block cache size for each HDFS store.
|
static java.lang.Long |
compactionStrategy
(String(s))
Compaction strategy for each HDFS store.
|
static java.lang.Long |
diskStoreName
(String(s))
Name of logical disk store configuration (and actual disk store name)
for each HDFS event queue, as found in
DiskStorePrms.names. |
static java.lang.Long |
diskSynchronous
(boolean(s))
Disk synchronous for each HDFS event queue.
|
static java.lang.Long |
fileRolloverInterval
(int(s))
File rollover interval for each write-only HDFS store, in seconds.
|
static java.lang.Long |
hadoopName
(String(s))
Name of the Hadoop cluster used for each HDFS store, as found in
HadoopPrms.names. |
static java.lang.Long |
hdfsClientConfigFile
(String(s))
HDFS client configuration file name for each HDFS store.
|
static java.lang.Long |
homeDir
(String(s))
Home directory for regions using each HDFS store.
|
static java.lang.Long |
majorCompactionIntervalMins
(int(s))
Major compaction interval minutes for each HDFS store.
|
static java.lang.Long |
majorCompactionMaxThreads
(int(s))
Major compaction max threads for each HDFS store.
|
static java.lang.Long |
maxFileSize
(int(s))
Max file size for each write-only HDFS store, in MB.
|
static java.lang.Long |
maximumQueueMemory
(int(s))
Maximum memory (in MB) for each HDFS event queue.
|
static java.lang.Long |
maxInputFileCount
(int(s))
Max input file count for compaction for each HDFS store.
|
static java.lang.Long |
maxInputFileSizeMB
(int(s))
Max input file size MB for compaction for each HDFS store.
|
static java.lang.Long |
maxThreads
(int(s))
Max threads for minor compaction for each HDFS store.
|
static java.lang.Long |
minInputFileCount
(int(s))
Min input file count for compaction for each HDFS store.
|
static java.lang.Long |
names
(String(s))
Logical names of the HDFS store descriptions and actual names of the HDFS
stores.
|
static java.lang.Long |
oldFilesCleanupIntervalMins
(int(s))
Old files cleanup interval minutes for compaction for each HDFS store.
|
static java.lang.Long |
persistent
(boolean(s))
Persistence for each HDFS event queue.
|
| Constructor and Description |
|---|
HDFSStorePrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long autoCompaction
public static java.lang.Long autoMajorCompaction
public static java.lang.Long batchSizeMB
public static java.lang.Long batchTimeInterval
public static java.lang.Long blockCacheSize
public static java.lang.Long compactionStrategy
public static java.lang.Long diskStoreName
DiskStorePrms.names.
This is a required parameter if persistent is true.public static java.lang.Long diskSynchronous
public static java.lang.Long fileRolloverInterval
public static java.lang.Long hadoopName
HadoopPrms.names. This is a required parameter.public static java.lang.Long hdfsClientConfigFile
hadoopName.public static java.lang.Long homeDir
public static java.lang.Long majorCompactionIntervalMins
public static java.lang.Long majorCompactionMaxThreads
public static java.lang.Long maxFileSize
public static java.lang.Long maxInputFileCount
public static java.lang.Long maxInputFileSizeMB
public static java.lang.Long maxThreads
public static java.lang.Long maximumQueueMemory
public static java.lang.Long minInputFileCount
public static java.lang.Long oldFilesCleanupIntervalMins
public static java.lang.Long persistent
diskStoreName to be set as well.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.