|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.instance.TerminatedLifecycleService
public final class TerminatedLifecycleService
Constructor Summary | |
---|---|
TerminatedLifecycleService()
|
Method Summary | |
---|---|
String |
addLifecycleListener(LifecycleListener lifecycleListener)
Add a listener object to listen for lifecycle events. |
boolean |
isRunning()
checks whether or not the instance is running |
boolean |
removeLifecycleListener(String registrationId)
Removes a lifecycle listener |
void |
shutdown()
gracefully shutdowns HazelcastInstance. |
void |
terminate()
terminate HazelcastInstance ungracefully. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerminatedLifecycleService()
Method Detail |
---|
public boolean isRunning()
LifecycleService
isRunning
in interface LifecycleService
public void shutdown()
LifecycleService
LifecycleService.terminate()
,
it waits for partition operations to be completed.
shutdown
in interface LifecycleService
public void terminate()
LifecycleService
terminate
in interface LifecycleService
public String addLifecycleListener(LifecycleListener lifecycleListener)
LifecycleService
addLifecycleListener
in interface LifecycleService
lifecycleListener
- the listener object
public boolean removeLifecycleListener(String registrationId)
LifecycleService
removeLifecycleListener
in interface LifecycleService
registrationId
- The listener id returned by LifecycleService.addLifecycleListener(LifecycleListener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |