private abstract static class RegionCoprocessorHost.EndpointOperation extends RegionCoprocessorHost.CoprocessorOperation
Modifier | Constructor and Description |
---|---|
private |
RegionCoprocessorHost.EndpointOperation() |
Modifier and Type | Method and Description |
---|---|
void |
call(Coprocessor observer,
ObserverContext<RegionCoprocessorEnvironment> ctx) |
abstract void |
call(EndpointObserver observer,
ObserverContext<RegionCoprocessorEnvironment> ctx) |
boolean |
hasCall(Coprocessor observer) |
postEnvCall
bypass, complete, createAndPrepare, getEnvironment, prepare, shouldBypass, shouldComplete
private RegionCoprocessorHost.EndpointOperation()
public abstract void call(EndpointObserver observer, ObserverContext<RegionCoprocessorEnvironment> ctx) throws IOException
IOException
public boolean hasCall(Coprocessor observer)
hasCall
in class RegionCoprocessorHost.CoprocessorOperation
public void call(Coprocessor observer, ObserverContext<RegionCoprocessorEnvironment> ctx) throws IOException
call
in class RegionCoprocessorHost.CoprocessorOperation
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.