HBASE-13324 o.a.h.h.Coprocessor should be LimitedPrivate("Coprocessor")
This commit is contained in:
parent
5b7894f92b
commit
2239d55871
|
@ -22,11 +22,13 @@ package org.apache.hadoop.hbase;
|
|||
import java.io.IOException;
|
||||
|
||||
import org.apache.hadoop.hbase.classification.InterfaceAudience;
|
||||
import org.apache.hadoop.hbase.classification.InterfaceStability;
|
||||
|
||||
/**
|
||||
* Coprocessor interface.
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
@InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.COPROC)
|
||||
@InterfaceStability.Evolving
|
||||
public interface Coprocessor {
|
||||
int VERSION = 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue