org.apache.cassandra.db.migration.avro
Class CfDef
java.lang.Object
org.apache.avro.specific.SpecificRecordBase
org.apache.cassandra.db.migration.avro.CfDef
- All Implemented Interfaces:
- java.lang.Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord
public class CfDef
- extends org.apache.avro.specific.SpecificRecordBase
- implements org.apache.avro.specific.SpecificRecord
|
Constructor Summary |
CfDef()
|
|
Method Summary |
java.lang.Object |
get(int field$)
|
org.apache.avro.Schema |
getSchema()
|
void |
put(int field$,
java.lang.Object value$)
|
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SCHEMA$
public static final org.apache.avro.Schema SCHEMA$
keyspace
public java.lang.CharSequence keyspace
name
public java.lang.CharSequence name
column_type
public java.lang.CharSequence column_type
comparator_type
public java.lang.CharSequence comparator_type
subcomparator_type
public java.lang.CharSequence subcomparator_type
comment
public java.lang.CharSequence comment
read_repair_chance
public java.lang.Double read_repair_chance
replicate_on_write
public boolean replicate_on_write
gc_grace_seconds
public java.lang.Integer gc_grace_seconds
default_validation_class
public java.lang.CharSequence default_validation_class
key_validation_class
public java.lang.CharSequence key_validation_class
min_compaction_threshold
public java.lang.Integer min_compaction_threshold
max_compaction_threshold
public java.lang.Integer max_compaction_threshold
merge_shards_chance
public java.lang.Double merge_shards_chance
id
public java.lang.Integer id
column_metadata
public java.util.List<ColumnDef> column_metadata
key_alias
public java.nio.ByteBuffer key_alias
compaction_strategy
public java.lang.CharSequence compaction_strategy
compaction_strategy_options
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> compaction_strategy_options
compression_options
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> compression_options
bloom_filter_fp_chance
public java.lang.Double bloom_filter_fp_chance
caching
public java.lang.CharSequence caching
column_aliases
public java.util.List<java.nio.ByteBuffer> column_aliases
value_alias
public java.nio.ByteBuffer value_alias
dclocal_read_repair_chance
public java.lang.Double dclocal_read_repair_chance
row_cache_size
public java.lang.Double row_cache_size
key_cache_size
public java.lang.Double key_cache_size
CfDef
public CfDef()
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer- Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase
get
public java.lang.Object get(int field$)
- Specified by:
get in interface org.apache.avro.generic.IndexedRecord- Specified by:
get in class org.apache.avro.specific.SpecificRecordBase
put
public void put(int field$,
java.lang.Object value$)
- Specified by:
put in interface org.apache.avro.generic.IndexedRecord- Specified by:
put in class org.apache.avro.specific.SpecificRecordBase
Copyright © 2012 The Apache Software Foundation