Home
last modified time | relevance | path

Searched refs:MasterService (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/py-RPyC/rpyc-5.0.1/rpyc/core/
H A Dservice.py204 class MasterService(Service): class
212 super(MasterService, self).on_connect(conn)
228 class ClassicService(MasterService, SlaveService):
234 class ClassicClient(MasterService, FakeSlaveService):
H A D__init__.py7 from rpyc.core.service import Service, VoidService, SlaveService, MasterService, ClassicService
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/
H A DHBasePolicyProvider.java24 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
40 new Service("security.admin.protocol.acl", MasterService.BlockingInterface.class),
/dports/devel/py-RPyC/rpyc-5.0.1/tests/
H A Dtest_ssh.py6 from rpyc import SlaveService, MasterService
36 cls.conn2 = rpyc.ssh_connect(cls.remote_machine, 18888, service=MasterService)
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/security/
H A DSecurityInfo.java27 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
43 infos.put(MasterService.getDescriptor().getName(),
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/
H A DClusterConnection.java36 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
205 MasterService.BlockingInterface getMaster() throws IOException; in getMaster()
H A DMasterKeepAliveConnection.java37 extends MasterProtos.MasterService.BlockingInterface {
H A DHConnection.java37 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
413 MasterService.BlockingInterface getMaster() throws IOException; in getMaster()
H A DConnectionAdapter.java37 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
324 public MasterService.BlockingInterface getMaster() throws IOException { in getMaster()
H A DConnectionManager.java149 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
1441 MasterService.BlockingInterface stub;
1572 private MasterService.BlockingInterface stub;
1575 return MasterService.getDescriptor().getName(); in getServiceName()
1579 MasterService.BlockingInterface makeStub() throws IOException { in makeStub()
1580 return (MasterService.BlockingInterface)super.makeStub(); in makeStub()
1585 this.stub = MasterService.newBlockingStub(channel); in makeStub()
1722 public MasterService.BlockingInterface getMaster() throws MasterNotRunningException { in getMaster()
1748 final MasterService.BlockingInterface stub = this.masterServiceState.stub; in getKeepAliveMasterService()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/master/
H A DTestHMasterRPCException.java96 MasterProtos.MasterService.BlockingInterface stub = in testRPCException()
97 MasterProtos.MasterService.newBlockingStub(channel); in testRPCException()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DHBaseCluster.java30 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
101 public abstract MasterService.BlockingInterface getMasterAdminService() in getMasterAdminService()
H A DMiniHBaseCluster.java35 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
433 public MasterService.BlockingInterface getMasterAdminService() { in getMasterAdminService()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/wamp/
H A Dconnector.py29 class MasterService(ApplicationSession, service.AsyncMultiService): class
77 return MasterService(config)
/dports/devel/py-RPyC/rpyc-5.0.1/rpyc/
H A D__init__.py47 AsyncResultTimeout, VoidService, SlaveService, MasterService, ClassicService)
/dports/devel/py-RPyC/rpyc-5.0.1/rpyc/utils/
H A Dfactory.py22 from rpyc.core.service import VoidService, MasterService, SlaveService
273 _oldstyle = (MasterService, SlaveService)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/unit/
H A Dtest_fake_httpclientservice.py47 self.parent = service.MasterService()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fake/
H A Dfakemaster.py80 class FakeMaster(service.MasterService):
/dports/databases/hbase/hbase-1.2.1/hbase-it/src/test/java/org/apache/hadoop/hbase/
H A DDistributedHBaseCluster.java39 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
223 public MasterService.BlockingInterface getMasterAdminService() in getMasterAdminService()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/
H A DMasterRpcServices.java131 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
204 implements MasterService.BlockingInterface, RegionServerStatusService.BlockingInterface {
307 MasterService.newReflectiveBlockingService(this), in getServices()
308 MasterService.BlockingInterface.class)); in getServices()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dservice.py130 class MasterService(AsyncMultiService): class
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/
H A Dmaster.py62 class BuildMaster(service.ReconfigurableServiceMixin, service.MasterService):
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/protobuf/
H A DMaster.proto496 service MasterService { service
/dports/devel/py-RPyC/rpyc-5.0.1/
H A DCHANGELOG.rst151 and ``MasterService``. The slave exposes functionality to the master but can
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/
H A DProtobufUtil.java123 import org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService;
1632 final MasterService.BlockingInterface client, final CoprocessorServiceCall call) in execService()

12