Deprecated Methods |
org.apache.avro.io.DecoderFactory.createBinaryDecoder(byte[], BinaryDecoder)
use DecoderFactory.binaryDecoder(byte[], BinaryDecoder) instead |
org.apache.avro.io.DecoderFactory.createBinaryDecoder(byte[], int, int, BinaryDecoder)
use DecoderFactory.binaryDecoder(byte[], int, int, BinaryDecoder)
instead |
org.apache.avro.io.DecoderFactory.createBinaryDecoder(InputStream, BinaryDecoder)
use the equivalent
DecoderFactory.binaryDecoder(InputStream, BinaryDecoder) instead |
org.apache.avro.io.DecoderFactory.defaultFactory()
use the equivalent DecoderFactory.get() instead |
org.apache.avro.compiler.idl.JavaCharStream.getColumn()
|
org.apache.avro.ipc.specific.SpecificRequestor.getDatumReader(Schema)
|
org.apache.avro.util.Utf8.getLength()
call Utf8.getByteLength() instead. |
org.apache.avro.compiler.idl.JavaCharStream.getLine()
|
org.apache.avro.ipc.Requestor.readError(Schema, Decoder)
|
org.apache.avro.ipc.Requestor.readResponse(Schema, Decoder)
|
org.apache.avro.util.Utf8.setLength(int)
call Utf8.setByteLength(int) instead. |