Interface | Description |
---|---|
Controller |
Service that allows one Drillbit to communicate with another.
|
Controller.CustomMessageHandler<REQUEST,RESPONSE> |
Defines how the Controller should handle custom messages.
|
Controller.CustomResponse<RESPONSE> |
A simple interface that describes the nature of the response to the custom incoming message.
|
Controller.CustomSerDe<MSG> |
Interface for defining how to serialize and deserialize custom message for consumer who want to use something other
than Protobuf messages.
|
Class | Description |
---|---|
ConnectionManagerRegistry | |
ControlClient | |
ControlConnection | |
ControlConnectionConfig | |
ControlConnectionManager |
Maintains connection between two particular bits.
|
ControllerImpl |
Manages communication tunnels between nodes.
|
ControlProtobufLengthDecoder |
Purely to simplify memory debugging.
|
ControlRpcConfig | |
ControlRpcMetrics |
Holds metrics related to bit control rpc layer
|
ControlServer | |
ControlTunnel | |
ControlTunnel.CancelQuery | |
ControlTunnel.CustomMessageSender | |
ControlTunnel.JacksonSerDe<MSG> | |
ControlTunnel.ProtoSerDe<MSG extends com.google.protobuf.MessageLite> | |
ControlTunnel.ReceiverFinished | |
ControlTunnel.RequestProfile | |
ControlTunnel.SendFragment | |
ControlTunnel.SendFragmentStatus | |
ControlTunnel.SignalFragment | |
ControlTunnel.SyncCustomMessageSender | |
CustomHandlerRegistry | |
DefaultInstanceHandler | |
LocalControlConnectionManager | |
RemoteControlConnectionManager | |
WorkEventBus |
Copyright © 1970 The Apache Software Foundation. All rights reserved.