public class CfDef
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Field and Description |
|---|---|
java.lang.Double |
bloom_filter_fp_chance |
java.lang.CharSequence |
caching |
java.util.List<java.nio.ByteBuffer> |
column_aliases |
java.util.List<ColumnDef> |
column_metadata |
java.lang.CharSequence |
column_type |
java.lang.CharSequence |
comment |
java.lang.CharSequence |
compaction_strategy |
java.util.Map<java.lang.CharSequence,java.lang.CharSequence> |
compaction_strategy_options |
java.lang.CharSequence |
comparator_type |
java.util.Map<java.lang.CharSequence,java.lang.CharSequence> |
compression_options |
java.lang.Double |
dclocal_read_repair_chance |
java.lang.CharSequence |
default_validation_class |
java.lang.Integer |
gc_grace_seconds |
java.lang.Integer |
id |
java.nio.ByteBuffer |
key_alias |
java.lang.Double |
key_cache_size |
java.lang.CharSequence |
key_validation_class |
java.lang.CharSequence |
keyspace |
java.lang.Integer |
max_compaction_threshold |
java.lang.Double |
merge_shards_chance |
java.lang.Integer |
min_compaction_threshold |
java.lang.CharSequence |
name |
java.lang.Double |
read_repair_chance |
boolean |
replicate_on_write |
java.lang.Double |
row_cache_size |
static org.apache.avro.Schema |
SCHEMA$ |
java.lang.CharSequence |
subcomparator_type |
java.nio.ByteBuffer |
value_alias |
| Constructor and Description |
|---|
CfDef() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int field$)
Return the value of a field given its position in the schema.
|
org.apache.avro.Schema |
getSchema()
The schema of this instance.
|
void |
put(int field$,
java.lang.Object value$)
Set the value of a field given its position in the schema.
|
public static final org.apache.avro.Schema SCHEMA$
public java.lang.CharSequence keyspace
public java.lang.CharSequence name
public java.lang.CharSequence column_type
public java.lang.CharSequence comparator_type
public java.lang.CharSequence subcomparator_type
public java.lang.CharSequence comment
public java.lang.Double read_repair_chance
public boolean replicate_on_write
public java.lang.Integer gc_grace_seconds
public java.lang.CharSequence default_validation_class
public java.lang.CharSequence key_validation_class
public java.lang.Integer min_compaction_threshold
public java.lang.Integer max_compaction_threshold
public java.lang.Double merge_shards_chance
public java.lang.Integer id
public java.util.List<ColumnDef> column_metadata
public java.nio.ByteBuffer key_alias
public java.lang.CharSequence compaction_strategy
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> compaction_strategy_options
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> compression_options
public java.lang.Double bloom_filter_fp_chance
public java.lang.CharSequence caching
public java.util.List<java.nio.ByteBuffer> column_aliases
public java.nio.ByteBuffer value_alias
public java.lang.Double dclocal_read_repair_chance
public java.lang.Double row_cache_size
public java.lang.Double key_cache_size
public org.apache.avro.Schema getSchema()
org.apache.avro.generic.GenericContainergetSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
org.apache.avro.generic.IndexedRecordThis method is not meant to be called by user code, but only by DatumWriter implementations.
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
java.lang.Object value$)
org.apache.avro.generic.IndexedRecordThis method is not meant to be called by user code, but only by DatumReader implementations.
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBaseCopyright © 2013 The Apache Software Foundation