Uses of Interface
alluxio.proxy.s3.S3RestUtils.RestCallable
-
Packages that use S3RestUtils.RestCallable Package Description alluxio.proxy.s3 -
-
Uses of S3RestUtils.RestCallable in alluxio.proxy.s3
Methods in alluxio.proxy.s3 with parameters of type S3RestUtils.RestCallable Modifier and Type Method Description static <T> javax.ws.rs.core.ResponseS3RestUtils. call(java.lang.String resource, S3RestUtils.RestCallable<T> callable)Calls the givenS3RestUtils.RestCallableand handles any exceptions thrown.
-