| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc --> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <title>Serialized Form (Apache Avro Java 1.10.2 API)</title> |
| <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| <script type="text/javascript" src="script.js"></script> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Serialized Form (Apache Avro Java 1.10.2 API)"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li><a href="index-all.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li> |
| <li><a href="serialized-form.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <div class="header"> |
| <h1 title="Serialized Form" class="title">Serialized Form</h1> |
| </div> |
| <div class="serializedFormContainer"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.avro</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.avro.AvroMissingFieldException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/AvroMissingFieldException.html" title="class in org.apache.avro">org.apache.avro.AvroMissingFieldException</a> extends <a href="org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>chainOfFields</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> chainOfFields</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.AvroRemoteException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/AvroRemoteException.html" title="class in org.apache.avro">org.apache.avro.AvroRemoteException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>value</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.AvroRuntimeException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">org.apache.avro.AvroRuntimeException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.AvroTypeException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/AvroTypeException.html" title="class in org.apache.avro">org.apache.avro.AvroTypeException</a> extends <a href="org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.InvalidAvroMagicException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/InvalidAvroMagicException.html" title="class in org.apache.avro">org.apache.avro.InvalidAvroMagicException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.InvalidNumberEncodingException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/InvalidNumberEncodingException.html" title="class in org.apache.avro">org.apache.avro.InvalidNumberEncodingException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.Schema"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/Schema.html" title="class in org.apache.avro">org.apache.avro.Schema</a> extends <a href="org/apache/avro/JsonProperties.html" title="class in org.apache.avro">JsonProperties</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>writeReplace</h4> |
| <pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> writeReplace()</pre> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>type</h4> |
| <pre><a href="org/apache/avro/Schema.Type.html" title="enum in org.apache.avro">Schema.Type</a> type</pre> |
| </li> |
| <li class="blockList"> |
| <h4>logicalType</h4> |
| <pre><a href="org/apache/avro/LogicalType.html" title="class in org.apache.avro">LogicalType</a> logicalType</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>hashCode</h4> |
| <pre>int hashCode</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.SchemaBuilderException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/SchemaBuilderException.html" title="class in org.apache.avro">org.apache.avro.SchemaBuilderException</a> extends <a href="org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.SchemaParseException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/SchemaParseException.html" title="class in org.apache.avro">org.apache.avro.SchemaParseException</a> extends <a href="org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.SchemaValidationException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/SchemaValidationException.html" title="class in org.apache.avro">org.apache.avro.SchemaValidationException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.UnknownAvroCodecException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/UnknownAvroCodecException.html" title="class in org.apache.avro">org.apache.avro.UnknownAvroCodecException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.UnresolvedUnionException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/UnresolvedUnionException.html" title="class in org.apache.avro">org.apache.avro.UnresolvedUnionException</a> extends <a href="org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>unresolvedDatum</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> unresolvedDatum</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>unionSchema</h4> |
| <pre><a href="org/apache/avro/Schema.html" title="class in org.apache.avro">Schema</a> unionSchema</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.avro.file</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.avro.file.DataFileWriter.AppendWriteException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/file/DataFileWriter.AppendWriteException.html" title="class in org.apache.avro.file">org.apache.avro.file.DataFileWriter.AppendWriteException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a> implements Serializable</h3> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.avro.ipc</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.avro.ipc.HandshakeRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/ipc/HandshakeRequest.html" title="class in org.apache.avro.ipc">org.apache.avro.ipc.HandshakeRequest</a> extends <a href="org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">SpecificRecordBase</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>6293635732927376057L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readExternal</h4> |
| <pre>public void readExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a> in) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeExternal</h4> |
| <pre>public void writeExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a> out) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.ipc.HandshakeResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/ipc/HandshakeResponse.html" title="class in org.apache.avro.ipc">org.apache.avro.ipc.HandshakeResponse</a> extends <a href="org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">SpecificRecordBase</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1055336403110395392L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readExternal</h4> |
| <pre>public void readExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a> in) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeExternal</h4> |
| <pre>public void writeExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a> out) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.ipc.MD5"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/ipc/MD5.html" title="class in org.apache.avro.ipc">org.apache.avro.ipc.MD5</a> extends <a href="org/apache/avro/specific/SpecificFixed.html" title="class in org.apache.avro.specific">SpecificFixed</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>6731146766938681575L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readExternal</h4> |
| <pre>public void readExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a> in) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeExternal</h4> |
| <pre>public void writeExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a> out) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.ipc.ResponderServlet"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/ipc/ResponderServlet.html" title="class in org.apache.avro.ipc">org.apache.avro.ipc.ResponderServlet</a> extends javax.servlet.http.HttpServlet implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>responder</h4> |
| <pre><a href="org/apache/avro/ipc/Responder.html" title="class in org.apache.avro.ipc">Responder</a> responder</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.avro.ipc.jetty</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.avro.ipc.jetty.StaticServlet"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/ipc/jetty/StaticServlet.html" title="class in org.apache.avro.ipc.jetty">org.apache.avro.ipc.jetty.StaticServlet</a> extends org.eclipse.jetty.servlet.DefaultServlet implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.avro.ipc.stats</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.avro.ipc.stats.Histogram.SegmenterException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/ipc/stats/Histogram.SegmenterException.html" title="class in org.apache.avro.ipc.stats">org.apache.avro.ipc.stats.Histogram.SegmenterException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.ipc.stats.StatsServlet"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/ipc/stats/StatsServlet.html" title="class in org.apache.avro.ipc.stats">org.apache.avro.ipc.stats.StatsServlet</a> extends javax.servlet.http.HttpServlet implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>statsPlugin</h4> |
| <pre><a href="org/apache/avro/ipc/stats/StatsPlugin.html" title="class in org.apache.avro.ipc.stats">StatsPlugin</a> statsPlugin</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>velocityEngine</h4> |
| <pre>org.apache.velocity.app.VelocityEngine velocityEngine</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.avro.message</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.avro.message.BadHeaderException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/message/BadHeaderException.html" title="class in org.apache.avro.message">org.apache.avro.message.BadHeaderException</a> extends <a href="org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</a> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.message.MissingSchemaException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/message/MissingSchemaException.html" title="class in org.apache.avro.message">org.apache.avro.message.MissingSchemaException</a> extends <a href="org/apache/avro/AvroRuntimeException.html" title="class in org.apache.avro">AvroRuntimeException</a> implements Serializable</h3> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.avro.specific</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.avro.specific.SpecificExceptionBase"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/specific/SpecificExceptionBase.html" title="class in org.apache.avro.specific">org.apache.avro.specific.SpecificExceptionBase</a> extends <a href="org/apache/avro/AvroRemoteException.html" title="class in org.apache.avro">AvroRemoteException</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readExternal</h4> |
| <pre>public abstract void readExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a> in) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeExternal</h4> |
| <pre>public abstract void writeExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a> out) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.specific.SpecificFixed"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/specific/SpecificFixed.html" title="class in org.apache.avro.specific">org.apache.avro.specific.SpecificFixed</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readExternal</h4> |
| <pre>public abstract void readExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a> in) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeExternal</h4> |
| <pre>public abstract void writeExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a> out) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.avro.specific.SpecificRecordBase"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/avro/specific/SpecificRecordBase.html" title="class in org.apache.avro.specific">org.apache.avro.specific.SpecificRecordBase</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readExternal</h4> |
| <pre>public void readExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a> in) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeExternal</h4> |
| <pre>public void writeExternal(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a> out) |
| throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.trevni</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.trevni.ColumnFileMetaData"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/trevni/ColumnFileMetaData.html" title="class in org.apache.trevni">org.apache.trevni.ColumnFileMetaData</a> extends <a href="org/apache/trevni/MetaData.html" title="class in org.apache.trevni">MetaData</a><<a href="org/apache/trevni/ColumnFileMetaData.html" title="class in org.apache.trevni">ColumnFileMetaData</a>> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="org.apache.trevni.ColumnMetaData"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/trevni/ColumnMetaData.html" title="class in org.apache.trevni">org.apache.trevni.ColumnMetaData</a> extends <a href="org/apache/trevni/MetaData.html" title="class in org.apache.trevni">MetaData</a><<a href="org/apache/trevni/ColumnMetaData.html" title="class in org.apache.trevni">ColumnMetaData</a>> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>name</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre> |
| </li> |
| <li class="blockList"> |
| <h4>type</h4> |
| <pre><a href="org/apache/trevni/ValueType.html" title="enum in org.apache.trevni">ValueType</a> type</pre> |
| </li> |
| <li class="blockList"> |
| <h4>values</h4> |
| <pre>boolean values</pre> |
| </li> |
| <li class="blockList"> |
| <h4>parent</h4> |
| <pre><a href="org/apache/trevni/ColumnMetaData.html" title="class in org.apache.trevni">ColumnMetaData</a> parent</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>isArray</h4> |
| <pre>boolean isArray</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.trevni.MetaData"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/trevni/MetaData.html" title="class in org.apache.trevni">org.apache.trevni.MetaData</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,byte[]> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>defaults</h4> |
| <pre><a href="org/apache/trevni/MetaData.html" title="class in org.apache.trevni">MetaData</a><<a href="org/apache/trevni/MetaData.html" title="type parameter in MetaData">T</a> extends <a href="org/apache/trevni/MetaData.html" title="class in org.apache.trevni">MetaData</a>> defaults</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.trevni.TrevniRuntimeException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/trevni/TrevniRuntimeException.html" title="class in org.apache.trevni">org.apache.trevni.TrevniRuntimeException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a> implements Serializable</h3> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li><a href="index-all.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li> |
| <li><a href="serialized-form.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| <p class="legalCopy"><small>Copyright © 2009–2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> |
| </body> |
| </html> |