public abstract class CoprocessorHost.ObserverOperationWithResult<O,R> extends ObserverContextImpl<E>
| 构造器和说明 |
|---|
ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C,O> observerGetter,
R result) |
ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C,O> observerGetter,
R result,
boolean bypassable) |
ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C,O> observerGetter,
R result,
User user) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract R |
call(O observer) |
protected R |
getResult() |
bypass, createAndPrepare, getCaller, getEnvironment, isBypassable, prepare, shouldBypasspublic ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C,O> observerGetter, R result)
public ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C,O> observerGetter, R result, boolean bypassable)
public ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C,O> observerGetter, R result, User user)
protected abstract R call(O observer) throws IOException
IOExceptionprotected R getResult()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.