| Package | Description |
|---|---|
| org.apache.drill.exec.rpc |
| Modifier and Type | Method and Description |
|---|---|
static RpcConnectionHandler.FailureType |
RpcConnectionHandler.FailureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcConnectionHandler.FailureType[] |
RpcConnectionHandler.FailureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FutureBitCommand.connectionFailed(RpcConnectionHandler.FailureType type,
Throwable t) |
void |
ListeningCommand.connectionFailed(RpcConnectionHandler.FailureType type,
Throwable t) |
void |
ReconnectingConnection.ConnectionListeningFuture.connectionFailed(RpcConnectionHandler.FailureType type,
Throwable t) |
void |
RpcConnectionHandler.connectionFailed(RpcConnectionHandler.FailureType type,
Throwable t) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.