public static class CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService extends Object implements RegionServerCoprocessor
Coprocessor.State
Modifier and Type | Field and Description |
---|---|
(package private) SingletonCoprocessorService |
service |
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION
Constructor and Description |
---|
RegionServerCoprocessorService(SingletonCoprocessorService service) |
Modifier and Type | Method and Description |
---|---|
Iterable<com.google.protobuf.Service> |
getServices()
Coprocessor endpoints providing protobuf services should override this method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRegionServerObserver
start, stop
SingletonCoprocessorService service
public RegionServerCoprocessorService(SingletonCoprocessorService service)
public Iterable<com.google.protobuf.Service> getServices()
Coprocessor
getServices
in interface Coprocessor
Service
s or empty collection. Implementations should never return
null.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.