A B C D E F G H I L M N O P R S T U V W

A

add(T) - Method in interface org.apache.avro.generic.GenericArray
Add an element to this array.
add(T) - Method in class org.apache.avro.generic.GenericData.Array
 
addField(Object, String, int, Object) - Method in class org.apache.avro.generic.GenericDatumReader
Called by the default implementation of GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder) to add a record fields value to a record instance.
addField(Object, String, int, Object) - Method in class org.apache.avro.reflect.ReflectDatumReader
 
addField(Object, String, int, Object) - Method in class org.apache.avro.specific.SpecificDatumReader
 
addFileset(FileSet) - Method in class org.apache.avro.specific.ProtocolTask
Add a fileset.
addToArray(Object, Object) - Method in class org.apache.avro.generic.GenericDatumReader
Called by the default implementation of GenericDatumReader.readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder) to add a value.
addToMap(Object, Object, Object) - Method in class org.apache.avro.generic.GenericDatumReader
Called by the default implementation of GenericDatumReader.readMap(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder) to add a key/value pair.
advance(int) - Method in class org.apache.avro.io.ResolvingDecoder
 
advance(int) - Method in class org.apache.avro.io.ValidatingDecoder
 
append(D) - Method in class org.apache.avro.file.DataFileWriter
Append a datum to the file.
arrayNext() - Method in class org.apache.avro.io.BinaryDecoder
 
arrayNext() - Method in class org.apache.avro.io.Decoder
Processes the next block of an array andreturns the number of items in the block and let's the caller read those items.
arrayNext() - Method in class org.apache.avro.io.ValidatingDecoder
 
AvroRemoteException - Exception in org.apache.avro.ipc
Base class for exceptions thrown to client by server.
AvroRemoteException() - Constructor for exception org.apache.avro.ipc.AvroRemoteException
 
AvroRemoteException(Throwable) - Constructor for exception org.apache.avro.ipc.AvroRemoteException
 
AvroRemoteException(Object) - Constructor for exception org.apache.avro.ipc.AvroRemoteException
 
AvroRuntimeException - Exception in org.apache.avro
 
AvroRuntimeException(Throwable) - Constructor for exception org.apache.avro.AvroRuntimeException
 
AvroRuntimeException(String) - Constructor for exception org.apache.avro.AvroRuntimeException
 
AvroTypeException - Exception in org.apache.avro
Thrown when an illegal type is used.
AvroTypeException(String) - Constructor for exception org.apache.avro.AvroTypeException
 

B

BinaryDecoder - Class in org.apache.avro.io
Low-level support for de-serializing Avro values.
BinaryDecoder(InputStream) - Constructor for class org.apache.avro.io.BinaryDecoder
 
BinaryEncoder - Class in org.apache.avro.io
Low-level support for serializing Avro values.
BinaryEncoder(OutputStream) - Constructor for class org.apache.avro.io.BinaryEncoder
Create a writer that sends its output to the underlying stream out.
BlockingBinaryEncoder - Class in org.apache.avro.io
A Encoder that writes large arrays and maps as a sequence of blocks.
BlockingBinaryEncoder(OutputStream) - Constructor for class org.apache.avro.io.BlockingBinaryEncoder
 
BlockingBinaryEncoder(OutputStream, int) - Constructor for class org.apache.avro.io.BlockingBinaryEncoder
 
BUFFER_SIZE - Static variable in class org.apache.avro.ipc.ByteBufferOutputStream
 
ByteBufferInputStream - Class in org.apache.avro.ipc
Utility to present ByteBuffer data as an InputStream.
ByteBufferInputStream(List<ByteBuffer>) - Constructor for class org.apache.avro.ipc.ByteBufferInputStream
 
ByteBufferOutputStream - Class in org.apache.avro.ipc
Utility to collect data written to an OutputStream in ByteBuffers.
ByteBufferOutputStream() - Constructor for class org.apache.avro.ipc.ByteBufferOutputStream
 
bytes(byte[]) - Method in class org.apache.avro.generic.GenericData.Fixed
 
bytes() - Method in class org.apache.avro.generic.GenericData.Fixed
 
bytes() - Method in interface org.apache.avro.generic.GenericFixed
Return the data.

C

clear() - Method in interface org.apache.avro.generic.GenericArray
Reset the size of the array to zero.
clear() - Method in class org.apache.avro.generic.GenericData.Array
 
close() - Method in class org.apache.avro.file.DataFileReader
Close this reader.
close() - Method in class org.apache.avro.file.DataFileWriter
Close the file.
close() - Method in class org.apache.avro.ipc.SocketServer
 
close() - Method in class org.apache.avro.ipc.SocketTransceiver
 
close() - Method in class org.apache.avro.ipc.Transceiver
 
compileProtocol(File) - Static method in class org.apache.avro.specific.SpecificCompiler
Returns generated Java interface for a protocol.
compileSchema(File) - Static method in class org.apache.avro.specific.SpecificCompiler
Returns generated Java class for a schema.
create(Schema.Type) - Static method in class org.apache.avro.Schema
Create a schema for a primitive type.
createArray(Schema) - Static method in class org.apache.avro.Schema
Create an array schema.
createBytes(byte[]) - Method in class org.apache.avro.generic.GenericDatumReader
Called to create byte arrays from default values.
createEnum(String, Schema) - Method in class org.apache.avro.generic.GenericDatumReader
Called to create an enum value.
createEnum(String, Schema) - Method in class org.apache.avro.reflect.ReflectDatumReader
 
createEnum(String, String, List<String>) - Static method in class org.apache.avro.Schema
Create an enum schema.
createFixed(Object, Schema) - Method in class org.apache.avro.generic.GenericDatumReader
Called to create an fixed value.
createFixed(Object, byte[], Schema) - Method in class org.apache.avro.generic.GenericDatumReader
Called to create an fixed value.
createFixed(Object, Schema) - Method in class org.apache.avro.reflect.ReflectDatumReader
 
createFixed(String, String, int) - Static method in class org.apache.avro.Schema
Create a union schema.
createMap(Schema) - Static method in class org.apache.avro.Schema
Create a map schema.
createMessage(String, Schema, Schema, Schema) - Method in class org.apache.avro.Protocol
 
createRecord(LinkedHashMap<String, Schema.Field>) - Static method in class org.apache.avro.Schema
Create an anonymous record schema.
createRecord(String, String, boolean) - Static method in class org.apache.avro.Schema
Create a named record schema.
createString(String) - Method in class org.apache.avro.generic.GenericDatumReader
Called to create a string from a default value.
createUnion(List<Schema>) - Static method in class org.apache.avro.Schema
Create a union schema.

