public static class TestMasterReplication.CoprocessorCounter
extends BaseRegionObserver
| Constructor and Description |
|---|
CoprocessorCounter() |
| Modifier and Type | Method and Description |
|---|---|
void |
postDelete(<any> c,
Delete delete,
WALEdit edit,
Durability durability) |
void |
preGetOp(<any> c,
Get get,
java.util.List<Cell> result) |
void |
prePut(<any> e,
Put put,
WALEdit edit,
Durability durability) |
public void prePut(<any> e,
Put put,
WALEdit edit,
Durability durability)
throws java.io.IOException
java.io.IOExceptionpublic void postDelete(<any> c,
Delete delete,
WALEdit edit,
Durability durability)
throws java.io.IOException
java.io.IOExceptionpublic void preGetOp(<any> c,
Get get,
java.util.List<Cell> result)
throws java.io.IOException
java.io.IOException