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