Java org.apache.cassandra.hadoop ConfigHelper fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.hadoop ConfigHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.hadoop ConfigHelper.

The text is from its open source code.

Method

StringgetInputColumnFamily(Configuration conf)
StringgetInputInitialAddress(Configuration conf)
booleangetInputIsWide(Configuration conf)
PairgetInputKeyRange(Configuration conf)
The start and end token of the input key range as a pair.
StringgetInputKeyspace(Configuration conf)
StringgetInputKeyspacePassword(Configuration conf)
StringgetInputKeyspaceUserName(Configuration conf)
IPartitionergetInputPartitioner(Configuration conf)
intgetInputSplitSize(Configuration conf)
StringgetOutputColumnFamily(Configuration conf)
StringgetOutputCompressionChunkLength(Configuration conf)
StringgetOutputCompressionClass(Configuration conf)
StringgetOutputInitialAddress(Configuration conf)
StringgetOutputKeyspace(Configuration conf)
StringgetOutputKeyspacePassword(Configuration conf)
StringgetOutputKeyspaceUserName(Configuration conf)
IPartitionergetOutputPartitioner(Configuration conf)
intgetRangeBatchSize(Configuration conf)
The number of rows to request with each get range slices request.
StringgetReadConsistencyLevel(Configuration conf)
StringgetWriteConsistencyLevel(Configuration conf)
voidsetInputColumnFamily(Configuration conf, String keyspace, String columnFamily)
Set the keyspace and column family for the input of this job.
voidsetInputColumnFamily(Configuration conf, String keyspace, String columnFamily, boolean widerows)
Set the keyspace and column family for the input of this job.
voidsetInputInitialAddress(Configuration conf, String address)
voidsetInputKeyspacePassword(Configuration conf, String password)
voidsetInputKeyspaceUserName(Configuration conf, String username)
voidsetInputKeyspaceUserNameAndPassword(Configuration conf, String username, String password)
voidsetInputPartitioner(Configuration conf, String classname)
voidsetInputSplitSize(Configuration conf, int splitsize)
Set the size of the input split.
voidsetOutputColumnFamily(Configuration conf, String keyspace, String columnFamily)
Set the column family for the output of this job.
voidsetOutputCompressionClass(Configuration conf, String classname)
voidsetOutputInitialAddress(Configuration conf, String address)
voidsetOutputKeyspace(Configuration conf, String keyspace)
Set the keyspace for the output of this job.
voidsetOutputKeyspaceUserNameAndPassword(Configuration conf, String username, String password)
voidsetOutputPartitioner(Configuration conf, String classname)
voidsetRangeBatchSize(Configuration conf, int batchsize)
The number of rows to request with each get range slices request.