org.apache.cassandra.db.migration.avro
Class CfDef

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by 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


Field Summary
 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 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
 

Field Detail

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
Constructor Detail

CfDef

public CfDef()
Method Detail

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