blob: 50dbe143e6879baae9f79f6c27ea5462262bc46f [file]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_13) on Thu Jul 09 10:16:08 PDT 2009 -->
<TITLE>
Index (Avro 1.0.0 API)
</TITLE>
<META NAME="date" CONTENT="2009-07-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Avro 1.0.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/generic/GenericArray.html#add(T)"><B>add(T)</B></A> -
Method in interface org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericArray.html" title="interface in org.apache.avro.generic">GenericArray</A>
<DD>Add an element to this array.
<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html#add(T)"><B>add(T)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic">GenericData.Array</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#addField(java.lang.Object, java.lang.String, int, java.lang.Object)"><B>addField(Object, String, int, Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumReader.html#readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><CODE>GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)</CODE></A> to add a
record fields value to a record instance.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#addField(java.lang.Object, java.lang.String, int, java.lang.Object)"><B>addField(Object, String, int, Object)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificDatumReader.html#addField(java.lang.Object, java.lang.String, int, java.lang.Object)"><B>addField(Object, String, int, Object)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific">SpecificDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/ProtocolTask.html#addFileset(org.apache.tools.ant.types.FileSet)"><B>addFileset(FileSet)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/ProtocolTask.html" title="class in org.apache.avro.specific">ProtocolTask</A>
<DD>Add a fileset.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#addToArray(java.lang.Object, java.lang.Object)"><B>addToArray(Object, Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumReader.html#readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><CODE>GenericDatumReader.readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)</CODE></A> to add a value.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#addToMap(java.lang.Object, java.lang.Object, java.lang.Object)"><B>addToMap(Object, Object, Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumReader.html#readMap(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><CODE>GenericDatumReader.readMap(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)</CODE></A> to add a
key/value pair.
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#advance(int)"><B>advance(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#advance(int)"><B>advance(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/DataFileWriter.html#append(D)"><B>append(D)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file">DataFileWriter</A>
<DD>Append a datum to the file.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#arrayNext()"><B>arrayNext()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#arrayNext()"><B>arrayNext()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Processes the next block of an array andreturns the number of items in
the block and let's the caller
read those items.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#arrayNext()"><B>arrayNext()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/AvroRemoteException.html" title="class in org.apache.avro.ipc"><B>AvroRemoteException</B></A> - Exception in <A HREF="./org/apache/avro/ipc/package-summary.html">org.apache.avro.ipc</A><DD>Base class for exceptions thrown to client by server.<DT><A HREF="./org/apache/avro/ipc/AvroRemoteException.html#AvroRemoteException()"><B>AvroRemoteException()</B></A> -
Constructor for exception org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/AvroRemoteException.html" title="class in org.apache.avro.ipc">AvroRemoteException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/AvroRemoteException.html#AvroRemoteException(java.lang.Throwable)"><B>AvroRemoteException(Throwable)</B></A> -
Constructor for exception org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/AvroRemoteException.html" title="class in org.apache.avro.ipc">AvroRemoteException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/AvroRemoteException.html#AvroRemoteException(java.lang.Object)"><B>AvroRemoteException(Object)</B></A> -
Constructor for exception org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/AvroRemoteException.html" title="class in org.apache.avro.ipc">AvroRemoteException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro"><B>AvroRuntimeException</B></A> - Exception in <A HREF="./org/apache/avro/package-summary.html">org.apache.avro</A><DD>&nbsp;<DT><A HREF="./org/apache/avro/AvroRuntimeException.html#AvroRuntimeException(java.lang.Throwable)"><B>AvroRuntimeException(Throwable)</B></A> -
Constructor for exception org.apache.avro.<A HREF="./org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/AvroRuntimeException.html#AvroRuntimeException(java.lang.String)"><B>AvroRuntimeException(String)</B></A> -
Constructor for exception org.apache.avro.<A HREF="./org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/AvroTypeException.html" title="class in org.apache.avro"><B>AvroTypeException</B></A> - Exception in <A HREF="./org/apache/avro/package-summary.html">org.apache.avro</A><DD>Thrown when an illegal type is used.<DT><A HREF="./org/apache/avro/AvroTypeException.html#AvroTypeException(java.lang.String)"><B>AvroTypeException(String)</B></A> -
Constructor for exception org.apache.avro.<A HREF="./org/apache/avro/AvroTypeException.html" title="class in org.apache.avro">AvroTypeException</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io"><B>BinaryDecoder</B></A> - Class in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD>Low-level support for de-serializing Avro values.<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#BinaryDecoder(java.io.InputStream)"><B>BinaryDecoder(InputStream)</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io"><B>BinaryEncoder</B></A> - Class in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD>Low-level support for serializing Avro values.<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#BinaryEncoder(java.io.OutputStream)"><B>BinaryEncoder(OutputStream)</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>Create a writer that sends its output to the underlying stream
<code>out</code>.
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io"><B>BlockingBinaryEncoder</B></A> - Class in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD>A <A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io"><CODE>Encoder</CODE></A> that writes large arrays and maps as a sequence of
blocks.<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#BlockingBinaryEncoder(java.io.OutputStream)"><B>BlockingBinaryEncoder(OutputStream)</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#BlockingBinaryEncoder(java.io.OutputStream, int)"><B>BlockingBinaryEncoder(OutputStream, int)</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html#BUFFER_SIZE"><B>BUFFER_SIZE</B></A> -
Static variable in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc">ByteBufferOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html" title="class in org.apache.avro.ipc"><B>ByteBufferInputStream</B></A> - Class in <A HREF="./org/apache/avro/ipc/package-summary.html">org.apache.avro.ipc</A><DD>Utility to present <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><CODE>ByteBuffer</CODE></A> data as an <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A>.<DT><A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html#ByteBufferInputStream(java.util.List)"><B>ByteBufferInputStream(List&lt;ByteBuffer&gt;)</B></A> -
Constructor for class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html" title="class in org.apache.avro.ipc">ByteBufferInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc"><B>ByteBufferOutputStream</B></A> - Class in <A HREF="./org/apache/avro/ipc/package-summary.html">org.apache.avro.ipc</A><DD>Utility to collect data written to an <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><CODE>OutputStream</CODE></A> in <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><CODE>ByteBuffer</CODE></A>s.<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html#ByteBufferOutputStream()"><B>ByteBufferOutputStream()</B></A> -
Constructor for class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc">ByteBufferOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html#bytes(byte[])"><B>bytes(byte[])</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic">GenericData.Fixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html#bytes()"><B>bytes()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic">GenericData.Fixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericFixed.html#bytes()"><B>bytes()</B></A> -
Method in interface org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericFixed.html" title="interface in org.apache.avro.generic">GenericFixed</A>
<DD>Return the data.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/generic/GenericArray.html#clear()"><B>clear()</B></A> -
Method in interface org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericArray.html" title="interface in org.apache.avro.generic">GenericArray</A>
<DD>Reset the size of the array to zero.
<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html#clear()"><B>clear()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic">GenericData.Array</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/DataFileReader.html#close()"><B>close()</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file">DataFileReader</A>
<DD>Close this reader.
<DT><A HREF="./org/apache/avro/file/DataFileWriter.html#close()"><B>close()</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file">DataFileWriter</A>
<DD>Close the file.
<DT><A HREF="./org/apache/avro/ipc/SocketServer.html#close()"><B>close()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketServer.html" title="class in org.apache.avro.ipc">SocketServer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/SocketTransceiver.html#close()"><B>close()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketTransceiver.html" title="class in org.apache.avro.ipc">SocketTransceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Transceiver.html#close()"><B>close()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Transceiver.html" title="class in org.apache.avro.ipc">Transceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificCompiler.html#compileProtocol(java.io.File)"><B>compileProtocol(File)</B></A> -
Static method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificCompiler.html" title="class in org.apache.avro.specific">SpecificCompiler</A>
<DD>Returns generated Java interface for a protocol.
<DT><A HREF="./org/apache/avro/specific/SpecificCompiler.html#compileSchema(java.io.File)"><B>compileSchema(File)</B></A> -
Static method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificCompiler.html" title="class in org.apache.avro.specific">SpecificCompiler</A>
<DD>Returns generated Java class for a schema.
<DT><A HREF="./org/apache/avro/Schema.html#create(org.apache.avro.Schema.Type)"><B>create(Schema.Type)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Create a schema for a primitive type.
<DT><A HREF="./org/apache/avro/Schema.html#createArray(org.apache.avro.Schema)"><B>createArray(Schema)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Create an array schema.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#createBytes(byte[])"><B>createBytes(byte[])</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to create byte arrays from default values.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#createEnum(java.lang.String, org.apache.avro.Schema)"><B>createEnum(String, Schema)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to create an enum value.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#createEnum(java.lang.String, org.apache.avro.Schema)"><B>createEnum(String, Schema)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#createEnum(java.lang.String, java.lang.String, java.util.List)"><B>createEnum(String, String, List&lt;String&gt;)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Create an enum schema.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#createFixed(java.lang.Object, org.apache.avro.Schema)"><B>createFixed(Object, Schema)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to create an fixed value.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#createFixed(java.lang.Object, byte[], org.apache.avro.Schema)"><B>createFixed(Object, byte[], Schema)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to create an fixed value.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#createFixed(java.lang.Object, org.apache.avro.Schema)"><B>createFixed(Object, Schema)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#createFixed(java.lang.String, java.lang.String, int)"><B>createFixed(String, String, int)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Create a union schema.
<DT><A HREF="./org/apache/avro/Schema.html#createMap(org.apache.avro.Schema)"><B>createMap(Schema)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Create a map schema.
<DT><A HREF="./org/apache/avro/Protocol.html#createMessage(java.lang.String, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.Schema)"><B>createMessage(String, Schema, Schema, Schema)</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#createRecord(java.util.LinkedHashMap)"><B>createRecord(LinkedHashMap&lt;String, Schema.Field&gt;)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Create an anonymous record schema.
<DT><A HREF="./org/apache/avro/Schema.html#createRecord(java.lang.String, java.lang.String, boolean)"><B>createRecord(String, String, boolean)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Create a named record schema.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#createString(java.lang.String)"><B>createString(String)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to create a string from a default value.
<DT><A HREF="./org/apache/avro/Schema.html#createUnion(java.util.List)"><B>createUnion(List&lt;Schema&gt;)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Create a union schema.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file"><B>DataFileReader</B></A>&lt;<A HREF="./org/apache/avro/file/DataFileReader.html" title="type parameter in DataFileReader">D</A>&gt; - Class in <A HREF="./org/apache/avro/file/package-summary.html">org.apache.avro.file</A><DD>Read files written by <A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file"><CODE>DataFileWriter</CODE></A>.<DT><A HREF="./org/apache/avro/file/DataFileReader.html#DataFileReader(org.apache.avro.file.SeekableInput, org.apache.avro.io.DatumReader)"><B>DataFileReader(SeekableInput, DatumReader&lt;D&gt;)</B></A> -
Constructor for class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file">DataFileReader</A>
<DD>Construct a reader for a file.
<DT><A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file"><B>DataFileWriter</B></A>&lt;<A HREF="./org/apache/avro/file/DataFileWriter.html" title="type parameter in DataFileWriter">D</A>&gt; - Class in <A HREF="./org/apache/avro/file/package-summary.html">org.apache.avro.file</A><DD>Stores in a file a sequence of data conforming to a schema.<DT><A HREF="./org/apache/avro/file/DataFileWriter.html#DataFileWriter(org.apache.avro.Schema, java.io.OutputStream, org.apache.avro.io.DatumWriter)"><B>DataFileWriter(Schema, OutputStream, DatumWriter&lt;D&gt;)</B></A> -
Constructor for class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file">DataFileWriter</A>
<DD>Construct a writer to a file for data matching a schema.
<DT><A HREF="./org/apache/avro/io/DatumReader.html" title="interface in org.apache.avro.io"><B>DatumReader</B></A>&lt;<A HREF="./org/apache/avro/io/DatumReader.html" title="type parameter in DatumReader">D</A>&gt; - Interface in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD>Read data of a schema.<DT><A HREF="./org/apache/avro/io/DatumWriter.html" title="interface in org.apache.avro.io"><B>DatumWriter</B></A>&lt;<A HREF="./org/apache/avro/io/DatumWriter.html" title="type parameter in DatumWriter">D</A>&gt; - Interface in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD>Write data of a schema.<DT><A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io"><B>Decoder</B></A> - Class in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD>Low-level support for de-serializing Avro values.<DT><A HREF="./org/apache/avro/io/Decoder.html#Decoder()"><B>Decoder()</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#defaultFieldValue(java.lang.Object, org.apache.avro.Schema, org.codehaus.jackson.JsonNode)"><B>defaultFieldValue(Object, Schema, JsonNode)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumReader.html#readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><CODE>GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)</CODE></A> to construct
a default value for a field.
<DT><A HREF="./org/apache/avro/Schema.Field.html#defaultValue()"><B>defaultValue()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.Field.html" title="class in org.apache.avro">Schema.Field</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/ProtocolTask.html#doCompile(java.io.File)"><B>doCompile(File)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/ProtocolTask.html" title="class in org.apache.avro.specific">ProtocolTask</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SchemaTask.html#doCompile(java.io.File)"><B>doCompile(File)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SchemaTask.html" title="class in org.apache.avro.specific">SchemaTask</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#encodeDouble(double, java.io.OutputStream)"><B>encodeDouble(double, OutputStream)</B></A> -
Static method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#encodeDouble(double, byte[], int)"><B>encodeDouble(double, byte[], int)</B></A> -
Static method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#encodeFloat(float, java.io.OutputStream)"><B>encodeFloat(float, OutputStream)</B></A> -
Static method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#encodeFloat(float, byte[], int)"><B>encodeFloat(float, byte[], int)</B></A> -
Static method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#encodeLong(long, java.io.OutputStream)"><B>encodeLong(long, OutputStream)</B></A> -
Static method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#encodeLong(long, byte[], int)"><B>encodeLong(long, byte[], int)</B></A> -
Static method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io"><B>Encoder</B></A> - Class in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD>Low-level support for serializing Avro values.<DT><A HREF="./org/apache/avro/io/Encoder.html#Encoder()"><B>Encoder()</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic">GenericData.Array</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic">GenericData.Fixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.Message.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.Message.html" title="class in org.apache.avro">Protocol.Message</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.Field.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.Field.html" title="class in org.apache.avro">Schema.Field</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificExceptionBase.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in exception org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificExceptionBase.html" title="class in org.apache.avro.specific">SpecificExceptionBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecordBase.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">SpecificRecordBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/util/Utf8.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.apache.avro.util.<A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util">Utf8</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/ProtocolTask.html#execute()"><B>execute()</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/ProtocolTask.html" title="class in org.apache.avro.specific">ProtocolTask</A>
<DD>Run the compiler.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#expand(int[], int)"><B>expand(int[], int)</B></A> -
Static method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/reflect/FixedSize.html" title="annotation in org.apache.avro.reflect"><B>FixedSize</B></A> - Annotation Type in <A HREF="./org/apache/avro/reflect/package-summary.html">org.apache.avro.reflect</A><DD>Declares the size of implementations of <A HREF="./org/apache/avro/generic/GenericFixed.html" title="interface in org.apache.avro.generic"><CODE>GenericFixed</CODE></A>.<DT><A HREF="./org/apache/avro/file/DataFileWriter.html#flush()"><B>flush()</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file">DataFileWriter</A>
<DD>Flush the current state of the file, including metadata.
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#flush()"><B>flush()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#flush()"><B>flush()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#flush()"><B>flush()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Writes any buffered output to the underlying stream.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#flush()"><B>flush()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/generic/GenericArray.html" title="interface in org.apache.avro.generic"><B>GenericArray</B></A>&lt;<A HREF="./org/apache/avro/generic/GenericArray.html" title="type parameter in GenericArray">T</A>&gt; - Interface in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD>An array of objects.<DT><A HREF="./org/apache/avro/generic/GenericData.html" title="class in org.apache.avro.generic"><B>GenericData</B></A> - Class in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD>Utilities for generic Java data.<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic"><B>GenericData.Array</B></A>&lt;<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="type parameter in GenericData.Array">T</A>&gt; - Class in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD>Default implementation of <A HREF="./org/apache/avro/generic/GenericArray.html" title="interface in org.apache.avro.generic"><CODE>GenericArray</CODE></A>.<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html#GenericData.Array(int)"><B>GenericData.Array(int)</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic">GenericData.Array</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic"><B>GenericData.Fixed</B></A> - Class in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD>&nbsp;<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html#GenericData.Fixed(org.apache.avro.Schema)"><B>GenericData.Fixed(Schema)</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic">GenericData.Fixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html#GenericData.Fixed(byte[])"><B>GenericData.Fixed(byte[])</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic">GenericData.Fixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html#GenericData.Fixed()"><B>GenericData.Fixed()</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic">GenericData.Fixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Record.html" title="class in org.apache.avro.generic"><B>GenericData.Record</B></A> - Class in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD>Default implementation of <A HREF="./org/apache/avro/generic/GenericRecord.html" title="interface in org.apache.avro.generic"><CODE>GenericRecord</CODE></A>.<DT><A HREF="./org/apache/avro/generic/GenericData.Record.html#GenericData.Record(org.apache.avro.Schema)"><B>GenericData.Record(Schema)</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Record.html" title="class in org.apache.avro.generic">GenericData.Record</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic"><B>GenericDatumReader</B></A>&lt;<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="type parameter in GenericDatumReader">D</A>&gt; - Class in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD><A HREF="./org/apache/avro/io/DatumReader.html" title="interface in org.apache.avro.io"><CODE>DatumReader</CODE></A> for generic Java objects.<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#GenericDatumReader()"><B>GenericDatumReader()</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#GenericDatumReader(org.apache.avro.Schema)"><B>GenericDatumReader(Schema)</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#GenericDatumReader(org.apache.avro.Schema, org.apache.avro.Schema)"><B>GenericDatumReader(Schema, Schema)</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic"><B>GenericDatumWriter</B></A>&lt;<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="type parameter in GenericDatumWriter">D</A>&gt; - Class in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD><A HREF="./org/apache/avro/io/DatumWriter.html" title="interface in org.apache.avro.io"><CODE>DatumWriter</CODE></A> for generic Java objects.<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#GenericDatumWriter()"><B>GenericDatumWriter()</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#GenericDatumWriter(org.apache.avro.Schema)"><B>GenericDatumWriter(Schema)</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericFixed.html" title="interface in org.apache.avro.generic"><B>GenericFixed</B></A> - Interface in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD>Fixed-size data.<DT><A HREF="./org/apache/avro/generic/GenericRecord.html" title="interface in org.apache.avro.generic"><B>GenericRecord</B></A> - Interface in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD>A set of fields, each a name/value pair.<DT><A HREF="./org/apache/avro/generic/GenericRequestor.html" title="class in org.apache.avro.generic"><B>GenericRequestor</B></A> - Class in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD><A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc"><CODE>Requestor</CODE></A> implementation for generic Java data.<DT><A HREF="./org/apache/avro/generic/GenericRequestor.html#GenericRequestor(org.apache.avro.Protocol, org.apache.avro.ipc.Transceiver)"><B>GenericRequestor(Protocol, Transceiver)</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericRequestor.html" title="class in org.apache.avro.generic">GenericRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericResponder.html" title="class in org.apache.avro.generic"><B>GenericResponder</B></A> - Class in <A HREF="./org/apache/avro/generic/package-summary.html">org.apache.avro.generic</A><DD><A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc"><CODE>Responder</CODE></A> implementation for generic Java data.<DT><A HREF="./org/apache/avro/generic/GenericResponder.html#GenericResponder(org.apache.avro.Protocol)"><B>GenericResponder(Protocol)</B></A> -
Constructor for class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericResponder.html" title="class in org.apache.avro.generic">GenericResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificExceptionBase.html#get(int)"><B>get(int)</B></A> -
Method in exception org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificExceptionBase.html" title="class in org.apache.avro.specific">SpecificExceptionBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecord.html#get(int)"><B>get(int)</B></A> -
Method in interface org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecord.html" title="interface in org.apache.avro.specific">SpecificRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecordBase.html#get(int)"><B>get(int)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">SpecificRecordBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#getArrayElements(java.lang.Object)"><B>getArrayElements(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><CODE>GenericDatumWriter.writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)</CODE></A> to enumerate
array elements.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#getArraySize(java.lang.Object)"><B>getArraySize(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><CODE>GenericDatumWriter.writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)</CODE></A> to get the
size of an array.
<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html#getBufferList()"><B>getBufferList()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc">ByteBufferOutputStream</A>
<DD>Returns all data written and resets the stream to be empty.
<DT><A HREF="./org/apache/avro/util/Utf8.html#getBytes()"><B>getBytes()</B></A> -
Method in class org.apache.avro.util.<A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util">Utf8</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#getClient(java.lang.Class, org.apache.avro.ipc.Transceiver)"><B>getClient(Class&lt;?&gt;, Transceiver)</B></A> -
Static method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>Create a proxy instance whose methods invoke RPCs.
<DT><A HREF="./org/apache/avro/specific/SpecificRequestor.html#getClient(java.lang.Class, org.apache.avro.ipc.Transceiver)"><B>getClient(Class&lt;?&gt;, Transceiver)</B></A> -
Static method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRequestor.html" title="class in org.apache.avro.specific">SpecificRequestor</A>
<DD>Create a proxy instance whose methods invoke RPCs.
<DT><A HREF="./org/apache/avro/specific/SpecificCompiler.html#getCode()"><B>getCode()</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificCompiler.html" title="class in org.apache.avro.specific">SpecificCompiler</A>
<DD>Return generated code.
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#getDatumReader(org.apache.avro.Schema)"><B>getDatumReader(Schema)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html#getDatumReader(org.apache.avro.Schema)"><B>getDatumReader(Schema)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect">ReflectResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRequestor.html#getDatumReader(org.apache.avro.Schema)"><B>getDatumReader(Schema)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRequestor.html" title="class in org.apache.avro.specific">SpecificRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificResponder.html#getDatumReader(org.apache.avro.Schema)"><B>getDatumReader(Schema)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificResponder.html" title="class in org.apache.avro.specific">SpecificResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#getDatumWriter(org.apache.avro.Schema)"><B>getDatumWriter(Schema)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html#getDatumWriter(org.apache.avro.Schema)"><B>getDatumWriter(Schema)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect">ReflectResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRequestor.html#getDatumWriter(org.apache.avro.Schema)"><B>getDatumWriter(Schema)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRequestor.html" title="class in org.apache.avro.specific">SpecificRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificResponder.html#getDatumWriter(org.apache.avro.Schema)"><B>getDatumWriter(Schema)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificResponder.html" title="class in org.apache.avro.specific">SpecificResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#getElementType()"><B>getElementType()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is an array, returns its element type.
<DT><A HREF="./org/apache/avro/Schema.html#getEnumOrdinal(java.lang.String)"><B>getEnumOrdinal(String)</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is an enum, return a symbol's ordinal value.
<DT><A HREF="./org/apache/avro/Schema.html#getEnumSymbols()"><B>getEnumSymbols()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is an enum, return its symbols.
<DT><A HREF="./org/apache/avro/Protocol.Message.html#getErrors()"><B>getErrors()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.Message.html" title="class in org.apache.avro">Protocol.Message</A>
<DD>Errors that might be thrown.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#getField(java.lang.Object, java.lang.String, int)"><B>getField(Object, String, int)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumReader.html#readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><CODE>GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)</CODE></A> to retrieve a
record field value from a reused instance.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#getField(java.lang.Object, java.lang.String, int)"><B>getField(Object, String, int)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeRecord(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><CODE>GenericDatumWriter.writeRecord(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)</CODE></A> to retrieve
a record field value.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#getField(java.lang.Object, java.lang.String, int)"><B>getField(Object, String, int)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html#getField(java.lang.Object, java.lang.String, int)"><B>getField(Object, String, int)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html" title="class in org.apache.avro.reflect">ReflectDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificDatumReader.html#getField(java.lang.Object, java.lang.String, int)"><B>getField(Object, String, int)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific">SpecificDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificDatumWriter.html#getField(java.lang.Object, java.lang.String, int)"><B>getField(Object, String, int)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumWriter.html" title="class in org.apache.avro.specific">SpecificDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#getFields()"><B>getFields()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is a record, returns its fields.
<DT><A HREF="./org/apache/avro/Schema.html#getFieldSchemas()"><B>getFieldSchemas()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is a record, enumerate its field names and their schemas.
<DT><A HREF="./org/apache/avro/Schema.html#getFixedSize()"><B>getFixedSize()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is fixed, returns its size.
<DT><A HREF="./org/apache/avro/util/Utf8.html#getLength()"><B>getLength()</B></A> -
Method in class org.apache.avro.util.<A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util">Utf8</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Requestor.html#getLocal()"><B>getLocal()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc">Requestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Responder.html#getLocal()"><B>getLocal()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc">Responder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#getMapEntries(java.lang.Object)"><B>getMapEntries(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><CODE>GenericDatumWriter.writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)</CODE></A> to enumerate
map elements.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#getMapSize(java.lang.Object)"><B>getMapSize(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><CODE>GenericDatumWriter.writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)</CODE></A> to get the size
of a map.
<DT><A HREF="./org/apache/avro/Protocol.html#getMD5()"><B>getMD5()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>Return the MD5 hash of the text of this protocol.
<DT><A HREF="./org/apache/avro/Protocol.html#getMessages()"><B>getMessages()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>The messages of this protocol.
<DT><A HREF="./org/apache/avro/file/DataFileReader.html#getMeta(java.lang.String)"><B>getMeta(String)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file">DataFileReader</A>
<DD>Return the value of a metadata property.
<DT><A HREF="./org/apache/avro/file/DataFileReader.html#getMetaLong(java.lang.String)"><B>getMetaLong(String)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file">DataFileReader</A>
<DD>Return the value of a metadata property.
<DT><A HREF="./org/apache/avro/file/DataFileReader.html#getMetaString(java.lang.String)"><B>getMetaString(String)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file">DataFileReader</A>
<DD>Return the value of a metadata property.
<DT><A HREF="./org/apache/avro/Protocol.html#getName()"><B>getName()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>The name of this protocol.
<DT><A HREF="./org/apache/avro/Protocol.Message.html#getName()"><B>getName()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.Message.html" title="class in org.apache.avro">Protocol.Message</A>
<DD>The name of this message.
<DT><A HREF="./org/apache/avro/Schema.html#getName()"><B>getName()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is a record, enum or fixed, returns its name, if any.
<DT><A HREF="./org/apache/avro/Protocol.html#getNamespace()"><B>getNamespace()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>The namespace of this protocol.
<DT><A HREF="./org/apache/avro/Schema.html#getNamespace()"><B>getNamespace()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is a record, enum or fixed, returns its namespace, if any.
<DT><A HREF="./org/apache/avro/specific/SpecificCompiler.html#getNamespace()"><B>getNamespace()</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificCompiler.html" title="class in org.apache.avro.specific">SpecificCompiler</A>
<DD>Return namespace for compiled code.
<DT><A HREF="./org/apache/avro/ipc/SocketServer.html#getPort()"><B>getPort()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketServer.html" title="class in org.apache.avro.ipc">SocketServer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectData.html#getProtocol(java.lang.Class)"><B>getProtocol(Class)</B></A> -
Static method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectData.html" title="class in org.apache.avro.reflect">ReflectData</A>
<DD>Generate a protocol for a Java interface.
<DT><A HREF="./org/apache/avro/ipc/Requestor.html#getRemote()"><B>getRemote()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc">Requestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/SocketTransceiver.html#getRemoteName()"><B>getRemoteName()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketTransceiver.html" title="class in org.apache.avro.ipc">SocketTransceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Transceiver.html#getRemoteName()"><B>getRemoteName()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Transceiver.html" title="class in org.apache.avro.ipc">Transceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.Message.html#getRequest()"><B>getRequest()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.Message.html" title="class in org.apache.avro">Protocol.Message</A>
<DD>The parameters of this message.
<DT><A HREF="./org/apache/avro/Protocol.Message.html#getResponse()"><B>getResponse()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.Message.html" title="class in org.apache.avro">Protocol.Message</A>
<DD>The returned data.
<DT><A HREF="./org/apache/avro/generic/GenericData.Record.html#getSchema()"><B>getSchema()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Record.html" title="class in org.apache.avro.generic">GenericData.Record</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericRecord.html#getSchema()"><B>getSchema()</B></A> -
Method in interface org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericRecord.html" title="interface in org.apache.avro.generic">GenericRecord</A>
<DD>The schema of this instance.
<DT><A HREF="./org/apache/avro/reflect/ReflectData.html#getSchema(java.lang.reflect.Type)"><B>getSchema(Type)</B></A> -
Static method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectData.html" title="class in org.apache.avro.reflect">ReflectData</A>
<DD>Generate a schema for a Java type.
<DT><A HREF="./org/apache/avro/ipc/Requestor.html#getTransceiver()"><B>getTransceiver()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc">Requestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#getType()"><B>getType()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Return the type of this schema.
<DT><A HREF="./org/apache/avro/Protocol.html#getTypes()"><B>getTypes()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>The types of this protocol.
<DT><A HREF="./org/apache/avro/Schema.html#getTypes()"><B>getTypes()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is a union, returns its types.
<DT><A HREF="./org/apache/avro/ipc/AvroRemoteException.html#getValue()"><B>getValue()</B></A> -
Method in exception org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/AvroRemoteException.html" title="class in org.apache.avro.ipc">AvroRemoteException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#getValueType()"><B>getValueType()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is a map, returns its value type.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic">GenericData.Array</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic">GenericData.Fixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.Message.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.Message.html" title="class in org.apache.avro">Protocol.Message</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificExceptionBase.html#hashCode()"><B>hashCode()</B></A> -
Method in exception org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificExceptionBase.html" title="class in org.apache.avro.specific">SpecificExceptionBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecordBase.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">SpecificRecordBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/util/Utf8.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.apache.avro.util.<A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util">Utf8</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#in"><B>in</B></A> -
Variable in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.html#induce(java.lang.Object)"><B>induce(Object)</B></A> -
Static method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.html" title="class in org.apache.avro.generic">GenericData</A>
<DD>Create a schema given an example datum.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#init(java.io.InputStream)"><B>init(InputStream)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#init(java.io.OutputStream)"><B>init(OutputStream)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#init(java.io.OutputStream)"><B>init(OutputStream)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>Redirect output (and reset the parser state if we're checking).
<DT><A HREF="./org/apache/avro/io/Decoder.html#init(java.io.InputStream)"><B>init(InputStream)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Start reading against a different input stream.
<DT><A HREF="./org/apache/avro/io/Encoder.html#init(java.io.OutputStream)"><B>init(OutputStream)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Redirect output (and reset the parser state if we're checking).
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#init(java.io.InputStream)"><B>init(InputStream)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#init(java.io.OutputStream)"><B>init(OutputStream)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><B>instanceOf(Schema, Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to resolve unions.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><B>instanceOf(Schema, Object)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html" title="class in org.apache.avro.reflect">ReflectDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])"><B>invoke(Object, Method, Object[])</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#isArray(java.lang.Object)"><B>isArray(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><CODE>GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object)</CODE></A>.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#isBytes(java.lang.Object)"><B>isBytes(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><CODE>GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object)</CODE></A>.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#isEnum(java.lang.Object)"><B>isEnum(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><CODE>GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object)</CODE></A>.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html#isEnum(java.lang.Object)"><B>isEnum(Object)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html" title="class in org.apache.avro.reflect">ReflectDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#isError()"><B>isError()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Returns true if this record is an error type.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#isFixed(java.lang.Object)"><B>isFixed(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><CODE>GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object)</CODE></A>.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#isMap(java.lang.Object)"><B>isMap(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><CODE>GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object)</CODE></A>.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#isRecord(java.lang.Object)"><B>isRecord(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><CODE>GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object)</CODE></A>.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html#isRecord(java.lang.Object)"><B>isRecord(Object)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html" title="class in org.apache.avro.reflect">ReflectDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#isString(java.lang.Object)"><B>isString(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumWriter.html#instanceOf(org.apache.avro.Schema, java.lang.Object)"><CODE>GenericDatumWriter.instanceOf(org.apache.avro.Schema, java.lang.Object)</CODE></A>.
<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html#iterator()"><B>iterator()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic">GenericData.Array</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/file/SeekableFileInput.html#length()"><B>length()</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/SeekableFileInput.html" title="class in org.apache.avro.file">SeekableFileInput</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/SeekableInput.html#length()"><B>length()</B></A> -
Method in interface org.apache.avro.file.<A HREF="./org/apache/avro/file/SeekableInput.html" title="interface in org.apache.avro.file">SeekableInput</A>
<DD>Return the length of the file.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/ipc/SocketServer.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketServer.html" title="class in org.apache.avro.ipc">SocketServer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificCompiler.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificCompiler.html" title="class in org.apache.avro.specific">SpecificCompiler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#mapNext()"><B>mapNext()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#mapNext()"><B>mapNext()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Processes the next block of map entries and returns the count of them.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#mapNext()"><B>mapNext()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#newArray(java.lang.Object, int)"><B>newArray(Object, int)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to create new array instances.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#newInstance(java.lang.Class)"><B>newInstance(Class)</B></A> -
Static method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>Create a new instance of the named class.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#newMap(java.lang.Object, int)"><B>newMap(Object, int)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to create new array instances.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#newRecord(java.lang.Object, org.apache.avro.Schema)"><B>newRecord(Object, Schema)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to create new record instances.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#newRecord(java.lang.Object, org.apache.avro.Schema)"><B>newRecord(Object, Schema)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/DataFileReader.html#next(D)"><B>next(D)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file">DataFileReader</A>
<DD>Return the next datum in the file.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/package-summary.html"><B>org.apache.avro</B></A> - package org.apache.avro<DD>Avro kernel classes.<DT><A HREF="./org/apache/avro/file/package-summary.html"><B>org.apache.avro.file</B></A> - package org.apache.avro.file<DD>A container file for Avro data.<DT><A HREF="./org/apache/avro/generic/package-summary.html"><B>org.apache.avro.generic</B></A> - package org.apache.avro.generic<DD>A generic representation for Avro data.<DT><A HREF="./org/apache/avro/io/package-summary.html"><B>org.apache.avro.io</B></A> - package org.apache.avro.io<DD>Input/output utilities.<DT><A HREF="./org/apache/avro/ipc/package-summary.html"><B>org.apache.avro.ipc</B></A> - package org.apache.avro.ipc<DD>Support for inter-process calls.<DT><A HREF="./org/apache/avro/reflect/package-summary.html"><B>org.apache.avro.reflect</B></A> - package org.apache.avro.reflect<DD>Use Java reflection to generate schemas and protocols for existing classes.<DT><A HREF="./org/apache/avro/specific/package-summary.html"><B>org.apache.avro.specific</B></A> - package org.apache.avro.specific<DD>Generate specific Java classes for schemas and protocols</i>.<DT><A HREF="./org/apache/avro/util/package-summary.html"><B>org.apache.avro.util</B></A> - package org.apache.avro.util<DD>Common utility classes.<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#out"><B>out</B></A> -
Variable in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#packageName"><B>packageName</B></A> -
Variable in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#packageName"><B>packageName</B></A> -
Variable in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html#packageName"><B>packageName</B></A> -
Variable in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect">ReflectResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.html#parse(java.io.File)"><B>parse(File)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>Read a protocol from a Json file.
<DT><A HREF="./org/apache/avro/Protocol.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>Read a protocol from a Json string.
<DT><A HREF="./org/apache/avro/Schema.html#parse(java.io.File)"><B>parse(File)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#parse(java.lang.String)"><B>parse(String)</B></A> -
Static method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Construct a schema from <a href="http://json.org/">JSON</a> text.
<DT><A HREF="./org/apache/avro/generic/GenericArray.html#peek()"><B>peek()</B></A> -
Method in interface org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericArray.html" title="interface in org.apache.avro.generic">GenericArray</A>
<DD>The current content of the location where <A HREF="./org/apache/avro/generic/GenericArray.html#add(T)"><CODE>GenericArray.add(Object)</CODE></A> would next
store an element, if any.
<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html#peek()"><B>peek()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic">GenericData.Array</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#peekArray(java.lang.Object)"><B>peekArray(Object)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumReader.html#readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><CODE>GenericDatumReader.readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)</CODE></A> to retrieve a
value from a reused instance.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#pos"><B>pos</B></A> -
Variable in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#pos"><B>pos</B></A> -
Variable in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.Field.html#pos()"><B>pos()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.Field.html" title="class in org.apache.avro">Schema.Field</A>
<DD>The position of this field within the record.
<DT><A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro"><B>Protocol</B></A> - Class in <A HREF="./org/apache/avro/package-summary.html">org.apache.avro</A><DD>A set of messages forming an application protocol.<DT><A HREF="./org/apache/avro/Protocol.html#Protocol(java.lang.String, java.lang.String)"><B>Protocol(String, String)</B></A> -
Constructor for class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.Message.html" title="class in org.apache.avro"><B>Protocol.Message</B></A> - Class in <A HREF="./org/apache/avro/package-summary.html">org.apache.avro</A><DD>A protocol message.<DT><A HREF="./org/apache/avro/specific/ProtocolTask.html" title="class in org.apache.avro.specific"><B>ProtocolTask</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD>Ant task to generate Java interface and classes for a protocol.<DT><A HREF="./org/apache/avro/specific/ProtocolTask.html#ProtocolTask()"><B>ProtocolTask()</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/ProtocolTask.html" title="class in org.apache.avro.specific">ProtocolTask</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/file/SeekableInput.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> -
Method in interface org.apache.avro.file.<A HREF="./org/apache/avro/file/SeekableInput.html" title="interface in org.apache.avro.file">SeekableInput</A>
<DD>Equivalent to <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#read(byte[], int, int)" title="class or interface in java.io"><CODE>InputStream.read(byte[],int,int)</CODE></A>.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#read(D, org.apache.avro.io.Decoder)"><B>read(D, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#read(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>read(Object, Schema, Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to read data.
<DT><A HREF="./org/apache/avro/io/DatumReader.html#read(D, org.apache.avro.io.Decoder)"><B>read(D, Decoder)</B></A> -
Method in interface org.apache.avro.io.<A HREF="./org/apache/avro/io/DatumReader.html" title="interface in org.apache.avro.io">DatumReader</A>
<DD>Read a datum.
<DT><A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html#read()"><B>read()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html" title="class in org.apache.avro.ipc">ByteBufferInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html" title="class in org.apache.avro.ipc">ByteBufferInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readArray(Object, Schema, Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to read an array instance.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readArrayStart()"><B>readArrayStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readArrayStart()"><B>readArrayStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads and returns the size of the first block of an array.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readArrayStart()"><B>readArrayStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readBoolean()"><B>readBoolean()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readBoolean()"><B>readBoolean()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads a boolean value written by <A HREF="./org/apache/avro/io/Encoder.html#writeBoolean(boolean)"><CODE>Encoder.writeBoolean(boolean)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readBoolean()"><B>readBoolean()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html#readBuffer(int)"><B>readBuffer(int)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferInputStream.html" title="class in org.apache.avro.ipc">ByteBufferInputStream</A>
<DD>Read a buffer from the input without copying, if possible.
<DT><A HREF="./org/apache/avro/ipc/SocketTransceiver.html#readBuffers()"><B>readBuffers()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketTransceiver.html" title="class in org.apache.avro.ipc">SocketTransceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Transceiver.html#readBuffers()"><B>readBuffers()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Transceiver.html" title="class in org.apache.avro.ipc">Transceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#readBytes(java.lang.Object, org.apache.avro.io.Decoder)"><B>readBytes(Object, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to read byte arrays.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readBytes(java.nio.ByteBuffer)"><B>readBytes(ByteBuffer)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readBytes(java.nio.ByteBuffer)"><B>readBytes(ByteBuffer)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads a byte-string written by <A HREF="./org/apache/avro/io/Encoder.html#writeBytes(java.nio.ByteBuffer)"><CODE>Encoder.writeBytes(java.nio.ByteBuffer)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readBytes(java.nio.ByteBuffer)"><B>readBytes(ByteBuffer)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readDouble()"><B>readDouble()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readDouble()"><B>readDouble()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads a double written by <A HREF="./org/apache/avro/io/Encoder.html#writeDouble(double)"><CODE>Encoder.writeDouble(double)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#readDouble()"><B>readDouble()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readDouble()"><B>readDouble()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#readEnum(org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readEnum(Schema, Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to read an enum value.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readEnum()"><B>readEnum()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readEnum()"><B>readEnum()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads an enumeration.
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#readEnum()"><B>readEnum()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readEnum()"><B>readEnum()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericRequestor.html#readError(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readError(Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericRequestor.html" title="class in org.apache.avro.generic">GenericRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Requestor.html#readError(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readError(Schema, Decoder)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc">Requestor</A>
<DD>Reads an error message.
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#readError(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readError(Schema, Decoder)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#readFieldIndex()"><B>readFieldIndex()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>Returns the (zero-based) index of the next field of the record
we're reading.
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#readFieldName()"><B>readFieldName()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>Returns the name of the next field of the record we're reading.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#readFixed(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readFixed(Object, Schema, Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to read a fixed value.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readFixed(byte[], int, int)"><B>readFixed(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readFixed(byte[], int, int)"><B>readFixed(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads fixed sized binary object.
<DT><A HREF="./org/apache/avro/io/Decoder.html#readFixed(byte[])"><B>readFixed(byte[])</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>A shorthand for <tt>readFixed(bytes, 0, bytes.length)</tt>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readFixed(byte[], int, int)"><B>readFixed(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readFloat()"><B>readFloat()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readFloat()"><B>readFloat()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads a float written by <A HREF="./org/apache/avro/io/Encoder.html#writeFloat(float)"><CODE>Encoder.writeFloat(float)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readFloat()"><B>readFloat()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readIndex()"><B>readIndex()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readIndex()"><B>readIndex()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads the tag of a union written by <A HREF="./org/apache/avro/io/Encoder.html#writeIndex(int)"><CODE>Encoder.writeIndex(int)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#readIndex()"><B>readIndex()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readIndex()"><B>readIndex()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readInt()"><B>readInt()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readInt()"><B>readInt()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads an integer written by <A HREF="./org/apache/avro/io/Encoder.html#writeInt(int)"><CODE>Encoder.writeInt(int)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readInt()"><B>readInt()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readLong()"><B>readLong()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readLong()"><B>readLong()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads a long written by <A HREF="./org/apache/avro/io/Encoder.html#writeLong(long)"><CODE>Encoder.writeLong(long)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#readLong()"><B>readLong()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readLong()"><B>readLong()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#readMap(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readMap(Object, Schema, Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to read a map instance.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readMapStart()"><B>readMapStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readMapStart()"><B>readMapStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads and returns the size of the next block of map-entries.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readMapStart()"><B>readMapStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readNull()"><B>readNull()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readNull()"><B>readNull()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>"Reads" a null value.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readNull()"><B>readNull()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readRecord(Object, Schema, Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to read a record instance.
<DT><A HREF="./org/apache/avro/generic/GenericResponder.html#readRequest(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readRequest(Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericResponder.html" title="class in org.apache.avro.generic">GenericResponder</A>
<DD>Reads a request message.
<DT><A HREF="./org/apache/avro/ipc/Responder.html#readRequest(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readRequest(Schema, Decoder)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc">Responder</A>
<DD>Reads a request message.
<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html#readRequest(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readRequest(Schema, Decoder)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect">ReflectResponder</A>
<DD>Reads a request message.
<DT><A HREF="./org/apache/avro/generic/GenericRequestor.html#readResponse(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readResponse(Schema, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericRequestor.html" title="class in org.apache.avro.generic">GenericRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Requestor.html#readResponse(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readResponse(Schema, Decoder)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc">Requestor</A>
<DD>Reads a response message.
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#readResponse(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>readResponse(Schema, Decoder)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#readString(java.lang.Object, org.apache.avro.io.Decoder)"><B>readString(Object, Decoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called to read strings.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#readString(org.apache.avro.util.Utf8)"><B>readString(Utf8)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#readString(org.apache.avro.util.Utf8)"><B>readString(Utf8)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Reads a char-string written by <A HREF="./org/apache/avro/io/Encoder.html#writeString(org.apache.avro.util.Utf8)"><CODE>Encoder.writeString(org.apache.avro.util.Utf8)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#readString(org.apache.avro.util.Utf8)"><B>readString(Utf8)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectData.html" title="class in org.apache.avro.reflect"><B>ReflectData</B></A> - Class in <A HREF="./org/apache/avro/reflect/package-summary.html">org.apache.avro.reflect</A><DD>Utilities to use existing Java classes and interfaces via reflection.<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect"><B>ReflectDatumReader</B></A> - Class in <A HREF="./org/apache/avro/reflect/package-summary.html">org.apache.avro.reflect</A><DD><A HREF="./org/apache/avro/io/DatumReader.html" title="interface in org.apache.avro.io"><CODE>DatumReader</CODE></A> for existing classes via Java reflection.<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#ReflectDatumReader(java.lang.String)"><B>ReflectDatumReader(String)</B></A> -
Constructor for class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#ReflectDatumReader(org.apache.avro.Schema, java.lang.String)"><B>ReflectDatumReader(Schema, String)</B></A> -
Constructor for class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html" title="class in org.apache.avro.reflect"><B>ReflectDatumWriter</B></A> - Class in <A HREF="./org/apache/avro/reflect/package-summary.html">org.apache.avro.reflect</A><DD><A HREF="./org/apache/avro/io/DatumWriter.html" title="interface in org.apache.avro.io"><CODE>DatumWriter</CODE></A> for existing classes via Java reflection.<DT><A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html#ReflectDatumWriter()"><B>ReflectDatumWriter()</B></A> -
Constructor for class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html" title="class in org.apache.avro.reflect">ReflectDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html#ReflectDatumWriter(org.apache.avro.Schema)"><B>ReflectDatumWriter(Schema)</B></A> -
Constructor for class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html" title="class in org.apache.avro.reflect">ReflectDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect"><B>ReflectRequestor</B></A> - Class in <A HREF="./org/apache/avro/reflect/package-summary.html">org.apache.avro.reflect</A><DD>A <A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc"><CODE>Requestor</CODE></A> for existing interfaces via Java reflection.<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#ReflectRequestor(org.apache.avro.Protocol, org.apache.avro.ipc.Transceiver)"><B>ReflectRequestor(Protocol, Transceiver)</B></A> -
Constructor for class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect"><B>ReflectResponder</B></A> - Class in <A HREF="./org/apache/avro/reflect/package-summary.html">org.apache.avro.reflect</A><DD><A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc"><CODE>Responder</CODE></A> for existing interfaces via Java reflection.<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html#ReflectResponder(java.lang.Class, java.lang.Object)"><B>ReflectResponder(Class, Object)</B></A> -
Constructor for class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect">ReflectResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#removeField(java.lang.Object, java.lang.String, int)"><B>removeField(Object, String, int)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Called by the default implementation of <A HREF="./org/apache/avro/generic/GenericDatumReader.html#readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><CODE>GenericDatumReader.readRecord(java.lang.Object, org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)</CODE></A> to remove a
record field value from a reused instance.
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumReader.html#removeField(java.lang.Object, java.lang.String, int)"><B>removeField(Object, String, int)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumReader.html" title="class in org.apache.avro.reflect">ReflectDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificDatumReader.html#removeField(java.lang.Object, java.lang.String, int)"><B>removeField(Object, String, int)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific">SpecificDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Requestor.html#request(java.lang.String, java.lang.Object)"><B>request(String, Object)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc">Requestor</A>
<DD>Writes a request message and reads a response or error message.
<DT><A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc"><B>Requestor</B></A> - Class in <A HREF="./org/apache/avro/ipc/package-summary.html">org.apache.avro.ipc</A><DD>Base class for the client side of a protocol interaction.<DT><A HREF="./org/apache/avro/ipc/Requestor.html#Requestor(org.apache.avro.Protocol, org.apache.avro.ipc.Transceiver)"><B>Requestor(Protocol, Transceiver)</B></A> -
Constructor for class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc">Requestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#reset()"><B>reset()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>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.
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#reset()"><B>reset()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#reset()"><B>reset()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#reset()"><B>reset()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>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.
<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html#reset()"><B>reset()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc">ByteBufferOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io"><B>ResolvingDecoder</B></A> - Class in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD><A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io"><CODE>Decoder</CODE></A> that peforms type-resolution between the reader's and
writer's schemas.<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#ResolvingDecoder(org.apache.avro.Schema, org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>ResolvingDecoder(Schema, Schema, Decoder)</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Responder.html#respond(org.apache.avro.ipc.Transceiver)"><B>respond(Transceiver)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc">Responder</A>
<DD>Called by a server to deserialize a request, compute and serialize
a response or error.
<DT><A HREF="./org/apache/avro/ipc/Responder.html#respond(org.apache.avro.Protocol.Message, java.lang.Object)"><B>respond(Protocol.Message, Object)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc">Responder</A>
<DD>Computes the response for a message.
<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html#respond(org.apache.avro.Protocol.Message, java.lang.Object)"><B>respond(Protocol.Message, Object)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect">ReflectResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc"><B>Responder</B></A> - Class in <A HREF="./org/apache/avro/ipc/package-summary.html">org.apache.avro.ipc</A><DD>Base class for the server side of a protocol interaction.<DT><A HREF="./org/apache/avro/ipc/Responder.html#Responder(org.apache.avro.Protocol)"><B>Responder(Protocol)</B></A> -
Constructor for class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc">Responder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/SocketServer.html#run()"><B>run()</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketServer.html" title="class in org.apache.avro.ipc">SocketServer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro"><B>Schema</B></A> - Class in <A HREF="./org/apache/avro/package-summary.html">org.apache.avro</A><DD>An abstract data type.<DT><A HREF="./org/apache/avro/Schema.Field.html#schema()"><B>schema()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.Field.html" title="class in org.apache.avro">Schema.Field</A>
<DD>This field's <A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro"><CODE>Schema</CODE></A>.
<DT><A HREF="./org/apache/avro/specific/SpecificExceptionBase.html#schema()"><B>schema()</B></A> -
Method in exception org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificExceptionBase.html" title="class in org.apache.avro.specific">SpecificExceptionBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecord.html#schema()"><B>schema()</B></A> -
Method in interface org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecord.html" title="interface in org.apache.avro.specific">SpecificRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecordBase.html#schema()"><B>schema()</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">SpecificRecordBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.Field.html" title="class in org.apache.avro"><B>Schema.Field</B></A> - Class in <A HREF="./org/apache/avro/package-summary.html">org.apache.avro</A><DD>A field within a record.<DT><A HREF="./org/apache/avro/Schema.Field.html#Schema.Field(org.apache.avro.Schema, org.codehaus.jackson.JsonNode)"><B>Schema.Field(Schema, JsonNode)</B></A> -
Constructor for class org.apache.avro.<A HREF="./org/apache/avro/Schema.Field.html" title="class in org.apache.avro">Schema.Field</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.Type.html" title="enum in org.apache.avro"><B>Schema.Type</B></A> - Enum in <A HREF="./org/apache/avro/package-summary.html">org.apache.avro</A><DD>The type of a schema.<DT><A HREF="./org/apache/avro/SchemaParseException.html" title="class in org.apache.avro"><B>SchemaParseException</B></A> - Exception in <A HREF="./org/apache/avro/package-summary.html">org.apache.avro</A><DD>&nbsp;<DT><A HREF="./org/apache/avro/SchemaParseException.html#SchemaParseException(java.lang.Throwable)"><B>SchemaParseException(Throwable)</B></A> -
Constructor for exception org.apache.avro.<A HREF="./org/apache/avro/SchemaParseException.html" title="class in org.apache.avro">SchemaParseException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/SchemaParseException.html#SchemaParseException(java.lang.String)"><B>SchemaParseException(String)</B></A> -
Constructor for exception org.apache.avro.<A HREF="./org/apache/avro/SchemaParseException.html" title="class in org.apache.avro">SchemaParseException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SchemaTask.html" title="class in org.apache.avro.specific"><B>SchemaTask</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD>Ant task to generate Java interface and classes for a protocol.<DT><A HREF="./org/apache/avro/specific/SchemaTask.html#SchemaTask()"><B>SchemaTask()</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SchemaTask.html" title="class in org.apache.avro.specific">SchemaTask</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/DataFileReader.html#seek(long)"><B>seek(long)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file">DataFileReader</A>
<DD>Move to the specified synchronization point, as returned by <A HREF="./org/apache/avro/file/DataFileWriter.html#sync()"><CODE>DataFileWriter.sync()</CODE></A>.
<DT><A HREF="./org/apache/avro/file/SeekableFileInput.html#seek(long)"><B>seek(long)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/SeekableFileInput.html" title="class in org.apache.avro.file">SeekableFileInput</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/SeekableInput.html#seek(long)"><B>seek(long)</B></A> -
Method in interface org.apache.avro.file.<A HREF="./org/apache/avro/file/SeekableInput.html" title="interface in org.apache.avro.file">SeekableInput</A>
<DD>Set the position for the next <A HREF="./org/apache/avro/file/SeekableInput.html#read(byte[], int, int)"><CODE>read()</CODE></A>.
<DT><A HREF="./org/apache/avro/file/SeekableFileInput.html" title="class in org.apache.avro.file"><B>SeekableFileInput</B></A> - Class in <A HREF="./org/apache/avro/file/package-summary.html">org.apache.avro.file</A><DD>A <A HREF="http://java.sun.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io"><CODE>FileInputStream</CODE></A> that implements <A HREF="./org/apache/avro/file/SeekableInput.html" title="interface in org.apache.avro.file"><CODE>SeekableInput</CODE></A>.<DT><A HREF="./org/apache/avro/file/SeekableFileInput.html#SeekableFileInput(java.io.File)"><B>SeekableFileInput(File)</B></A> -
Constructor for class org.apache.avro.file.<A HREF="./org/apache/avro/file/SeekableFileInput.html" title="class in org.apache.avro.file">SeekableFileInput</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/SeekableInput.html" title="interface in org.apache.avro.file"><B>SeekableInput</B></A> - Interface in <A HREF="./org/apache/avro/file/package-summary.html">org.apache.avro.file</A><DD>An InputStream that supports seek and tell.<DT><A HREF="./org/apache/avro/specific/SpecificExceptionBase.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> -
Method in exception org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificExceptionBase.html" title="class in org.apache.avro.specific">SpecificExceptionBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecord.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> -
Method in interface org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecord.html" title="interface in org.apache.avro.specific">SpecificRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecordBase.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">SpecificRecordBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/ProtocolTask.html#setDestdir(java.io.File)"><B>setDestdir(File)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/ProtocolTask.html" title="class in org.apache.avro.specific">ProtocolTask</A>
<DD>Set the output directory
<DT><A HREF="./org/apache/avro/Schema.html#setFields(java.util.LinkedHashMap)"><B>setFields(LinkedHashMap&lt;String, Schema.Field&gt;)</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>If this is a record, set its fields.
<DT><A HREF="./org/apache/avro/specific/ProtocolTask.html#setFile(java.io.File)"><B>setFile(File)</B></A> -
Method in class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/ProtocolTask.html" title="class in org.apache.avro.specific">ProtocolTask</A>
<DD>Set the schema file.
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#setItemCount(long)"><B>setItemCount(long)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#setItemCount(long)"><B>setItemCount(long)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#setItemCount(long)"><B>setItemCount(long)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Call this method before writing a batch of items in an array or a map.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#setItemCount(long)"><B>setItemCount(long)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/util/Utf8.html#setLength(int)"><B>setLength(int)</B></A> -
Method in class org.apache.avro.util.<A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util">Utf8</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/DataFileWriter.html#setMeta(java.lang.String, byte[])"><B>setMeta(String, byte[])</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file">DataFileWriter</A>
<DD>Set a metadata property.
<DT><A HREF="./org/apache/avro/file/DataFileWriter.html#setMeta(java.lang.String, java.lang.String)"><B>setMeta(String, String)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file">DataFileWriter</A>
<DD>Set a metadata property.
<DT><A HREF="./org/apache/avro/file/DataFileWriter.html#setMeta(java.lang.String, long)"><B>setMeta(String, long)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file">DataFileWriter</A>
<DD>Set a metadata property.
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#setSchema(org.apache.avro.Schema)"><B>setSchema(Schema)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#setSchema(org.apache.avro.Schema)"><B>setSchema(Schema)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/DatumReader.html#setSchema(org.apache.avro.Schema)"><B>setSchema(Schema)</B></A> -
Method in interface org.apache.avro.io.<A HREF="./org/apache/avro/io/DatumReader.html" title="interface in org.apache.avro.io">DatumReader</A>
<DD>Set the schema.
<DT><A HREF="./org/apache/avro/io/DatumWriter.html#setSchema(org.apache.avro.Schema)"><B>setSchema(Schema)</B></A> -
Method in interface org.apache.avro.io.<A HREF="./org/apache/avro/io/DatumWriter.html" title="interface in org.apache.avro.io">DatumWriter</A>
<DD>Set the schema.
<DT><A HREF="./org/apache/avro/generic/GenericArray.html#size()"><B>size()</B></A> -
Method in interface org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericArray.html" title="interface in org.apache.avro.generic">GenericArray</A>
<DD>The number of elements contained in this array.
<DT><A HREF="./org/apache/avro/generic/GenericData.Array.html#size()"><B>size()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Array.html" title="class in org.apache.avro.generic">GenericData.Array</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumReader.html#skip(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>skip(Schema, Decoder)</B></A> -
Static method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumReader.html" title="class in org.apache.avro.generic">GenericDatumReader</A>
<DD>Skip an instance of a schema.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#skipArray()"><B>skipArray()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#skipArray()"><B>skipArray()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Used for quickly skipping through an array.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#skipArray()"><B>skipArray()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#skipBytes()"><B>skipBytes()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#skipBytes()"><B>skipBytes()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Discards a byte-string written by <A HREF="./org/apache/avro/io/Encoder.html#writeBytes(java.nio.ByteBuffer)"><CODE>Encoder.writeBytes(java.nio.ByteBuffer)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#skipBytes()"><B>skipBytes()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#skipFixed(int)"><B>skipFixed(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#skipFixed(int)"><B>skipFixed(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Discards fixed sized binary object.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#skipFixed(int)"><B>skipFixed(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#skipMap()"><B>skipMap()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#skipMap()"><B>skipMap()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Support for quickly skipping through a map similar to <A HREF="./org/apache/avro/io/Decoder.html#skipArray()"><CODE>Decoder.skipArray()</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#skipMap()"><B>skipMap()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#skipProduction(int)"><B>skipProduction(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>Skip the values described by a production.
<DT><A HREF="./org/apache/avro/io/BinaryDecoder.html#skipString()"><B>skipString()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryDecoder.html" title="class in org.apache.avro.io">BinaryDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Decoder.html#skipString()"><B>skipString()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io">Decoder</A>
<DD>Discards a char-string written by <A HREF="./org/apache/avro/io/Encoder.html#writeString(org.apache.avro.util.Utf8)"><CODE>Encoder.writeString(org.apache.avro.util.Utf8)</CODE></A>.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#skipString()"><B>skipString()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ResolvingDecoder.html#skipSymbol(int, int)"><B>skipSymbol(int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ResolvingDecoder.html" title="class in org.apache.avro.io">ResolvingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#skipSymbol(int, int)"><B>skipSymbol(int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/SocketServer.html" title="class in org.apache.avro.ipc"><B>SocketServer</B></A> - Class in <A HREF="./org/apache/avro/ipc/package-summary.html">org.apache.avro.ipc</A><DD>A simple socket-based server implementation.<DT><A HREF="./org/apache/avro/ipc/SocketServer.html#SocketServer(org.apache.avro.ipc.Responder, java.net.SocketAddress)"><B>SocketServer(Responder, SocketAddress)</B></A> -
Constructor for class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketServer.html" title="class in org.apache.avro.ipc">SocketServer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/SocketTransceiver.html" title="class in org.apache.avro.ipc"><B>SocketTransceiver</B></A> - Class in <A HREF="./org/apache/avro/ipc/package-summary.html">org.apache.avro.ipc</A><DD>A simple socket-based <A HREF="./org/apache/avro/ipc/Transceiver.html" title="class in org.apache.avro.ipc"><CODE>Transceiver</CODE></A> implementation.<DT><A HREF="./org/apache/avro/ipc/SocketTransceiver.html#SocketTransceiver(java.net.SocketAddress)"><B>SocketTransceiver(SocketAddress)</B></A> -
Constructor for class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketTransceiver.html" title="class in org.apache.avro.ipc">SocketTransceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/SocketTransceiver.html#SocketTransceiver(java.nio.channels.SocketChannel)"><B>SocketTransceiver(SocketChannel)</B></A> -
Constructor for class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketTransceiver.html" title="class in org.apache.avro.ipc">SocketTransceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificCompiler.html" title="class in org.apache.avro.specific"><B>SpecificCompiler</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD>Generate specific Java interfaces and classes for protocols and schemas.<DT><A HREF="./org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific"><B>SpecificDatumReader</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD><A HREF="./org/apache/avro/io/DatumReader.html" title="interface in org.apache.avro.io"><CODE>DatumReader</CODE></A> for generated Java classes.<DT><A HREF="./org/apache/avro/specific/SpecificDatumReader.html#SpecificDatumReader(java.lang.String)"><B>SpecificDatumReader(String)</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific">SpecificDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificDatumReader.html#SpecificDatumReader(org.apache.avro.Schema, java.lang.String)"><B>SpecificDatumReader(Schema, String)</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific">SpecificDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificDatumReader.html#SpecificDatumReader(org.apache.avro.Schema)"><B>SpecificDatumReader(Schema)</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumReader.html" title="class in org.apache.avro.specific">SpecificDatumReader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificDatumWriter.html" title="class in org.apache.avro.specific"><B>SpecificDatumWriter</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD><A HREF="./org/apache/avro/io/DatumWriter.html" title="interface in org.apache.avro.io"><CODE>DatumWriter</CODE></A> for generated Java classes.<DT><A HREF="./org/apache/avro/specific/SpecificDatumWriter.html#SpecificDatumWriter()"><B>SpecificDatumWriter()</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumWriter.html" title="class in org.apache.avro.specific">SpecificDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificDatumWriter.html#SpecificDatumWriter(org.apache.avro.Schema)"><B>SpecificDatumWriter(Schema)</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificDatumWriter.html" title="class in org.apache.avro.specific">SpecificDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificExceptionBase.html" title="class in org.apache.avro.specific"><B>SpecificExceptionBase</B></A> - Exception in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD>Base class for specific exceptions.<DT><A HREF="./org/apache/avro/specific/SpecificExceptionBase.html#SpecificExceptionBase()"><B>SpecificExceptionBase()</B></A> -
Constructor for exception org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificExceptionBase.html" title="class in org.apache.avro.specific">SpecificExceptionBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificFixed.html" title="class in org.apache.avro.specific"><B>SpecificFixed</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD>Base class for generated fixed-sized data classes.<DT><A HREF="./org/apache/avro/specific/SpecificFixed.html#SpecificFixed()"><B>SpecificFixed()</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificFixed.html" title="class in org.apache.avro.specific">SpecificFixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRecord.html" title="interface in org.apache.avro.specific"><B>SpecificRecord</B></A> - Interface in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD>Implemented by generated record classes.<DT><A HREF="./org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific"><B>SpecificRecordBase</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD>Base class for generated record classes.<DT><A HREF="./org/apache/avro/specific/SpecificRecordBase.html#SpecificRecordBase()"><B>SpecificRecordBase()</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">SpecificRecordBase</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/specific/SpecificRequestor.html" title="class in org.apache.avro.specific"><B>SpecificRequestor</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD><A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc"><CODE>Requestor</CODE></A> for generated interfaces.<DT><A HREF="./org/apache/avro/specific/SpecificResponder.html" title="class in org.apache.avro.specific"><B>SpecificResponder</B></A> - Class in <A HREF="./org/apache/avro/specific/package-summary.html">org.apache.avro.specific</A><DD><A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc"><CODE>Responder</CODE></A> for generated interfaces.<DT><A HREF="./org/apache/avro/specific/SpecificResponder.html#SpecificResponder(java.lang.Class, java.lang.Object)"><B>SpecificResponder(Class, Object)</B></A> -
Constructor for class org.apache.avro.specific.<A HREF="./org/apache/avro/specific/SpecificResponder.html" title="class in org.apache.avro.specific">SpecificResponder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#stack"><B>stack</B></A> -
Variable in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#stack"><B>stack</B></A> -
Variable in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#startItem()"><B>startItem()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#startItem()"><B>startItem()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#startItem()"><B>startItem()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Start a new item of an array or map.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#startItem()"><B>startItem()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/DataFileReader.html#sync(long)"><B>sync(long)</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileReader.html" title="class in org.apache.avro.file">DataFileReader</A>
<DD>Move to the next synchronization point after a position.
<DT><A HREF="./org/apache/avro/file/DataFileWriter.html#sync()"><B>sync()</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/DataFileWriter.html" title="class in org.apache.avro.file">DataFileWriter</A>
<DD>Return the current position as a value that may be passed to <A HREF="./org/apache/avro/file/DataFileReader.html#seek(long)"><CODE>DataFileReader.seek(long)</CODE></A>.
<DT><A HREF="./org/apache/avro/Protocol.html#SYSTEM_ERROR"><B>SYSTEM_ERROR</B></A> -
Static variable in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>An error that can be thrown by any message.
<DT><A HREF="./org/apache/avro/Protocol.html#SYSTEM_ERRORS"><B>SYSTEM_ERRORS</B></A> -
Static variable in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>Union type for generating system errors.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#table"><B>table</B></A> -
Variable in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/SeekableFileInput.html#tell()"><B>tell()</B></A> -
Method in class org.apache.avro.file.<A HREF="./org/apache/avro/file/SeekableFileInput.html" title="class in org.apache.avro.file">SeekableFileInput</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/file/SeekableInput.html#tell()"><B>tell()</B></A> -
Method in interface org.apache.avro.file.<A HREF="./org/apache/avro/file/SeekableInput.html" title="interface in org.apache.avro.file">SeekableInput</A>
<DD>Return the position of the next <A HREF="./org/apache/avro/file/SeekableInput.html#read(byte[], int, int)"><CODE>read()</CODE></A>.
<DT><A HREF="./org/apache/avro/generic/GenericData.Fixed.html#toString()"><B>toString()</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.Fixed.html" title="class in org.apache.avro.generic">GenericData.Fixed</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericData.html#toString(java.lang.Object)"><B>toString(Object)</B></A> -
Static method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.html" title="class in org.apache.avro.generic">GenericData</A>
<DD>Renders a Java datum as <a href="http://www.json.org/">JSON</a>.
<DT><A HREF="./org/apache/avro/Protocol.Message.html#toString()"><B>toString()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.Message.html" title="class in org.apache.avro">Protocol.Message</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Protocol.html#toString()"><B>toString()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.html#toString()"><B>toString()</B></A> -
Method in class org.apache.avro.<A HREF="./org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</A>
<DD>Render this as <a href="http://json.org/">JSON</a>.
<DT><A HREF="./org/apache/avro/util/Utf8.html#toString()"><B>toString()</B></A> -
Method in class org.apache.avro.util.<A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util">Utf8</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Transceiver.html#transceive(java.util.List)"><B>transceive(List&lt;ByteBuffer&gt;)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Transceiver.html" title="class in org.apache.avro.ipc">Transceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Transceiver.html" title="class in org.apache.avro.ipc"><B>Transceiver</B></A> - Class in <A HREF="./org/apache/avro/ipc/package-summary.html">org.apache.avro.ipc</A><DD>Base class for transmitters and recievers of raw binary messages.<DT><A HREF="./org/apache/avro/ipc/Transceiver.html#Transceiver()"><B>Transceiver()</B></A> -
Constructor for class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Transceiver.html" title="class in org.apache.avro.ipc">Transceiver</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util"><B>Utf8</B></A> - Class in <A HREF="./org/apache/avro/util/package-summary.html">org.apache.avro.util</A><DD>A Utf8 string.<DT><A HREF="./org/apache/avro/util/Utf8.html#Utf8()"><B>Utf8()</B></A> -
Constructor for class org.apache.avro.util.<A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util">Utf8</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/util/Utf8.html#Utf8(java.lang.String)"><B>Utf8(String)</B></A> -
Constructor for class org.apache.avro.util.<A HREF="./org/apache/avro/util/Utf8.html" title="class in org.apache.avro.util">Utf8</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/generic/GenericData.html#validate(org.apache.avro.Schema, java.lang.Object)"><B>validate(Schema, Object)</B></A> -
Static method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericData.html" title="class in org.apache.avro.generic">GenericData</A>
<DD>Returns true if a Java datum matches a schema.
<DT><A HREF="./org/apache/avro/reflect/ReflectData.html#validate(org.apache.avro.Schema, java.lang.Object)"><B>validate(Schema, Object)</B></A> -
Static method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectData.html" title="class in org.apache.avro.reflect">ReflectData</A>
<DD>Returns true if an object matches a schema.
<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io"><B>ValidatingDecoder</B></A> - Class in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD><A HREF="./org/apache/avro/io/Decoder.html" title="class in org.apache.avro.io"><CODE>Decoder</CODE></A> that ensures that the sequence of operations conforms
to a schema.<DT><A HREF="./org/apache/avro/io/ValidatingDecoder.html#ValidatingDecoder(org.apache.avro.Schema, org.apache.avro.io.Decoder)"><B>ValidatingDecoder(Schema, Decoder)</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingDecoder.html" title="class in org.apache.avro.io">ValidatingDecoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io"><B>ValidatingEncoder</B></A> - Class in <A HREF="./org/apache/avro/io/package-summary.html">org.apache.avro.io</A><DD><A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io"><CODE>Encoder</CODE></A> that ensures that the sequence of operations conforms
to a schema.<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#ValidatingEncoder(org.apache.avro.Schema, org.apache.avro.io.Encoder)"><B>ValidatingEncoder(Schema, Encoder)</B></A> -
Constructor for class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/Schema.Type.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.apache.avro.<A HREF="./org/apache/avro/Schema.Type.html" title="enum in org.apache.avro">Schema.Type</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/avro/Schema.Type.html#values()"><B>values()</B></A> -
Static method in enum org.apache.avro.<A HREF="./org/apache/avro/Schema.Type.html" title="enum in org.apache.avro">Schema.Type</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/avro/Protocol.html#VERSION"><B>VERSION</B></A> -
Static variable in class org.apache.avro.<A HREF="./org/apache/avro/Protocol.html" title="class in org.apache.avro">Protocol</A>
<DD>The version of the protocol specification implemented here.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#write(D, org.apache.avro.io.Encoder)"><B>write(D, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#write(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>write(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to write data.
<DT><A HREF="./org/apache/avro/io/DatumWriter.html#write(D, org.apache.avro.io.Encoder)"><B>write(D, Encoder)</B></A> -
Method in interface org.apache.avro.io.<A HREF="./org/apache/avro/io/DatumWriter.html" title="interface in org.apache.avro.io">DatumWriter</A>
<DD>Write a datum.
<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html#write(java.nio.ByteBuffer)"><B>write(ByteBuffer)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc">ByteBufferOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html#write(int)"><B>write(int)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc">ByteBufferOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc">ByteBufferOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeArray(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to write a array.
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeArrayEnd()"><B>writeArrayEnd()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeArrayEnd()"><B>writeArrayEnd()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeArrayEnd()"><B>writeArrayEnd()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Call this method to finish writing an array.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeArrayEnd()"><B>writeArrayEnd()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeArrayStart()"><B>writeArrayStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeArrayStart()"><B>writeArrayStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeArrayStart()"><B>writeArrayStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Call this method to start writing an array.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeArrayStart()"><B>writeArrayStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Write a boolean value.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html#writeBuffer(java.nio.ByteBuffer)"><B>writeBuffer(ByteBuffer)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/ByteBufferOutputStream.html" title="class in org.apache.avro.ipc">ByteBufferOutputStream</A>
<DD>Add a buffer to the output without copying, if possible.
<DT><A HREF="./org/apache/avro/ipc/SocketTransceiver.html#writeBuffers(java.util.List)"><B>writeBuffers(List&lt;ByteBuffer&gt;)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/SocketTransceiver.html" title="class in org.apache.avro.ipc">SocketTransceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Transceiver.html#writeBuffers(java.util.List)"><B>writeBuffers(List&lt;ByteBuffer&gt;)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Transceiver.html" title="class in org.apache.avro.ipc">Transceiver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeBytes(java.lang.Object, org.apache.avro.io.Encoder)"><B>writeBytes(Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to write a bytes.
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeBytes(java.nio.ByteBuffer)"><B>writeBytes(ByteBuffer)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeBytes(byte[], int, int)"><B>writeBytes(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeBytes(java.nio.ByteBuffer)"><B>writeBytes(ByteBuffer)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeBytes(byte[], int, int)"><B>writeBytes(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeBytes(java.nio.ByteBuffer)"><B>writeBytes(ByteBuffer)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Write a byte string.
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeBytes(byte[], int, int)"><B>writeBytes(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Write a byte string.
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeBytes(byte[])"><B>writeBytes(byte[])</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Writes a byte string.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeBytes(java.nio.ByteBuffer)"><B>writeBytes(ByteBuffer)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeBytes(byte[], int, int)"><B>writeBytes(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeDouble(double)"><B>writeDouble(double)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeDouble(double)"><B>writeDouble(double)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeDouble(double)"><B>writeDouble(double)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Write a double.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeDouble(double)"><B>writeDouble(double)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeEnum(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeEnum(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to write an enum value.
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeEnum(int)"><B>writeEnum(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeEnum(int)"><B>writeEnum(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Writes an enumeration.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeEnum(int)"><B>writeEnum(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html#writeEnum(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeEnum(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectDatumWriter.html" title="class in org.apache.avro.reflect">ReflectDatumWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericResponder.html#writeError(org.apache.avro.Schema, org.apache.avro.ipc.AvroRemoteException, org.apache.avro.io.Encoder)"><B>writeError(Schema, AvroRemoteException, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericResponder.html" title="class in org.apache.avro.generic">GenericResponder</A>
<DD>Writes an error message.
<DT><A HREF="./org/apache/avro/ipc/Responder.html#writeError(org.apache.avro.Schema, org.apache.avro.ipc.AvroRemoteException, org.apache.avro.io.Encoder)"><B>writeError(Schema, AvroRemoteException, Encoder)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc">Responder</A>
<DD>Writes an error message.
<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html#writeError(org.apache.avro.Schema, org.apache.avro.ipc.AvroRemoteException, org.apache.avro.io.Encoder)"><B>writeError(Schema, AvroRemoteException, Encoder)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect">ReflectResponder</A>
<DD>Writes an error message.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeFixed(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeFixed(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to write a fixed value.
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeFixed(byte[], int, int)"><B>writeFixed(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeFixed(byte[], int, int)"><B>writeFixed(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeFixed(byte[], int, int)"><B>writeFixed(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Writes a fixed size binary object.
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeFixed(byte[])"><B>writeFixed(byte[])</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>A shorthand for <tt>writeFixed(bytes, 0, bytes.length)</tt>
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeFixed(byte[], int, int)"><B>writeFixed(byte[], int, int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeFloat(float)"><B>writeFloat(float)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeFloat(float)"><B>writeFloat(float)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeFloat(float)"><B>writeFloat(float)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Write a float.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeFloat(float)"><B>writeFloat(float)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeIndex(int)"><B>writeIndex(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeIndex(int)"><B>writeIndex(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeIndex(int)"><B>writeIndex(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Call this method to write the tag of a union.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeIndex(int)"><B>writeIndex(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeInt(int)"><B>writeInt(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeInt(int)"><B>writeInt(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeInt(int)"><B>writeInt(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Writes a 32-bit integer.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeInt(int)"><B>writeInt(int)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeLong(long)"><B>writeLong(long)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeLong(long)"><B>writeLong(long)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeLong(long)"><B>writeLong(long)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Write a 64-bit integer.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeLong(long)"><B>writeLong(long)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeMap(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeMap(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to write a map.
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeMapEnd()"><B>writeMapEnd()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeMapEnd()"><B>writeMapEnd()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeMapEnd()"><B>writeMapEnd()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Call this method to terminate the inner-most, currently-opened
map.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeMapEnd()"><B>writeMapEnd()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeMapStart()"><B>writeMapStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeMapStart()"><B>writeMapStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeMapStart()"><B>writeMapStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Call this to start a new map.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeMapStart()"><B>writeMapStart()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeNull()"><B>writeNull()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeNull()"><B>writeNull()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>"Writes" a null value.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeNull()"><B>writeNull()</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeRecord(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeRecord(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to write a record.
<DT><A HREF="./org/apache/avro/generic/GenericRequestor.html#writeRequest(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeRequest(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericRequestor.html" title="class in org.apache.avro.generic">GenericRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/ipc/Requestor.html#writeRequest(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeRequest(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Requestor.html" title="class in org.apache.avro.ipc">Requestor</A>
<DD>Writes a request message.
<DT><A HREF="./org/apache/avro/reflect/ReflectRequestor.html#writeRequest(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeRequest(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectRequestor.html" title="class in org.apache.avro.reflect">ReflectRequestor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/generic/GenericResponder.html#writeResponse(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeResponse(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericResponder.html" title="class in org.apache.avro.generic">GenericResponder</A>
<DD>Writes a response message.
<DT><A HREF="./org/apache/avro/ipc/Responder.html#writeResponse(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeResponse(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.ipc.<A HREF="./org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc">Responder</A>
<DD>Writes a response message.
<DT><A HREF="./org/apache/avro/reflect/ReflectResponder.html#writeResponse(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder)"><B>writeResponse(Schema, Object, Encoder)</B></A> -
Method in class org.apache.avro.reflect.<A HREF="./org/apache/avro/reflect/ReflectResponder.html" title="class in org.apache.avro.reflect">ReflectResponder</A>
<DD>Writes a response message.
<DT><A HREF="./org/apache/avro/generic/GenericDatumWriter.html#writeString(java.lang.Object, org.apache.avro.io.Encoder)"><B>writeString(Object, Encoder)</B></A> -
Method in class org.apache.avro.generic.<A HREF="./org/apache/avro/generic/GenericDatumWriter.html" title="class in org.apache.avro.generic">GenericDatumWriter</A>
<DD>Called to write a string.
<DT><A HREF="./org/apache/avro/io/BinaryEncoder.html#writeString(org.apache.avro.util.Utf8)"><B>writeString(Utf8)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BinaryEncoder.html" title="class in org.apache.avro.io">BinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html#writeString(org.apache.avro.util.Utf8)"><B>writeString(Utf8)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/BlockingBinaryEncoder.html" title="class in org.apache.avro.io">BlockingBinaryEncoder</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeString(org.apache.avro.util.Utf8)"><B>writeString(Utf8)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Write a Unicode character string.
<DT><A HREF="./org/apache/avro/io/Encoder.html#writeString(java.lang.String)"><B>writeString(String)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/Encoder.html" title="class in org.apache.avro.io">Encoder</A>
<DD>Write a Unicode character string.
<DT><A HREF="./org/apache/avro/io/ValidatingEncoder.html#writeString(org.apache.avro.util.Utf8)"><B>writeString(Utf8)</B></A> -
Method in class org.apache.avro.io.<A HREF="./org/apache/avro/io/ValidatingEncoder.html" title="class in org.apache.avro.io">ValidatingEncoder</A>
<DD>&nbsp;
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &copy; 2009 The Apache Software Foundation
</BODY>
</HTML>