D

DataFileReader<D> - Class in org.apache.avro.file
Read files written by DataFileWriter.
DataFileReader(SeekableInput, DatumReader<D>) - Constructor for class org.apache.avro.file.DataFileReader
Construct a reader for a file.
DataFileWriter<D> - Class in org.apache.avro.file
Stores in a file a sequence of data conforming to a schema.
DataFileWriter(Schema, OutputStream, DatumWriter<D>) - Constructor for class org.apache.avro.file.DataFileWriter
Construct a writer to a file for data matching a schema.
DatumReader<D> - Interface in org.apache.avro.io
Read data of a schema.
DatumWriter<D> - Interface in org.apache.avro.io
Write data of a schema.
Decoder - Class in org.apache.avro.io
Low-level support for de-serializing Avro values.
Decoder() - Constructor for class org.apache.avro.io.Decoder
 
defaultFieldValue(Object, Schema, JsonNode) - Method in class org.apache.avro.generic.GenericDatumReader
Called by the default implementation of GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder) to construct a default value for a field.
defaultValue() - Method in class org.apache.avro.Schema.Field
 
doCompile(File) - Method in class org.apache.avro.specific.ProtocolTask
 
doCompile(File) - Method in class org.apache.avro.specific.SchemaTask
 

E

encodeDouble(double, OutputStream) - Static method in class org.apache.avro.io.BinaryEncoder
 
encodeDouble(double, byte[], int) - Static method in class org.apache.avro.io.BinaryEncoder
 
encodeFloat(float, OutputStream) - Static method in class org.apache.avro.io.BinaryEncoder
 
encodeFloat(float, byte[], int) - Static method in class org.apache.avro.io.BinaryEncoder
 
encodeLong(long, OutputStream) - Static method in class org.apache.avro.io.BinaryEncoder
 
encodeLong(long, byte[], int) - Static method in class org.apache.avro.io.BinaryEncoder
 
Encoder - Class in org.apache.avro.io
Low-level support for serializing Avro values.
Encoder() - Constructor for class org.apache.avro.io.Encoder
 
equals(Object) - Method in class org.apache.avro.generic.GenericData.Array
 
equals(Object) - Method in class org.apache.avro.generic.GenericData.Fixed
 
equals(Object) - Method in class org.apache.avro.Protocol
 
equals(Object) - Method in class org.apache.avro.Protocol.Message
 
equals(Object) - Method in class org.apache.avro.Schema
 
equals(Object) - Method in class org.apache.avro.Schema.Field
 
equals(Object) - Method in exception org.apache.avro.specific.SpecificExceptionBase
 
equals(Object) - Method in class org.apache.avro.specific.SpecificRecordBase
 
equals(Object) - Method in class org.apache.avro.util.Utf8
 
execute() - Method in class org.apache.avro.specific.ProtocolTask
Run the compiler.
expand(int[], int) - Static method in class org.apache.avro.io.ValidatingDecoder
 

F

FixedSize - Annotation Type in org.apache.avro.reflect
Declares the size of implementations of GenericFixed.
flush() - Method in class org.apache.avro.file.DataFileWriter
Flush the current state of the file, including metadata.
flush() - Method in class org.apache.avro.io.BinaryEncoder
 
flush() - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
flush() - Method in class org.apache.avro.io.Encoder
Writes any buffered output to the underlying stream.
flush() - Method in class org.apache.avro.io.ValidatingEncoder
 

G

GenericArray<T> - Interface in org.apache.avro.generic
An array of objects.
GenericData - Class in org.apache.avro.generic
Utilities for generic Java data.
GenericData.Array<T> - Class in org.apache.avro.generic
Default implementation of GenericArray.
GenericData.Array(int) - Constructor for class org.apache.avro.generic.GenericData.Array
 
GenericData.Fixed - Class in org.apache.avro.generic
 
GenericData.Fixed(Schema) - Constructor for class org.apache.avro.generic.GenericData.Fixed
 
GenericData.Fixed(byte[]) - Constructor for class org.apache.avro.generic.GenericData.Fixed
 
GenericData.Fixed() - Constructor for class org.apache.avro.generic.GenericData.Fixed
 
GenericData.Record - Class in org.apache.avro.generic
Default implementation of GenericRecord.
GenericData.Record(Schema) - Constructor for class org.apache.avro.generic.GenericData.Record
 
GenericDatumReader<D> - Class in org.apache.avro.generic
DatumReader for generic Java objects.
GenericDatumReader() - Constructor for class org.apache.avro.generic.GenericDatumReader
 
GenericDatumReader(Schema) - Constructor for class org.apache.avro.generic.GenericDatumReader
 
GenericDatumReader(Schema, Schema) - Constructor for class org.apache.avro.generic.GenericDatumReader
 
GenericDatumWriter<D> - Class in org.apache.avro.generic
DatumWriter for generic Java objects.
GenericDatumWriter() - Constructor for class org.apache.avro.generic.GenericDatumWriter
 
GenericDatumWriter(Schema) - Constructor for class org.apache.avro.generic.GenericDatumWriter
 
GenericFixed - Interface in org.apache.avro.generic
Fixed-size data.
GenericRecord - Interface in org.apache.avro.generic
A set of fields, each a name/value pair.
GenericRequestor - Class in org.apache.avro.generic
Requestor implementation for generic Java data.
GenericRequestor(Protocol, Transceiver) - Constructor for class org.apache.avro.generic.GenericRequestor
 
GenericResponder - Class in org.apache.avro.generic
Responder implementation for generic Java data.
GenericResponder(Protocol) - Constructor for class org.apache.avro.generic.GenericResponder
 
get(int) - Method in exception org.apache.avro.specific.SpecificExceptionBase
 
get(int) - Method in interface org.apache.avro.specific.SpecificRecord
 
get(int) - Method in class org.apache.avro.specific.SpecificRecordBase
 
getArrayElements(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder) to enumerate array elements.
getArraySize(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder) to get the size of an array.
getBufferList() - Method in class org.apache.avro.ipc.ByteBufferOutputStream
Returns all data written and resets the stream to be empty.
getBytes() - Method in class org.apache.avro.util.Utf8
 
