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
SEARCH:
Package
io.trino.plugin.hive.aws
Interface AwsApiCallStats.ThrowingCallable<V,
E extends
Exception
>
All Superinterfaces:
Callable
<V>
Enclosing class:
AwsApiCallStats
public static interface
AwsApiCallStats.ThrowingCallable<V,
E extends
Exception
>
extends
Callable
<V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
call
()
Method Details
call
V
call
() throws
E
Specified by:
call
in interface
Callable
<
V
>
Throws:
E
extends
Exception