public class StringBehaviorTest
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
StringBehaviorTest.Builder
RecordBuilder for StringBehaviorTest instances.
|
| Modifier and Type | Field and Description |
|---|---|
CharSequence |
default_class
Deprecated.
|
Map<CharSequence,Integer> |
default_map
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
CharSequence |
string_class
Deprecated.
|
Map<CharSequence,Integer> |
string_map
Deprecated.
|
BigDecimal |
stringable_class
Deprecated.
|
Map<BigDecimal,Integer> |
stringable_map
Deprecated.
|
| Constructor and Description |
|---|
StringBehaviorTest()
Default constructor.
|
StringBehaviorTest(CharSequence default_class,
CharSequence string_class,
BigDecimal stringable_class,
Map<CharSequence,Integer> default_map,
Map<CharSequence,Integer> string_map,
Map<BigDecimal,Integer> stringable_map)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<StringBehaviorTest> |
createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
void |
customDecode(org.apache.avro.io.ResolvingDecoder in) |
void |
customEncode(org.apache.avro.io.Encoder out) |
static StringBehaviorTest |
fromByteBuffer(ByteBuffer b)
Deserializes a StringBehaviorTest from a ByteBuffer.
|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
static org.apache.avro.message.BinaryMessageDecoder<StringBehaviorTest> |
getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
CharSequence |
getDefaultClass()
Gets the value of the 'default_class' field.
|
Map<CharSequence,Integer> |
getDefaultMap()
Gets the value of the 'default_map' field.
|
static org.apache.avro.message.BinaryMessageEncoder<StringBehaviorTest> |
getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
org.apache.avro.Schema |
getSchema() |
org.apache.avro.specific.SpecificData |
getSpecificData() |
BigDecimal |
getStringableClass()
Gets the value of the 'stringable_class' field.
|
Map<BigDecimal,Integer> |
getStringableMap()
Gets the value of the 'stringable_map' field.
|
CharSequence |
getStringClass()
Gets the value of the 'string_class' field.
|
Map<CharSequence,Integer> |
getStringMap()
Gets the value of the 'string_map' field.
|
protected boolean |
hasCustomCoders() |
static StringBehaviorTest.Builder |
newBuilder()
Creates a new StringBehaviorTest RecordBuilder.
|
static StringBehaviorTest.Builder |
newBuilder(StringBehaviorTest.Builder other)
Creates a new StringBehaviorTest RecordBuilder by copying an existing Builder.
|
static StringBehaviorTest.Builder |
newBuilder(StringBehaviorTest other)
Creates a new StringBehaviorTest RecordBuilder by copying an existing StringBehaviorTest instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setDefaultClass(CharSequence value)
Sets the value of the 'default_class' field.
|
void |
setDefaultMap(Map<CharSequence,Integer> value)
Sets the value of the 'default_map' field.
|
void |
setStringableClass(BigDecimal value)
Sets the value of the 'stringable_class' field.
|
void |
setStringableMap(Map<BigDecimal,Integer> value)
Sets the value of the 'stringable_map' field.
|
void |
setStringClass(CharSequence value)
Sets the value of the 'string_class' field.
|
void |
setStringMap(Map<CharSequence,Integer> value)
Sets the value of the 'string_map' field.
|
ByteBuffer |
toByteBuffer()
Serializes this StringBehaviorTest to a ByteBuffer.
|
void |
writeExternal(ObjectOutput out) |
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence default_class
@Deprecated public CharSequence string_class
@Deprecated public BigDecimal stringable_class
@Deprecated public Map<CharSequence,Integer> default_map
@Deprecated public Map<CharSequence,Integer> string_map
@Deprecated public Map<BigDecimal,Integer> stringable_map
public StringBehaviorTest()
newBuilder().public StringBehaviorTest(CharSequence default_class, CharSequence string_class, BigDecimal stringable_class, Map<CharSequence,Integer> default_map, Map<CharSequence,Integer> string_map, Map<BigDecimal,Integer> stringable_map)
default_class - The new value for default_classstring_class - The new value for string_classstringable_class - The new value for stringable_classdefault_map - The new value for default_mapstring_map - The new value for string_mapstringable_map - The new value for stringable_mappublic static org.apache.avro.Schema getClassSchema()
public static org.apache.avro.message.BinaryMessageEncoder<StringBehaviorTest> getEncoder()
public static org.apache.avro.message.BinaryMessageDecoder<StringBehaviorTest> getDecoder()
public static org.apache.avro.message.BinaryMessageDecoder<StringBehaviorTest> createDecoder(org.apache.avro.message.SchemaStore resolver)
SchemaStore.resolver - a SchemaStore used to find schemas by fingerprintpublic ByteBuffer toByteBuffer() throws IOException
IOException - if this instance could not be serializedpublic static StringBehaviorTest fromByteBuffer(ByteBuffer b) throws IOException
b - a byte buffer holding serialized data for an instance of this classIOException - if the given bytes could not be deserialized into an instance of this classpublic org.apache.avro.specific.SpecificData getSpecificData()
getSpecificData in class org.apache.avro.specific.SpecificRecordBasepublic org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic CharSequence getDefaultClass()
public void setDefaultClass(CharSequence value)
value - the value to set.public CharSequence getStringClass()
public void setStringClass(CharSequence value)
value - the value to set.public BigDecimal getStringableClass()
public void setStringableClass(BigDecimal value)
value - the value to set.public Map<CharSequence,Integer> getDefaultMap()
public void setDefaultMap(Map<CharSequence,Integer> value)
value - the value to set.public Map<CharSequence,Integer> getStringMap()
public void setStringMap(Map<CharSequence,Integer> value)
value - the value to set.public Map<BigDecimal,Integer> getStringableMap()
public void setStringableMap(Map<BigDecimal,Integer> value)
value - the value to set.public static StringBehaviorTest.Builder newBuilder()
public static StringBehaviorTest.Builder newBuilder(StringBehaviorTest.Builder other)
other - The existing builder to copy.public static StringBehaviorTest.Builder newBuilder(StringBehaviorTest other)
other - The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizablereadExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionprotected boolean hasCustomCoders()
hasCustomCoders in class org.apache.avro.specific.SpecificRecordBasepublic void customEncode(org.apache.avro.io.Encoder out)
throws IOException
customEncode in class org.apache.avro.specific.SpecificRecordBaseIOExceptionpublic void customDecode(org.apache.avro.io.ResolvingDecoder in)
throws IOException
customDecode in class org.apache.avro.specific.SpecificRecordBaseIOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.