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, shouldBypass
public 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
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.