Class CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService
java.lang.Object
org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService
- All Implemented Interfaces:
Coprocessor
,RegionServerCoprocessor
- Enclosing class:
- CoprocessorServiceBackwardCompatiblity
public static class CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService
extends Object
implements RegionServerCoprocessor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Coprocessor
Coprocessor.State
-
Field Summary
Fields inherited from interface org.apache.hadoop.hbase.Coprocessor
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionIterable<com.google.protobuf.Service>
Coprocessor endpoints providing protobuf services should override this method.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.Coprocessor
start, stop
Methods inherited from interface org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessor
getRegionServerObserver
-
Field Details
-
service
-
-
Constructor Details
-
RegionServerCoprocessorService
-
-
Method Details
-
getServices
Description copied from interface:Coprocessor
Coprocessor endpoints providing protobuf services should override this method.- Specified by:
getServices
in interfaceCoprocessor
- Returns:
- Iterable of
Service
s or empty collection. Implementations should never return null.
-