public abstract class CallableEvent extends TezAbstractEvent<CallableEventType> implements Callable<Void>
| Constructor and Description |
|---|
CallableEvent(com.google.common.util.concurrent.FutureCallback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
abstract Void |
call() |
com.google.common.util.concurrent.FutureCallback<Void> |
getCallback() |
getSerializingHashpublic CallableEvent(com.google.common.util.concurrent.FutureCallback<Void> callback)
Copyright © 2022 Apache Software Foundation. All rights reserved.