public class AFamilyDescriptor
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Field and Description |
---|---|
Boolean |
blockCacheEnabled |
Integer |
blocksize |
ACompressionAlgorithm |
compression |
Boolean |
inMemory |
Integer |
maxVersions |
ByteBuffer |
name |
static org.apache.avro.Schema |
SCHEMA$ |
Integer |
timeToLive |
Constructor and Description |
---|
AFamilyDescriptor() |
public static final org.apache.avro.Schema SCHEMA$
public ByteBuffer name
public ACompressionAlgorithm compression
public Integer maxVersions
public Integer blocksize
public Boolean inMemory
public Integer timeToLive
public Boolean blockCacheEnabled
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.