public abstract class CoprocessorHost.ObserverOperationWithoutResult<O> extends ObserverContextImpl<E>
| Constructor and Description |
|---|
ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C,O> observerGetter) |
ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C,O> observerGetter,
User user) |
ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C,O> observerGetter,
User user,
boolean bypassable) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
call(O observer) |
bypass, createAndPrepare, getCaller, getEnvironment, isBypassable, prepare, shouldBypasspublic ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C,O> observerGetter)
public ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C,O> observerGetter, User user)
public ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C,O> observerGetter, User user, boolean bypassable)
protected abstract void call(O observer) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.