public class PlatformLifecycleBean extends Object implements LifecycleBean
| Modifier and Type | Field and Description |
|---|---|
PlatformCallbackGateway |
gate
Native gateway.
|
long |
ptr
Holder pointer.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PlatformLifecycleBean()
Constructor.
|
|
PlatformLifecycleBean(PlatformCallbackGateway gate,
long ptr)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(PlatformCallbackGateway gate,
long ptr)
Set pointers.
|
void |
onLifecycleEvent(LifecycleEventType evt)
This method is called when lifecycle event occurs.
|
public PlatformCallbackGateway gate
public long ptr
protected PlatformLifecycleBean()
public PlatformLifecycleBean(PlatformCallbackGateway gate, long ptr)
gate - Native gateway.ptr - Holder pointer.public void onLifecycleEvent(LifecycleEventType evt)
onLifecycleEvent in interface LifecycleBeanevt - Lifecycle event.public void initialize(PlatformCallbackGateway gate, long ptr)
gate - Native gateway.ptr - Target pointer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021