public interface MetastorageLifecycleListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onReadyForRead(ReadOnlyMetastorage metastorage)
Is called when metastorage is made ready for read-only operations very early on node startup phase.
|
default void |
onReadyForReadWrite(ReadWriteMetastorage metastorage)
Fully functional metastore capable of performing reading and writing operations.
|
default void onReadyForRead(ReadOnlyMetastorage metastorage) throws IgniteCheckedException
metastorage - Read-only meta storage.IgniteCheckedExceptiondefault void onReadyForReadWrite(ReadWriteMetastorage metastorage) throws IgniteCheckedException
metastorage - Fully functional meta storage.IgniteCheckedException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020