org.apache.cassandra.db.migration.avro
Class KsDef
java.lang.Object
org.apache.avro.specific.SpecificRecordBase
org.apache.cassandra.db.migration.avro.KsDef
- 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 KsDef
- extends org.apache.avro.specific.SpecificRecordBase
- implements org.apache.avro.specific.SpecificRecord
Constructor Summary |
KsDef()
|
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$
name
public java.lang.CharSequence name
strategy_class
public java.lang.CharSequence strategy_class
strategy_options
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> strategy_options
replication_factor
public java.lang.Integer replication_factor
cf_defs
public java.util.List<CfDef> cf_defs
KsDef
public KsDef()
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 © 2011 The Apache Software Foundation