Uses of Class
org.apache.drill.exec.proto.BitControl.BitControlHandshake
-
Uses of BitControl.BitControlHandshake in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitControl.BitControlHandshake>
BitControl.BitControlHandshake.PARSER
Deprecated.Modifier and TypeMethodDescriptionBitControl.BitControlHandshake.Builder.build()
BitControl.BitControlHandshake.Builder.buildPartial()
BitControl.BitControlHandshake.getDefaultInstance()
BitControl.BitControlHandshake.Builder.getDefaultInstanceForType()
BitControl.BitControlHandshake.getDefaultInstanceForType()
SchemaBitControl.BitControlHandshake.MessageSchema.newMessage()
BitControl.BitControlHandshake.parseDelimitedFrom
(InputStream input) BitControl.BitControlHandshake.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.BitControlHandshake.parseFrom
(byte[] data) BitControl.BitControlHandshake.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.BitControlHandshake.parseFrom
(com.google.protobuf.ByteString data) BitControl.BitControlHandshake.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.BitControlHandshake.parseFrom
(com.google.protobuf.CodedInputStream input) BitControl.BitControlHandshake.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.BitControlHandshake.parseFrom
(InputStream input) BitControl.BitControlHandshake.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BitControl.BitControlHandshake.parseFrom
(ByteBuffer data) BitControl.BitControlHandshake.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitControl.BitControlHandshake>
BitControl.BitControlHandshake.getParserForType()
static com.google.protobuf.Parser<BitControl.BitControlHandshake>
BitControl.BitControlHandshake.parser()
SchemaBitControl.BitControlHandshake.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaBitControl.BitControlHandshake.MessageSchema.isInitialized
(BitControl.BitControlHandshake message) BitControl.BitControlHandshake.Builder.mergeFrom
(BitControl.BitControlHandshake other) void
SchemaBitControl.BitControlHandshake.MessageSchema.mergeFrom
(io.protostuff.Input input, BitControl.BitControlHandshake message) BitControl.BitControlHandshake.newBuilder
(BitControl.BitControlHandshake prototype) void
SchemaBitControl.BitControlHandshake.MessageSchema.writeTo
(io.protostuff.Output output, BitControl.BitControlHandshake message) -
Uses of BitControl.BitControlHandshake in org.apache.drill.exec.rpc.control
Modifier and TypeMethodDescriptionControlServer.getHandshakeHandler
(ControlConnection connection) protected abstract BasicClient<?,
ControlConnection, BitControl.BitControlHandshake, ?> ControlConnectionManager.getNewClient()
protected BasicClient<?,
ControlConnection, BitControl.BitControlHandshake, ?> LocalControlConnectionManager.getNewClient()
protected BasicClient<?,
ControlConnection, BitControl.BitControlHandshake, ?> RemoteControlConnectionManager.getNewClient()
Modifier and TypeMethodDescriptionprotected void
ControlClient.finalizeConnection
(BitControl.BitControlHandshake handshake, ControlConnection connection) ControlClient.validateHandshake
(BitControl.BitControlHandshake handshake)