Home
last modified time | relevance | path

Searched refs:getServiceState (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/
H A DServiceOperations.java65 Service.STATE state = service.getServiceState(); in init()
82 Service.STATE state = service.getServiceState(); in start()
114 Service.STATE state = service.getServiceState(); in stop()
H A DFilterService.java74 public STATE getServiceState() { in getServiceState() method in FilterService
75 return service.getServiceState(); in getServiceState()
H A DService.java112 STATE getServiceState(); in getServiceState() method
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/
H A DTestGetGroups.java59 while (resourceManager.getServiceState() == STATE.INITED in setUpResourceManager()
64 if (resourceManager.getServiceState() != STATE.STARTED) { in setUpResourceManager()
67 + resourceManager.getServiceState()); in setUpResourceManager()
H A DTestResourceManagerAdministrationProtocolPBClientImpl.java86 while (resourceManager.getServiceState() == STATE.INITED in setUpResourceManager()
91 if (resourceManager.getServiceState() != STATE.STARTED) { in setUpResourceManager()
93 + resourceManager.getServiceState()); in setUpResourceManager()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/
H A DTestApplicationHistoryServer.java75 assertEquals(STATE.INITED, historyServer.getServiceState()); in testStartStopServer()
80 assertEquals(STATE.INITED, historyService.getServiceState()); in testStartStopServer()
83 assertEquals(STATE.STARTED, historyServer.getServiceState()); in testStartStopServer()
84 assertEquals(STATE.STARTED, historyService.getServiceState()); in testStartStopServer()
86 assertEquals(STATE.STOPPED, historyServer.getServiceState()); in testStartStopServer()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/
H A DTestJobHistoryServer.java79 assertEquals(STATE.INITED, historyServer.getServiceState()); in testStartStopServer()
83 assertEquals(STATE.INITED, historyService.getServiceState()); in testStartStopServer()
86 assertEquals(STATE.STARTED, historyServer.getServiceState()); in testStartStopServer()
87 assertEquals(STATE.STARTED, historyService.getServiceState()); in testStartStopServer()
89 assertEquals(STATE.STOPPED, historyServer.getServiceState()); in testStartStopServer()
H A DTestJobHistoryEvents.java72 Assert.assertEquals(((JobHistory)context).getServiceState(),Service.STATE.STARTED); in testHistoryEvents()
79 Assert.assertEquals(((JobHistory)context).getServiceState(),Service.STATE.STOPPED); in testHistoryEvents()
181 Assert.assertEquals(((JobHistory)context).getServiceState(),Service.STATE.STARTED); in testAssignedQueue()
188 Assert.assertEquals(((JobHistory)context).getServiceState(),Service.STATE.STOPPED); in testAssignedQueue()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/
H A DAbstractService.java117 public final STATE getServiceState() { in getServiceState() method in AbstractService
271 failureState = getServiceState(); in noteFailure()
431 event.state = getServiceState(); in recordLifecycleEvent()
453 "Service: " + getName() + " entered state " + getServiceState()); in enterState()
H A DLoggingStateChangeListener.java60 log.info("Entry to state " + service.getServiceState() in stateChanged()
H A DService.java169 STATE getServiceState(); in getServiceState() method
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/java/org/tanukisoftware/wrapper/
H A DWrapperWin32Service.java85 int serviceState = getServiceState(); in getServiceStateName()
119 public int getServiceState() in getServiceState() method in WrapperWin32Service
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/
H A DTestAuxServices.java228 assertEquals(INITED, s.getServiceState()); in testAuxServices()
236 assertEquals(STARTED, s.getServiceState()); in testAuxServices()
241 assertEquals(STOPPED, s.getServiceState()); in testAuxServices()
259 assertEquals(INITED, s.getServiceState()); in testAuxServicesMeta()
267 assertEquals(STARTED, s.getServiceState()); in testAuxServicesMeta()
277 assertEquals(STOPPED, s.getServiceState()); in testAuxServicesMeta()
298 STOPPED, aux.getServiceState()); in testAuxUnexpectedStop()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/service/
H A DBreakableService.java118 + service.getServiceState()); in BrokenLifecycleEvent()
119 state = service.getServiceState(); in BrokenLifecycleEvent()
H A DTestCompositeService.java158 services[NUM_OF_SERVICES - 1].getServiceState()); in testServiceStartup()
161 services[i].getServiceState()); in testServiceStartup()
228 service.getServiceState()); in assertInState()
631 if (getServiceState() == triggerState) { in maybeAddSibling()
H A DServiceAssert.java48 service.getServiceState()); in assertServiceInState()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/test/java/org/apache/hadoop/yarn/server/webproxy/
H A DTestWebAppProxyServer.java53 assertEquals(STATE.INITED, webAppProxy.getServiceState()); in testStart()
60 assertEquals(STATE.STARTED, webAppProxy.getServiceState()); in testStart()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/
H A DMiniYARNCluster.java318 while (resourceManagers[index].getServiceState() == STATE.INITED in startResourceManager()
323 if (resourceManagers[index].getServiceState() != STATE.STARTED) { in startResourceManager()
327 + resourceManagers[index].getServiceState()); in startResourceManager()
565 while (nodeManagers[index].getServiceState() == STATE.INITED in serviceStart()
570 if (nodeManagers[index].getServiceState() != STATE.STARTED) { in serviceStart()
710 while (appHistoryServer.getServiceState() == STATE.INITED
715 if (appHistoryServer.getServiceState() != STATE.STARTED) {
719 + appHistoryServer.getServiceState());
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/
H A DCoreBackendMgmt.php216 …$aServices = $this->getBackend($backendId)->getServiceState(Array($OBJ->getName() => Array($OBJ)),…
284 $aServices = $this->getBackend($backendId)->getServiceState(
387 …$aServices = $this->getBackend($backendId)->getServiceState(Array($OBJ->getName() => Array($OBJ)),…
474 … $aResult = $this->getBackend($backendId)->getServiceState($aObjs, $options, $filters);
528 …$aMembers = $this->getBackend($backendId)->getServiceState($aObjs, $options, $filters, MEMBER_QUER…
H A DGlobalBackendInterface.php54 public function getServiceState($objects, $options, $filters); function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/api/impl/
H A DTestNMClient.java93 assertEquals(STATE.STARTED, yarnCluster.getServiceState()); in setup()
100 assertEquals(STATE.STARTED, yarnClient.getServiceState()); in setup()
173 assertEquals(STATE.STARTED, rmClient.getServiceState()); in setup()
183 assertEquals(STATE.STARTED, nmClient.getServiceState()); in setup()
H A DTestAMRMClient.java218 if (yarnClient != null && yarnClient.getServiceState() == STATE.STARTED) { in tearDown()
221 if (yarnCluster != null && yarnCluster.getServiceState() == STATE.STARTED) { in tearDown()
327 if (amClient != null && amClient.getServiceState() == STATE.STARTED) { in testAMRMClientMatchingFit()
379 if (amClient != null && amClient.getServiceState() == STATE.STARTED) { in testAMRMClientMatchingFitInferredRack()
502 if (amClient != null && amClient.getServiceState() == STATE.STARTED) { in testAMRMClientMatchStorage()
567 if (amClient != null && amClient.getServiceState() == STATE.STARTED) { in testAllocationWithBlacklist()
619 if (amClient != null && amClient.getServiceState() == STATE.STARTED) { in testAMRMClientWithBlacklist()
670 if (amClient != null && amClient.getServiceState() == STATE.STARTED) { in testAMRMClient()
1055 if (amClient != null && amClient.getServiceState() == STATE.STARTED) { in testAMRMClientOnAMRMTokenRollOver()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/
H A DQueueACLsTestBase.java102 while (resourceManager.getServiceState() == STATE.INITED in setup()
107 if (resourceManager.getServiceState() != STATE.STARTED) { in setup()
110 + resourceManager.getServiceState()); in setup()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/
H A DTestNodeStatusUpdater.java1070 + nm.getServiceState()); in testNMRegistration()
1073 while (nm.getServiceState() == STATE.INITED && waitCount++ != 50) { in testNMRegistration()
1081 if (nm.getServiceState() != STATE.STARTED) { in testNMRegistration()
1145 while (nm.getServiceState() != STATE.STOPPED && waitCount++ != 20) { in testStopReentrant()
1150 Assert.assertEquals(STATE.STOPPED, nm.getServiceState()); in testStopReentrant()
1159 Assert.assertEquals(STATE.INITED, nm.getServiceState());
1171 while (nm.getServiceState() != STATE.STOPPED && waitCount++ != 20) {
1176 Assert.assertEquals(STATE.STOPPED, nm.getServiceState());
1372 if (nm.getServiceState() == STATE.STARTED)
1502 Assert.assertTrue(nm.getServiceState() == STATE.STARTED);
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/win/rfb_win32/
H A DService.h110 DWORD getServiceState(const TCHAR* name);

123