| Package | Description | 
|---|---|
| com.hazelcast.client.impl.clientside | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.util | This package contains some utility classes and the base implementations of the
 loadbalancer implementations | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LifecycleServiceImpl. fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState) | 
| Modifier and Type | Method and Description | 
|---|---|
| LifecycleEvent.LifecycleState | ClientStateListener. getCurrentState() | 
| Modifier and Type | Method and Description | 
|---|---|
| LifecycleEvent.LifecycleState | LifecycleEvent. getState() | 
| static LifecycleEvent.LifecycleState | LifecycleEvent.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LifecycleEvent.LifecycleState[] | LifecycleEvent.LifecycleState. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| LifecycleEvent(LifecycleEvent.LifecycleState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LifecycleServiceImpl. fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState) | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.