getClient(Class<?>, Transceiver) - Static method in class org.apache.avro.reflect.ReflectRequestor
Create a proxy instance whose methods invoke RPCs.
getClient(Class<?>, Transceiver) - Static method in class org.apache.avro.specific.SpecificRequestor
Create a proxy instance whose methods invoke RPCs.
getCode() - Method in class org.apache.avro.specific.SpecificCompiler
Return generated code.
getDatumReader(Schema) - Method in class org.apache.avro.reflect.ReflectRequestor
 
getDatumReader(Schema) - Method in class org.apache.avro.reflect.ReflectResponder
 
getDatumReader(Schema) - Method in class org.apache.avro.specific.SpecificRequestor
 
getDatumReader(Schema) - Method in class org.apache.avro.specific.SpecificResponder
 
getDatumWriter(Schema) - Method in class org.apache.avro.reflect.ReflectRequestor
 
getDatumWriter(Schema) - Method in class org.apache.avro.reflect.ReflectResponder
 
getDatumWriter(Schema) - Method in class org.apache.avro.specific.SpecificRequestor
 
getDatumWriter(Schema) - Method in class org.apache.avro.specific.SpecificResponder
 
getElementType() - Method in class org.apache.avro.Schema
If this is an array, returns its element type.
getEnumOrdinal(String) - Method in class org.apache.avro.Schema
If this is an enum, return a symbol's ordinal value.
getEnumSymbols() - Method in class org.apache.avro.Schema
If this is an enum, return its symbols.
getErrors() - Method in class org.apache.avro.Protocol.Message
Errors that might be thrown.
getField(Object, String, int) - Method in class org.apache.avro.generic.GenericDatumReader
Called by the default implementation of GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder) to retrieve a record field value from a reused instance.
getField(Object, String, int) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.writeRecord(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder) to retrieve a record field value.
getField(Object, String, int) - Method in class org.apache.avro.reflect.ReflectDatumReader
 
getField(Object, String, int) - Method in class org.apache.avro.reflect.ReflectDatumWriter
 
getField(Object, String, int) - Method in class org.apache.avro.specific.SpecificDatumReader
 
getField(Object, String, int) - Method in class org.apache.avro.specific.SpecificDatumWriter
 
getFields() - Method in class org.apache.avro.Schema
If this is a record, returns its fields.
getFieldSchemas() - Method in class org.apache.avro.Schema
If this is a record, enumerate its field names and their schemas.
getFixedSize() - Method in class org.apache.avro.Schema
If this is fixed, returns its size.
getLength() - Method in class org.apache.avro.util.Utf8
 
getLocal() - Method in class org.apache.avro.ipc.Requestor
 
getLocal() - Method in class org.apache.avro.ipc.Responder
 
getMapEntries(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder) to enumerate map elements.
getMapSize(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder) to get the size of a map.
getMD5() - Method in class org.apache.avro.Protocol
Return the MD5 hash of the text of this protocol.
getMessages() - Method in class org.apache.avro.Protocol
The messages of this protocol.
getMeta(String) - Method in class org.apache.avro.file.DataFileReader
Return the value of a metadata property.
getMetaLong(String) - Method in class org.apache.avro.file.DataFileReader
Return the value of a metadata property.
getMetaString(String) - Method in class org.apache.avro.file.DataFileReader
Return the value of a metadata property.
getName() - Method in class org.apache.avro.Protocol
The name of this protocol.
getName() - Method in class org.apache.avro.Protocol.Message
The name of this message.
getName() - Method in class org.apache.avro.Schema
If this is a record, enum or fixed, returns its name, if any.
getNamespace() - Method in class org.apache.avro.Protocol
The namespace of this protocol.
getNamespace() - Method in class org.apache.avro.Schema
If this is a record, enum or fixed, returns its namespace, if any.
getNamespace() - Method in class org.apache.avro.specific.SpecificCompiler
Return namespace for compiled code.
getPort() - Method in class org.apache.avro.ipc.SocketServer
 
getProtocol(Class) - Static method in class org.apache.avro.reflect.ReflectData
Generate a protocol for a Java interface.
getRemote() - Method in class org.apache.avro.ipc.Requestor
 
getRemoteName() - Method in class org.apache.avro.ipc.SocketTransceiver
 
getRemoteName() - Method in class org.apache.avro.ipc.Transceiver
 
getRequest() - Method in class org.apache.avro.Protocol.Message
The parameters of this message.
getResponse() - Method in class org.apache.avro.Protocol.Message
The returned data.
getSchema() - Method in class org.apache.avro.generic.GenericData.Record
 
getSchema() - Method in interface org.apache.avro.generic.GenericRecord
The schema of this instance.
getSchema(Type) - Static method in class org.apache.avro.reflect.ReflectData
Generate a schema for a Java type.
getTransceiver() - Method in class org.apache.avro.ipc.Requestor
 
getType() - Method in class org.apache.avro.Schema
Return the type of this schema.
getTypes() - Method in class org.apache.avro.Protocol
The types of this protocol.
getTypes() - Method in class org.apache.avro.Schema
If this is a union, returns its types.
getValue() - Method in exception org.apache.avro.ipc.AvroRemoteException
 
getValueType() - Method in class org.apache.avro.Schema
If this is a map, returns its value type.

H

hashCode() - Method in class org.apache.avro.generic.GenericData.Array
 
hashCode() - Method in class org.apache.avro.generic.GenericData.Fixed
 
hashCode() - Method in class org.apache.avro.Protocol
 
hashCode() - Method in class org.apache.avro.Protocol.Message
 
hashCode() - Method in class org.apache.avro.Schema
 
hashCode() - Method in exception org.apache.avro.specific.SpecificExceptionBase
 
hashCode() - Method in class org.apache.avro.specific.SpecificRecordBase
 
hashCode() - Method in class org.apache.avro.util.Utf8
 

I

in - Variable in class org.apache.avro.io.ValidatingDecoder
 
induce(Object) - Static method in class org.apache.avro.generic.GenericData
Create a schema given an example datum.
init(InputStream) - Method in class org.apache.avro.io.BinaryDecoder
 
init(OutputStream) - Method in class org.apache.avro.io.BinaryEncoder
 
