Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
titleDeploy registered watches and create IgniteImpl
// Deploy all resisted watches cause all components are ready and have registered their listeners.
metaStorageMgr.deployWatches();

return new IgniteImpl(configurationMgr, distributedTblMgr);

asdasd

Component flow

In general from some point of view node is a collaboration of components mentioned above. In order to satisfy needs of:

...