Uses of Class
org.apache.drill.exec.proto.BitData.BitClientHandshake
-
Uses of BitData.BitClientHandshake in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitData.BitClientHandshake>
BitData.BitClientHandshake.PARSER
Deprecated.Modifier and TypeMethodDescriptionBitData.BitClientHandshake.Builder.build()
BitData.BitClientHandshake.Builder.buildPartial()
static BitData.BitClientHandshake
BitData.BitClientHandshake.getDefaultInstance()
BitData.BitClientHandshake.Builder.getDefaultInstanceForType()
BitData.BitClientHandshake.getDefaultInstanceForType()
SchemaBitData.BitClientHandshake.MessageSchema.newMessage()
static BitData.BitClientHandshake
BitData.BitClientHandshake.parseDelimitedFrom
(InputStream input) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(byte[] data) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(com.google.protobuf.ByteString data) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(com.google.protobuf.CodedInputStream input) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(InputStream input) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(ByteBuffer data) static BitData.BitClientHandshake
BitData.BitClientHandshake.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitData.BitClientHandshake>
BitData.BitClientHandshake.getParserForType()
static com.google.protobuf.Parser<BitData.BitClientHandshake>
BitData.BitClientHandshake.parser()
SchemaBitData.BitClientHandshake.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaBitData.BitClientHandshake.MessageSchema.isInitialized
(BitData.BitClientHandshake message) BitData.BitClientHandshake.Builder.mergeFrom
(BitData.BitClientHandshake other) void
SchemaBitData.BitClientHandshake.MessageSchema.mergeFrom
(io.protostuff.Input input, BitData.BitClientHandshake message) BitData.BitClientHandshake.newBuilder
(BitData.BitClientHandshake prototype) void
SchemaBitData.BitClientHandshake.MessageSchema.writeTo
(io.protostuff.Output output, BitData.BitClientHandshake message) -
Uses of BitData.BitClientHandshake in org.apache.drill.exec.rpc.data
Modifier and TypeMethodDescriptionDataServer.getHandshakeHandler
(DataServerConnection connection)