public static class CoprocessorServiceBackwardCompatiblity.MasterCoprocessorService extends Object implements MasterCoprocessor
Coprocessor.State
Modifier and Type | Field and Description |
---|---|
(package private) CoprocessorService |
service |
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION
Constructor and Description |
---|
MasterCoprocessorService(CoprocessorService 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
getMasterObserver
start, stop
CoprocessorService service
public MasterCoprocessorService(CoprocessorService 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.