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