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