Uses of Class
org.apache.drill.exec.proto.BitControl.BitControlHandshake
Packages that use BitControl.BitControlHandshake
-
Uses of BitControl.BitControlHandshake in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type BitControl.BitControlHandshakeModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<BitControl.BitControlHandshake>
BitControl.BitControlHandshake.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return BitControl.BitControlHandshakeModifier 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) Methods in org.apache.drill.exec.proto that return types with arguments of type BitControl.BitControlHandshakeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BitControl.BitControlHandshake>
BitControl.BitControlHandshake.getParserForType()
static com.google.protobuf.Parser<BitControl.BitControlHandshake>
BitControl.BitControlHandshake.parser()
SchemaBitControl.BitControlHandshake.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type BitControl.BitControlHandshakeModifier 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
Methods in org.apache.drill.exec.rpc.control that return types with arguments of type BitControl.BitControlHandshakeModifier 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()
Methods in org.apache.drill.exec.rpc.control with parameters of type BitControl.BitControlHandshakeModifier and TypeMethodDescriptionprotected void
ControlClient.finalizeConnection
(BitControl.BitControlHandshake handshake, ControlConnection connection) ControlClient.validateHandshake
(BitControl.BitControlHandshake handshake)