Uses of Class
org.apache.drill.exec.proto.BitData.BitServerHandshake
Packages that use BitData.BitServerHandshake
-
Uses of BitData.BitServerHandshake in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitData.BitServerHandshakeModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitData.BitServerHandshake>
BitData.BitServerHandshake.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return BitData.BitServerHandshakeModifier 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) Methods in org.apache.drill.exec.proto that return types with arguments of type BitData.BitServerHandshakeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitData.BitServerHandshake>
BitData.BitServerHandshake.getParserForType()
static com.google.protobuf.Parser<BitData.BitServerHandshake>
BitData.BitServerHandshake.parser()
SchemaBitData.BitServerHandshake.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type BitData.BitServerHandshakeModifier 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
Methods in org.apache.drill.exec.rpc.data with parameters of type BitData.BitServerHandshakeModifier and TypeMethodDescriptionDataClient.validateHandshake
(BitData.BitServerHandshake handshake)