init(OutputStream) - Method in class org.apache.avro.io.BlockingBinaryEncoder
Redirect output (and reset the parser state if we're checking).
init(InputStream) - Method in class org.apache.avro.io.Decoder
Start reading against a different input stream.
init(OutputStream) - Method in class org.apache.avro.io.Encoder
Redirect output (and reset the parser state if we're checking).
init(InputStream) - Method in class org.apache.avro.io.ValidatingDecoder
 
init(OutputStream) - Method in class org.apache.avro.io.ValidatingEncoder
 
instanceOf(Schema, Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to resolve unions.
instanceOf(Schema, Object) - Method in class org.apache.avro.reflect.ReflectDatumWriter
 
invoke(Object, Method, Object[]) - Method in class org.apache.avro.reflect.ReflectRequestor
 
isArray(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object).
isBytes(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object).
isEnum(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object).
isEnum(Object) - Method in class org.apache.avro.reflect.ReflectDatumWriter
 
isError() - Method in class org.apache.avro.Schema
Returns true if this record is an error type.
isFixed(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object).
isMap(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object).
isRecord(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object).
isRecord(Object) - Method in class org.apache.avro.reflect.ReflectDatumWriter
 
isString(Object) - Method in class org.apache.avro.generic.GenericDatumWriter
Called by the default implementation of GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object).
iterator() - Method in class org.apache.avro.generic.GenericData.Array
 

L

length() - Method in class org.apache.avro.file.SeekableFileInput
 
length() - Method in interface org.apache.avro.file.SeekableInput
Return the length of the file.

M

main(String[]) - Static method in class org.apache.avro.ipc.SocketServer
 
main(String[]) - Static method in class org.apache.avro.Protocol
 
main(String[]) - Static method in class org.apache.avro.specific.SpecificCompiler
 
mapNext() - Method in class org.apache.avro.io.BinaryDecoder
 
mapNext() - Method in class org.apache.avro.io.Decoder
Processes the next block of map entries and returns the count of them.
mapNext() - Method in class org.apache.avro.io.ValidatingDecoder
 

N

newArray(Object, int) - Method in class org.apache.avro.generic.GenericDatumReader
Called to create new array instances.
newInstance(Class) - Static method in class org.apache.avro.reflect.ReflectDatumReader
Create a new instance of the named class.
newMap(Object, int) - Method in class org.apache.avro.generic.GenericDatumReader
Called to create new array instances.
newRecord(Object, Schema) - Method in class org.apache.avro.generic.GenericDatumReader
Called to create new record instances.
newRecord(Object, Schema) - Method in class org.apache.avro.reflect.ReflectDatumReader
 
next(D) - Method in class org.apache.avro.file.DataFileReader
Return the next datum in the file.

O

org.apache.avro - package org.apache.avro
Avro kernel classes.
org.apache.avro.file - package org.apache.avro.file
A container file for Avro data.
org.apache.avro.generic - package org.apache.avro.generic
A generic representation for Avro data.
org.apache.avro.io - package org.apache.avro.io
Input/output utilities.
org.apache.avro.ipc - package org.apache.avro.ipc
Support for inter-process calls.
org.apache.avro.reflect - package org.apache.avro.reflect
Use Java reflection to generate schemas and protocols for existing classes.
org.apache.avro.specific - package org.apache.avro.specific
Generate specific Java classes for schemas and protocols.
org.apache.avro.util - package org.apache.avro.util
Common utility classes.
out - Variable in class org.apache.avro.io.BinaryEncoder
 

P

packageName - Variable in class org.apache.avro.reflect.ReflectDatumReader
 
packageName - Variable in class org.apache.avro.reflect.ReflectRequestor
 
packageName - Variable in class org.apache.avro.reflect.ReflectResponder
 
parse(File) - Static method in class org.apache.avro.Protocol
Read a protocol from a Json file.
parse(String) - Static method in class org.apache.avro.Protocol
Read a protocol from a Json string.
parse(File) - Static method in class org.apache.avro.Schema
 
parse(String) - Static method in class org.apache.avro.Schema
Construct a schema from JSON text.
peek() - Method in interface org.apache.avro.generic.GenericArray
The current content of the location where GenericArray.add(Object) would next store an element, if any.
peek() - Method in class org.apache.avro.generic.GenericData.Array
 
peekArray(Object) - Method in class org.apache.avro.generic.GenericDatumReader
Called by the default implementation of GenericDatumReader.readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder) to retrieve a value from a reused instance.
pos - Variable in class org.apache.avro.io.ValidatingDecoder
 
pos - Variable in class org.apache.avro.io.ValidatingEncoder
 
pos() - Method in class org.apache.avro.Schema.Field
The position of this field within the record.
Protocol - Class in org.apache.avro
A set of messages forming an application protocol.
Protocol(String, String) - Constructor for class org.apache.avro.Protocol
 
Protocol.Message - Class in org.apache.avro
A protocol message.
ProtocolTask - Class in org.apache.avro.specific
Ant task to generate Java interface and classes for a protocol.
ProtocolTask() - Constructor for class org.apache.avro.specific.ProtocolTask
 

R

read(byte[], int, int) - Method in interface org.apache.avro.file.SeekableInput
Equivalent to InputStream.read(byte[],int,int).
read(D, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
 
read(Object, Schema, Schema, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
Called to read data.
read(D, Decoder) - Method in interface org.apache.avro.io.DatumReader
Read a datum.
read() - Method in class org.apache.avro.ipc.ByteBufferInputStream
 
read(byte[], int, int) - Method in class org.apache.avro.ipc.ByteBufferInputStream
 
readArray(Object, Schema, Schema, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
Called to read an array instance.
readArrayStart() - Method in class org.apache.avro.io.BinaryDecoder
 
readArrayStart() - Method in class org.apache.avro.io.Decoder
Reads and returns the size of the first block of an array.
readArrayStart() - Method in class org.apache.avro.io.ValidatingDecoder
 
readBoolean() - Method in class org.apache.avro.io.BinaryDecoder
 
readBoolean() - Method in class org.apache.avro.io.Decoder
Reads a boolean value written by Encoder.writeBoolean(boolean).
readBoolean() - Method in class org.apache.avro.io.ValidatingDecoder
 
readBuffer(int) - Method in class org.apache.avro.ipc.ByteBufferInputStream
Read a buffer from the input without copying, if possible.
readBuffers() - Method in class org.apache.avro.ipc.SocketTransceiver
 
readBuffers() - Method in class org.apache.avro.ipc.Transceiver
 
readBytes(Object, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
Called to read byte arrays.
readBytes(ByteBuffer) - Method in class org.apache.avro.io.BinaryDecoder
 
readBytes(ByteBuffer) - Method in class org.apache.avro.io.Decoder
Reads a byte-string written by Encoder.writeBytes(java.nio.ByteBuffer).
readBytes(ByteBuffer) - Method in class org.apache.avro.io.ValidatingDecoder
 
readDouble() - Method in class org.apache.avro.io.BinaryDecoder
 
readDouble() - Method in class org.apache.avro.io.Decoder
Reads a double written by Encoder.writeDouble(double).
readDouble() - Method in class org.apache.avro.io.ResolvingDecoder
 
readDouble() - Method in class org.apache.avro.io.ValidatingDecoder
 
readEnum(Schema, Schema, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
Called to read an enum value.
readEnum() - Method in class org.apache.avro.io.BinaryDecoder
 
readEnum() - Method in class org.apache.avro.io.Decoder
Reads an enumeration.
readEnum() - Method in class org.apache.avro.io.ResolvingDecoder
 
readEnum() - Method in class org.apache.avro.io.ValidatingDecoder
 
readError(Schema, Decoder) - Method in class org.apache.avro.generic.GenericRequestor
 
readError(Schema, Decoder) - Method in class org.apache.avro.ipc.Requestor
Reads an error message.
readError(Schema, Decoder) - Method in class org.apache.avro.reflect.ReflectRequestor
 
readFieldIndex() - Method in class org.apache.avro.io.ResolvingDecoder
Returns the (zero-based) index of the next field of the record we're reading.
readFieldName() - Method in class org.apache.avro.io.ResolvingDecoder
Returns the name of the next field of the record we're reading.
readFixed(Object, Schema, Schema, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
Called to read a fixed value.
readFixed(byte[], int, int) - Method in class org.apache.avro.io.BinaryDecoder
 
readFixed(byte[], int, int) - Method in class org.apache.avro.io.Decoder
Reads fixed sized binary object.
readFixed(byte[]) - Method in class org.apache.avro.io.Decoder
A shorthand for readFixed(bytes, 0, bytes.length).
readFixed(byte[], int, int) - Method in class org.apache.avro.io.ValidatingDecoder
 
readFloat() - Method in class org.apache.avro.io.BinaryDecoder
 
readFloat() - Method in class org.apache.avro.io.Decoder
Reads a float written by Encoder.writeFloat(float).
readFloat() - Method in class org.apache.avro.io.ValidatingDecoder
 
readIndex() - Method in class org.apache.avro.io.BinaryDecoder
 
readIndex() - Method in class org.apache.avro.io.Decoder
Reads the tag of a union written by Encoder.writeIndex(int).
readIndex() - Method in class org.apache.avro.io.ResolvingDecoder
 
readIndex() - Method in class org.apache.avro.io.ValidatingDecoder
 
readInt() - Method in class org.apache.avro.io.BinaryDecoder
 
readInt() - Method in class org.apache.avro.io.Decoder
Reads an integer written by Encoder.writeInt(int).
readInt() - Method in class org.apache.avro.io.ValidatingDecoder
 
readLong() - Method in class org.apache.avro.io.BinaryDecoder
 
readLong() - Method in class org.apache.avro.io.Decoder
Reads a long written by Encoder.writeLong(long).
readLong() - Method in class org.apache.avro.io.ResolvingDecoder
 
readLong() - Method in class org.apache.avro.io.ValidatingDecoder
 
readMap(Object, Schema, Schema, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
Called to read a map instance.
readMapStart() - Method in class org.apache.avro.io.BinaryDecoder
 
readMapStart() - Method in class org.apache.avro.io.Decoder
Reads and returns the size of the next block of map-entries.
readMapStart() - Method in class org.apache.avro.io.ValidatingDecoder
 
readNull() - Method in class org.apache.avro.io.BinaryDecoder
 
readNull() - Method in class org.apache.avro.io.Decoder
"Reads" a null value.
readNull() - Method in class org.apache.avro.io.ValidatingDecoder
 
readRecord(Object, Schema, Schema, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
Called to read a record instance.
readRequest(Schema, Decoder) - Method in class org.apache.avro.generic.GenericResponder
Reads a request message.
readRequest(Schema, Decoder) - Method in class org.apache.avro.ipc.Responder
Reads a request message.
readRequest(Schema, Decoder) - Method in class org.apache.avro.reflect.ReflectResponder
Reads a request message.
readResponse(Schema, Decoder) - Method in class org.apache.avro.generic.GenericRequestor
 
readResponse(Schema, Decoder) - Method in class org.apache.avro.ipc.Requestor
Reads a response message.
readResponse(Schema, Decoder) - Method in class org.apache.avro.reflect.ReflectRequestor
 
readString(Object, Decoder) - Method in class org.apache.avro.generic.GenericDatumReader
Called to read strings.
readString(Utf8) - Method in class org.apache.avro.io.BinaryDecoder
 
readString(Utf8) - Method in class org.apache.avro.io.Decoder
Reads a char-string written by Encoder.writeString(org.apache.avro.util.Utf8).
readString(Utf8) - Method in class org.apache.avro.io.ValidatingDecoder
 
ReflectData - Class in org.apache.avro.reflect
Utilities to use existing Java classes and interfaces via reflection.
ReflectDatumReader - Class in org.apache.avro.reflect
DatumReader for existing classes via Java reflection.
ReflectDatumReader(String) - Constructor for class org.apache.avro.reflect.ReflectDatumReader
 
ReflectDatumReader(Schema, String) - Constructor for class org.apache.avro.reflect.ReflectDatumReader
 
ReflectDatumWriter - Class in org.apache.avro.reflect
DatumWriter for existing classes via Java reflection.
ReflectDatumWriter() - Constructor for class org.apache.avro.reflect.ReflectDatumWriter
 
ReflectDatumWriter(Schema) - Constructor for class org.apache.avro.reflect.ReflectDatumWriter
 
ReflectRequestor - Class in org.apache.avro.reflect
A Requestor for existing interfaces via Java reflection.
ReflectRequestor(Protocol, Transceiver) - Constructor for class org.apache.avro.reflect.ReflectRequestor
 
ReflectResponder - Class in org.apache.avro.reflect
Responder for existing interfaces via Java reflection.
ReflectResponder(Class, Object) - Constructor for class org.apache.avro.reflect.ReflectResponder
 
removeField(Object, String, int) - Method in class org.apache.avro.generic.GenericDatumReader
Called by the default implementation of GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder) to remove a record field value from a reused instance.
removeField(Object, String, int) - Method in class org.apache.avro.reflect.ReflectDatumReader
 
removeField(Object, String, int) - Method in class org.apache.avro.specific.SpecificDatumReader
 
request(String, Object) - Method in class org.apache.avro.ipc.Requestor
Writes a request message and reads a response or error message.
Requestor - Class in org.apache.avro.ipc
Base class for the client side of a protocol interaction.
Requestor(Protocol, Transceiver) - Constructor for class org.apache.avro.ipc.Requestor
 
reset() - Method in class org.apache.avro.io.Decoder
After reading a complete object that conforms to the schema or after an error, if you want to start reading another object, call this method.
reset() - Method in class org.apache.avro.io.ResolvingDecoder
 
reset() - Method in class org.apache.avro.io.ValidatingDecoder
 
reset() - Method in class org.apache.avro.io.ValidatingEncoder
After writing a complete object that conforms to the schema or after an error, if you want to start writing another object, call this method.
reset() - Method in class org.apache.avro.ipc.ByteBufferOutputStream
 
ResolvingDecoder - Class in org.apache.avro.io
Decoder that peforms type-resolution between the reader's and writer's schemas.
ResolvingDecoder(Schema, Schema, Decoder) - Constructor for class org.apache.avro.io.ResolvingDecoder
 
respond(Transceiver) - Method in class org.apache.avro.ipc.Responder
Called by a server to deserialize a request, compute and serialize a response or error.
respond(Protocol.Message, Object) - Method in class org.apache.avro.ipc.Responder
Computes the response for a message.
respond(Protocol.Message, Object) - Method in class org.apache.avro.reflect.ReflectResponder
 
Responder - Class in org.apache.avro.ipc
Base class for the server side of a protocol interaction.
Responder(Protocol) - Constructor for class org.apache.avro.ipc.Responder
 
run() - Method in class org.apache.avro.ipc.SocketServer
 

S

Schema - Class in org.apache.avro
An abstract data type.
schema() - Method in class org.apache.avro.Schema.Field
This field's Schema.
schema() - Method in exception org.apache.avro.specific.SpecificExceptionBase
 
schema() - Method in interface org.apache.avro.specific.SpecificRecord
 
schema() - Method in class org.apache.avro.specific.SpecificRecordBase
 
Schema.Field - Class in org.apache.avro
A field within a record.
Schema.Field(Schema, JsonNode) - Constructor for class org.apache.avro.Schema.Field
 
Schema.Type - Enum in org.apache.avro
The type of a schema.
SchemaParseException - Exception in org.apache.avro
 
SchemaParseException(Throwable) - Constructor for exception org.apache.avro.SchemaParseException
 
SchemaParseException(String) - Constructor for exception org.apache.avro.SchemaParseException
 
SchemaTask - Class in org.apache.avro.specific
Ant task to generate Java interface and classes for a protocol.
SchemaTask() - Constructor for class org.apache.avro.specific.SchemaTask
 
seek(long) - Method in class org.apache.avro.file.DataFileReader
Move to the specified synchronization point, as returned by DataFileWriter.sync().
seek(long) - Method in class org.apache.avro.file.SeekableFileInput
 
seek(long) - Method in interface org.apache.avro.file.SeekableInput
Set the position for the next read().
SeekableFileInput - Class in org.apache.avro.file
A FileInputStream that implements SeekableInput.
SeekableFileInput(File) - Constructor for class org.apache.avro.file.SeekableFileInput
 
SeekableInput - Interface in org.apache.avro.file
An InputStream that supports seek and tell.
set(int, Object) - Method in exception org.apache.avro.specific.SpecificExceptionBase
 
set(int, Object) - Method in interface org.apache.avro.specific.SpecificRecord
 
set(int, Object) - Method in class org.apache.avro.specific.SpecificRecordBase
 
setDestdir(File) - Method in class org.apache.avro.specific.ProtocolTask
Set the output directory
setFields(LinkedHashMap<String, Schema.Field>) - Method in class org.apache.avro.Schema
If this is a record, set its fields.
setFile(File) - Method in class org.apache.avro.specific.ProtocolTask
Set the schema file.
setItemCount(long) - Method in class org.apache.avro.io.BinaryEncoder
 
setItemCount(long) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
setItemCount(long) - Method in class org.apache.avro.io.Encoder
Call this method before writing a batch of items in an array or a map.
setItemCount(long) - Method in class org.apache.avro.io.ValidatingEncoder
 
setLength(int) - Method in class org.apache.avro.util.Utf8
 
setMeta(String, byte[]) - Method in class org.apache.avro.file.DataFileWriter
Set a metadata property.
setMeta(String, String) - Method in class org.apache.avro.file.DataFileWriter
Set a metadata property.
setMeta(String, long) - Method in class org.apache.avro.file.DataFileWriter
Set a metadata property.
setSchema(Schema) - Method in class org.apache.avro.generic.GenericDatumReader
 
setSchema(Schema) - Method in class org.apache.avro.generic.GenericDatumWriter
 
setSchema(Schema) - Method in interface org.apache.avro.io.DatumReader
Set the schema.
setSchema(Schema) - Method in interface org.apache.avro.io.DatumWriter
Set the schema.
size() - Method in interface org.apache.avro.generic.GenericArray
The number of elements contained in this array.
size() - Method in class org.apache.avro.generic.GenericData.Array
 
skip(Schema, Decoder) - Static method in class org.apache.avro.generic.GenericDatumReader
Skip an instance of a schema.
skipArray() - Method in class org.apache.avro.io.BinaryDecoder
 
skipArray() - Method in class org.apache.avro.io.Decoder
Used for quickly skipping through an array.
skipArray() - Method in class org.apache.avro.io.ValidatingDecoder
 
skipBytes() - Method in class org.apache.avro.io.BinaryDecoder
 
skipBytes() - Method in class org.apache.avro.io.Decoder
Discards a byte-string written by Encoder.writeBytes(java.nio.ByteBuffer).
skipBytes() - Method in class org.apache.avro.io.ValidatingDecoder
 
skipFixed(int) - Method in class org.apache.avro.io.BinaryDecoder
 
skipFixed(int) - Method in class org.apache.avro.io.Decoder
Discards fixed sized binary object.
skipFixed(int) - Method in class org.apache.avro.io.ValidatingDecoder
 
skipMap() - Method in class org.apache.avro.io.BinaryDecoder
 
skipMap() - Method in class org.apache.avro.io.Decoder
Support for quickly skipping through a map similar to Decoder.skipArray().
skipMap() - Method in class org.apache.avro.io.ValidatingDecoder
 
skipProduction(int) - Method in class org.apache.avro.io.ValidatingDecoder
Skip the values described by a production.
skipString() - Method in class org.apache.avro.io.BinaryDecoder
 
skipString() - Method in class org.apache.avro.io.Decoder
Discards a char-string written by Encoder.writeString(org.apache.avro.util.Utf8).
skipString() - Method in class org.apache.avro.io.ValidatingDecoder
 
skipSymbol(int, int) - Method in class org.apache.avro.io.ResolvingDecoder
 
skipSymbol(int, int) - Method in class org.apache.avro.io.ValidatingDecoder
 
SocketServer - Class in org.apache.avro.ipc
A simple socket-based server implementation.
SocketServer(Responder, SocketAddress) - Constructor for class org.apache.avro.ipc.SocketServer
 
SocketTransceiver - Class in org.apache.avro.ipc
A simple socket-based Transceiver implementation.
SocketTransceiver(SocketAddress) - Constructor for class org.apache.avro.ipc.SocketTransceiver
 
SocketTransceiver(SocketChannel) - Constructor for class org.apache.avro.ipc.SocketTransceiver
 
SpecificCompiler - Class in org.apache.avro.specific
Generate specific Java interfaces and classes for protocols and schemas.
SpecificDatumReader - Class in org.apache.avro.specific
DatumReader for generated Java classes.
SpecificDatumReader(String) - Constructor for class org.apache.avro.specific.SpecificDatumReader
 
SpecificDatumReader(Schema, String) - Constructor for class org.apache.avro.specific.SpecificDatumReader
 
SpecificDatumReader(Schema) - Constructor for class org.apache.avro.specific.SpecificDatumReader
 
SpecificDatumWriter - Class in org.apache.avro.specific
DatumWriter for generated Java classes.
SpecificDatumWriter() - Constructor for class org.apache.avro.specific.SpecificDatumWriter
 
SpecificDatumWriter(Schema) - Constructor for class org.apache.avro.specific.SpecificDatumWriter
 
SpecificExceptionBase - Exception in org.apache.avro.specific
Base class for specific exceptions.
SpecificExceptionBase() - Constructor for exception org.apache.avro.specific.SpecificExceptionBase
 
SpecificFixed - Class in org.apache.avro.specific
Base class for generated fixed-sized data classes.
SpecificFixed() - Constructor for class org.apache.avro.specific.SpecificFixed
 
SpecificRecord - Interface in org.apache.avro.specific
Implemented by generated record classes.
SpecificRecordBase - Class in org.apache.avro.specific
Base class for generated record classes.
SpecificRecordBase() - Constructor for class org.apache.avro.specific.SpecificRecordBase
 
SpecificRequestor - Class in org.apache.avro.specific
Requestor for generated interfaces.
SpecificResponder - Class in org.apache.avro.specific
Responder for generated interfaces.
SpecificResponder(Class, Object) - Constructor for class org.apache.avro.specific.SpecificResponder
 
stack - Variable in class org.apache.avro.io.ValidatingDecoder
 
stack - Variable in class org.apache.avro.io.ValidatingEncoder
 
startItem() - Method in class org.apache.avro.io.BinaryEncoder
 
startItem() - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
startItem() - Method in class org.apache.avro.io.Encoder
Start a new item of an array or map.
startItem() - Method in class org.apache.avro.io.ValidatingEncoder
 
sync(long) - Method in class org.apache.avro.file.DataFileReader
Move to the next synchronization point after a position.
sync() - Method in class org.apache.avro.file.DataFileWriter
Return the current position as a value that may be passed to DataFileReader.seek(long).
SYSTEM_ERROR - Static variable in class org.apache.avro.Protocol
An error that can be thrown by any message.
SYSTEM_ERRORS - Static variable in class org.apache.avro.Protocol
Union type for generating system errors.

T

table - Variable in class org.apache.avro.io.ValidatingEncoder
 
tell() - Method in class org.apache.avro.file.SeekableFileInput
 
tell() - Method in interface org.apache.avro.file.SeekableInput
Return the position of the next read().
toString() - Method in class org.apache.avro.generic.GenericData.Fixed
 
toString(Object) - Static method in class org.apache.avro.generic.GenericData
Renders a Java datum as JSON.
toString() - Method in class org.apache.avro.Protocol.Message
 
toString() - Method in class org.apache.avro.Protocol
 
toString() - Method in class org.apache.avro.Schema
Render this as JSON.
toString() - Method in class org.apache.avro.util.Utf8
 
transceive(List<ByteBuffer>) - Method in class org.apache.avro.ipc.Transceiver
 
Transceiver - Class in org.apache.avro.ipc
Base class for transmitters and recievers of raw binary messages.
Transceiver() - Constructor for class org.apache.avro.ipc.Transceiver
 

U

Utf8 - Class in org.apache.avro.util
A Utf8 string.
Utf8() - Constructor for class org.apache.avro.util.Utf8
 
Utf8(String) - Constructor for class org.apache.avro.util.Utf8
 

V

validate(Schema, Object) - Static method in class org.apache.avro.generic.GenericData
Returns true if a Java datum matches a schema.
validate(Schema, Object) - Static method in class org.apache.avro.reflect.ReflectData
Returns true if an object matches a schema.
ValidatingDecoder - Class in org.apache.avro.io
Decoder that ensures that the sequence of operations conforms to a schema.
ValidatingDecoder(Schema, Decoder) - Constructor for class org.apache.avro.io.ValidatingDecoder
 
ValidatingEncoder - Class in org.apache.avro.io
Encoder that ensures that the sequence of operations conforms to a schema.
ValidatingEncoder(Schema, Encoder) - Constructor for class org.apache.avro.io.ValidatingEncoder
 
valueOf(String) - Static method in enum org.apache.avro.Schema.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.avro.Schema.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.apache.avro.Protocol
The version of the protocol specification implemented here.

W

write(D, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
 
write(Schema, Object, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to write data.
write(D, Encoder) - Method in interface org.apache.avro.io.DatumWriter
Write a datum.
write(ByteBuffer) - Method in class org.apache.avro.ipc.ByteBufferOutputStream
 
write(int) - Method in class org.apache.avro.ipc.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class org.apache.avro.ipc.ByteBufferOutputStream
 
writeArray(Schema, Object, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to write a array.
writeArrayEnd() - Method in class org.apache.avro.io.BinaryEncoder
 
writeArrayEnd() - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeArrayEnd() - Method in class org.apache.avro.io.Encoder
Call this method to finish writing an array.
writeArrayEnd() - Method in class org.apache.avro.io.ValidatingEncoder
 
writeArrayStart() - Method in class org.apache.avro.io.BinaryEncoder
 
writeArrayStart() - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeArrayStart() - Method in class org.apache.avro.io.Encoder
Call this method to start writing an array.
writeArrayStart() - Method in class org.apache.avro.io.ValidatingEncoder
 
writeBoolean(boolean) - Method in class org.apache.avro.io.BinaryEncoder
 
writeBoolean(boolean) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeBoolean(boolean) - Method in class org.apache.avro.io.Encoder
Write a boolean value.
writeBoolean(boolean) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeBuffer(ByteBuffer) - Method in class org.apache.avro.ipc.ByteBufferOutputStream
Add a buffer to the output without copying, if possible.
writeBuffers(List<ByteBuffer>) - Method in class org.apache.avro.ipc.SocketTransceiver
 
writeBuffers(List<ByteBuffer>) - Method in class org.apache.avro.ipc.Transceiver
 
writeBytes(Object, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to write a bytes.
writeBytes(ByteBuffer) - Method in class org.apache.avro.io.BinaryEncoder
 
writeBytes(byte[], int, int) - Method in class org.apache.avro.io.BinaryEncoder
 
writeBytes(ByteBuffer) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeBytes(byte[], int, int) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeBytes(ByteBuffer) - Method in class org.apache.avro.io.Encoder
Write a byte string.
writeBytes(byte[], int, int) - Method in class org.apache.avro.io.Encoder
Write a byte string.
writeBytes(byte[]) - Method in class org.apache.avro.io.Encoder
Writes a byte string.
writeBytes(ByteBuffer) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeBytes(byte[], int, int) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeDouble(double) - Method in class org.apache.avro.io.BinaryEncoder
 
writeDouble(double) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeDouble(double) - Method in class org.apache.avro.io.Encoder
Write a double.
writeDouble(double) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeEnum(Schema, Object, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to write an enum value.
writeEnum(int) - Method in class org.apache.avro.io.BinaryEncoder
 
writeEnum(int) - Method in class org.apache.avro.io.Encoder
Writes an enumeration.
writeEnum(int) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeEnum(Schema, Object, Encoder) - Method in class org.apache.avro.reflect.ReflectDatumWriter
 
writeError(Schema, AvroRemoteException, Encoder) - Method in class org.apache.avro.generic.GenericResponder
Writes an error message.
writeError(Schema, AvroRemoteException, Encoder) - Method in class org.apache.avro.ipc.Responder
Writes an error message.
writeError(Schema, AvroRemoteException, Encoder) - Method in class org.apache.avro.reflect.ReflectResponder
Writes an error message.
writeFixed(Schema, Object, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to write a fixed value.
writeFixed(byte[], int, int) - Method in class org.apache.avro.io.BinaryEncoder
 
writeFixed(byte[], int, int) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeFixed(byte[], int, int) - Method in class org.apache.avro.io.Encoder
Writes a fixed size binary object.
writeFixed(byte[]) - Method in class org.apache.avro.io.Encoder
A shorthand for writeFixed(bytes, 0, bytes.length)
writeFixed(byte[], int, int) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeFloat(float) - Method in class org.apache.avro.io.BinaryEncoder
 
writeFloat(float) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeFloat(float) - Method in class org.apache.avro.io.Encoder
Write a float.
writeFloat(float) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeIndex(int) - Method in class org.apache.avro.io.BinaryEncoder
 
writeIndex(int) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeIndex(int) - Method in class org.apache.avro.io.Encoder
Call this method to write the tag of a union.
writeIndex(int) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeInt(int) - Method in class org.apache.avro.io.BinaryEncoder
 
writeInt(int) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeInt(int) - Method in class org.apache.avro.io.Encoder
Writes a 32-bit integer.
writeInt(int) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeLong(long) - Method in class org.apache.avro.io.BinaryEncoder
 
writeLong(long) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeLong(long) - Method in class org.apache.avro.io.Encoder
Write a 64-bit integer.
writeLong(long) - Method in class org.apache.avro.io.ValidatingEncoder
 
writeMap(Schema, Object, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to write a map.
writeMapEnd() - Method in class org.apache.avro.io.BinaryEncoder
 
writeMapEnd() - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeMapEnd() - Method in class org.apache.avro.io.Encoder
Call this method to terminate the inner-most, currently-opened map.
writeMapEnd() - Method in class org.apache.avro.io.ValidatingEncoder
 
writeMapStart() - Method in class org.apache.avro.io.BinaryEncoder
 
writeMapStart() - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeMapStart() - Method in class org.apache.avro.io.Encoder
Call this to start a new map.
writeMapStart() - Method in class org.apache.avro.io.ValidatingEncoder
 
writeNull() - Method in class org.apache.avro.io.BinaryEncoder
 
writeNull() - Method in class org.apache.avro.io.Encoder
"Writes" a null value.
writeNull() - Method in class org.apache.avro.io.ValidatingEncoder
 
writeRecord(Schema, Object, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to write a record.
writeRequest(Schema, Object, Encoder) - Method in class org.apache.avro.generic.GenericRequestor
 
writeRequest(Schema, Object, Encoder) - Method in class org.apache.avro.ipc.Requestor
Writes a request message.
writeRequest(Schema, Object, Encoder) - Method in class org.apache.avro.reflect.ReflectRequestor
 
writeResponse(Schema, Object, Encoder) - Method in class org.apache.avro.generic.GenericResponder
Writes a response message.
writeResponse(Schema, Object, Encoder) - Method in class org.apache.avro.ipc.Responder
Writes a response message.
writeResponse(Schema, Object, Encoder) - Method in class org.apache.avro.reflect.ReflectResponder
Writes a response message.
writeString(Object, Encoder) - Method in class org.apache.avro.generic.GenericDatumWriter
Called to write a string.
writeString(Utf8) - Method in class org.apache.avro.io.BinaryEncoder
 
writeString(Utf8) - Method in class org.apache.avro.io.BlockingBinaryEncoder
 
writeString(Utf8) - Method in class org.apache.avro.io.Encoder
Write a Unicode character string.
writeString(String) - Method in class org.apache.avro.io.Encoder
Write a Unicode character string.
writeString(Utf8) - Method in class org.apache.avro.io.ValidatingEncoder
 

A B C D E F G H I L M N O P R S T U V W

Copyright © 2009 The Apache Software Foundation