Uses of Enum
org.apache.drill.exec.rpc.RpcConnectionHandler.FailureType
Packages that use RpcConnectionHandler.FailureType
-
Uses of RpcConnectionHandler.FailureType in org.apache.drill.exec.rpc
Methods in org.apache.drill.exec.rpc that return RpcConnectionHandler.FailureTypeModifier and TypeMethodDescriptionReturns 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.Methods in org.apache.drill.exec.rpc with parameters of type RpcConnectionHandler.FailureTypeModifier and TypeMethodDescriptionvoidFutureBitCommand.connectionFailed(RpcConnectionHandler.FailureType type, Throwable t) voidListeningCommand.connectionFailed(RpcConnectionHandler.FailureType type, Throwable t) voidReconnectingConnection.ConnectionListeningFuture.connectionFailed(RpcConnectionHandler.FailureType type, Throwable t) voidRpcConnectionHandler.connectionFailed(RpcConnectionHandler.FailureType type, Throwable t)