org.apache.avro.ipc
Class HandshakeResponse
java.lang.Object
org.apache.avro.specific.SpecificRecordBase
org.apache.avro.ipc.HandshakeResponse
- All Implemented Interfaces:
- Comparable<SpecificRecord>, GenericContainer, IndexedRecord, SpecificRecord
public class HandshakeResponse
- extends SpecificRecordBase
- implements SpecificRecord
SCHEMA$
public static final Schema SCHEMA$
match
public HandshakeMatch match
serverProtocol
public CharSequence serverProtocol
serverHash
public MD5 serverHash
meta
public Map<CharSequence,ByteBuffer> meta
HandshakeResponse
public HandshakeResponse()
getSchema
public Schema getSchema()
- Specified by:
getSchema in interface GenericContainer- Specified by:
getSchema in class SpecificRecordBase
get
public Object get(int field$)
- Specified by:
get in interface IndexedRecord- Specified by:
get in class SpecificRecordBase
put
public void put(int field$,
Object value$)
- Specified by:
put in interface IndexedRecord- Specified by:
put in class SpecificRecordBase
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.