|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avro.data.RecordBuilderBase<T> org.apache.avro.specific.SpecificRecordBuilderBase<HandshakeRequest> org.apache.avro.ipc.HandshakeRequest.Builder
public static class HandshakeRequest.Builder
RecordBuilder for HandshakeRequest instances.
Field Summary |
---|
Fields inherited from class org.apache.avro.data.RecordBuilderBase |
---|
data, fields, fieldSetFlags, schema |
Method Summary | |
---|---|
HandshakeRequest |
build()
Constructs a new instance using the values set in the RecordBuilder. |
HandshakeRequest.Builder |
clearClientHash()
Clears the value of the 'clientHash' field |
HandshakeRequest.Builder |
clearClientProtocol()
Clears the value of the 'clientProtocol' field |
HandshakeRequest.Builder |
clearMeta()
Clears the value of the 'meta' field |
HandshakeRequest.Builder |
clearServerHash()
Clears the value of the 'serverHash' field |
MD5 |
getClientHash()
Gets the value of the 'clientHash' field |
String |
getClientProtocol()
Gets the value of the 'clientProtocol' field |
Map<String,ByteBuffer> |
getMeta()
Gets the value of the 'meta' field |
MD5 |
getServerHash()
Gets the value of the 'serverHash' field |
boolean |
hasClientHash()
Checks whether the 'clientHash' field has been set |
boolean |
hasClientProtocol()
Checks whether the 'clientProtocol' field has been set |
boolean |
hasMeta()
Checks whether the 'meta' field has been set |
boolean |
hasServerHash()
Checks whether the 'serverHash' field has been set |
HandshakeRequest.Builder |
setClientHash(MD5 value)
Sets the value of the 'clientHash' field |
HandshakeRequest.Builder |
setClientProtocol(String value)
Sets the value of the 'clientProtocol' field |
HandshakeRequest.Builder |
setMeta(Map<String,ByteBuffer> value)
Sets the value of the 'meta' field |
HandshakeRequest.Builder |
setServerHash(MD5 value)
Sets the value of the 'serverHash' field |
Methods inherited from class org.apache.avro.data.RecordBuilderBase |
---|
equals, getDefaultValue, hashCode, isValidValue, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MD5 getClientHash()
public HandshakeRequest.Builder setClientHash(MD5 value)
public boolean hasClientHash()
public HandshakeRequest.Builder clearClientHash()
public String getClientProtocol()
public HandshakeRequest.Builder setClientProtocol(String value)
public boolean hasClientProtocol()
public HandshakeRequest.Builder clearClientProtocol()
public MD5 getServerHash()
public HandshakeRequest.Builder setServerHash(MD5 value)
public boolean hasServerHash()
public HandshakeRequest.Builder clearServerHash()
public Map<String,ByteBuffer> getMeta()
public HandshakeRequest.Builder setMeta(Map<String,ByteBuffer> value)
public boolean hasMeta()
public HandshakeRequest.Builder clearMeta()
public HandshakeRequest build()
RecordBuilder
build
in interface RecordBuilder<HandshakeRequest>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |