HBASE-18884 Coprocessor Design Improvements follow up of HBASE-17732; MINOR AMENDMENT adding README to design-doc dir
This commit is contained in:
parent
a6a303816c
commit
ac933f7af2
|
@ -0,0 +1,10 @@
|
||||||
|
This directory hosts design docs and proposals. Add here final
|
||||||
|
or near-final writeups so they are easy to find and part of
|
||||||
|
the code base.
|
||||||
|
|
||||||
|
Be warned that final delivery may not be a perfect reflection
|
||||||
|
of what is captured at design time; implementation bends as
|
||||||
|
it encounters hurdles not conceptualized at design-time.
|
||||||
|
|
||||||
|
The effort at capturing all design in a single directory ratherthan spread
|
||||||
|
about JIRA as attachments was begun in September of 2017.
|
|
@ -33,7 +33,7 @@ import org.apache.yetus.audience.InterfaceStability;
|
||||||
* the above mentioned 4 coprocessors, it'll fail to be loaded by any coprocessor host.
|
* the above mentioned 4 coprocessors, it'll fail to be loaded by any coprocessor host.
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
* Building a coprocessor to observer Master operations.
|
* Building a coprocessor to observe Master operations.
|
||||||
* <pre>
|
* <pre>
|
||||||
* class MyMasterCoprocessor implements MasterCoprocessor {
|
* class MyMasterCoprocessor implements MasterCoprocessor {
|
||||||
* @Override
|
* @Override
|
||||||
|
|
Loading…
Reference in New Issue