Package org.apache.drill.exec.proto
Class SchemaBitControl.BitControlHandshake.MessageSchema
java.lang.Object
org.apache.drill.exec.proto.SchemaBitControl.BitControlHandshake.MessageSchema
- All Implemented Interfaces:
io.protostuff.Schema<BitControl.BitControlHandshake>
- Enclosing class:
- SchemaBitControl.BitControlHandshake
public static class SchemaBitControl.BitControlHandshake.MessageSchema
extends Object
implements io.protostuff.Schema<BitControl.BitControlHandshake>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldName
(int number) int
getFieldNumber
(String name) boolean
void
mergeFrom
(io.protostuff.Input input, BitControl.BitControlHandshake message) void
writeTo
(io.protostuff.Output output, BitControl.BitControlHandshake message)
-
Constructor Details
-
MessageSchema
public MessageSchema()
-
-
Method Details
-
writeTo
public void writeTo(io.protostuff.Output output, BitControl.BitControlHandshake message) throws IOException - Specified by:
writeTo
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
- Throws:
IOException
-
isInitialized
- Specified by:
isInitialized
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
-
getFieldName
- Specified by:
getFieldName
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
-
getFieldNumber
- Specified by:
getFieldNumber
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
-
typeClass
- Specified by:
typeClass
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
-
messageName
- Specified by:
messageName
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
-
messageFullName
- Specified by:
messageFullName
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
-
mergeFrom
public void mergeFrom(io.protostuff.Input input, BitControl.BitControlHandshake message) throws IOException - Specified by:
mergeFrom
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
- Throws:
IOException
-
newMessage
- Specified by:
newMessage
in interfaceio.protostuff.Schema<BitControl.BitControlHandshake>
-