Package | Description |
---|---|
alluxio |
Modifier and Type | Method and Description |
---|---|
static <T> T |
RpcUtils.call(org.slf4j.Logger logger,
RpcUtils.RpcCallable<T> callable,
String methodName,
boolean failureOk,
String description,
Object... args)
Calls the given
RpcUtils.RpcCallable and handles any exceptions thrown. |
static <T> T |
RpcUtils.call(org.slf4j.Logger logger,
RpcUtils.RpcCallable<T> callable,
String methodName,
String description,
Object... args)
Calls the given
RpcUtils.RpcCallable and handles any exceptions thrown. |
static <T> T |
RpcUtils.call(RpcUtils.RpcCallable<T> callable)
Calls the given
RpcUtils.RpcCallable and handles any exceptions thrown. |
Copyright © 2023. All Rights Reserved.