Package alluxio.proxy.s3
Interface S3RestUtils.RestCallable<T>
-
- Type Parameters:
T- the return type of the callable
- Enclosing class:
- S3RestUtils
public static interface S3RestUtils.RestCallable<T>An interface representing a callable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall()The REST endpoint implementation.
-
-
-
Method Detail
-
call
T call() throws S3Exception
The REST endpoint implementation.- Returns:
- the return value from the callable
- Throws:
S3Exception
-
-