JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.trino.server.remotetask
Interface SimpleHttpResponseCallback<T>
public interface
SimpleHttpResponseCallback<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
failed
(
Throwable
cause)
void
fatal
(
Throwable
cause)
void
success
(
T
value)
Method Details
success
void
success
(
T
value)
failed
void
failed
(
Throwable
cause)
fatal
void
fatal
(
Throwable
cause)