205920602061206220632064206520662067206820692070207120722073
{ rpcService.executeCommandOnAllNodes(suspend, true); } catch (SecurityException e) { throw new SuspendException(e); } catch (RPCException e) { throw new SuspendException(e); } } else { suspendLocally();
203820392040204120422043204420452046204720482049205020512052
207020712072207320742075207620772078207920802081208220832084
120812091210121112121213121412151216121712181219122012211222
15371538153915401541154215431544154515461547
protected void suspendLocally() throws SuspendException { if (!handler.isOnline()) { throw new SuspendException("Can't suspend index, while reindexing in progeress."); } if (!isSuspended) { if (handler instanceof Suspendable)
196919701971197219731974197519761977197819791980198119821983
205520562057205820592060206120622063206420652066206720682069
116711681169117011711172117311741175117611771178117911801181
15101511151215131514151515161517151815191520
protected void suspendLocally() throws SuspendException { if (!handler.isOnline()) { throw new SuspendException("Can't suspend index, while reindexing in progeress."); } if (!isSuspended.get()) { if (handler instanceof Suspendable)