Deprecated API


Contents
Deprecated Classes
org.apache.avro.ipc.SocketServer
          use SaslSocketServer instead. 
org.apache.avro.ipc.SocketTransceiver
          use SaslSocketTransceiver instead. 
 

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.Schema.parse(File)
          use Schema.Parser instead. 
org.apache.avro.Schema.parse(InputStream)
          use Schema.Parser instead. 
org.apache.avro.Schema.parse(String)
          use Schema.Parser instead. 
org.apache.avro.Schema.parse(String, boolean)
          use Schema.Parser instead. 
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. 
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.