Uses of Interface
org.apache.ignite.internal.processors.metastorage.ReadableDistributedMetaStorage
-
-
Uses of ReadableDistributedMetaStorage in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster with parameters of type ReadableDistributedMetaStorage Modifier and Type Method Description voidClusterProcessor. onReadyForRead(ReadableDistributedMetaStorage metastorage)Called when global metastorage is ready for reading. -
Uses of ReadableDistributedMetaStorage in org.apache.ignite.internal.processors.metastorage
Subinterfaces of ReadableDistributedMetaStorage in org.apache.ignite.internal.processors.metastorage Modifier and Type Interface Description interfaceDistributedMetaStorageAPI for distributed data storage with the ability to write into it.Methods in org.apache.ignite.internal.processors.metastorage with parameters of type ReadableDistributedMetaStorage Modifier and Type Method Description default voidDistributedMetastorageLifecycleListener. onReadyForRead(ReadableDistributedMetaStorage metastorage)Called when global metastorage is ready for reading. -
Uses of ReadableDistributedMetaStorage in org.apache.ignite.internal.processors.metastorage.persistence
Classes in org.apache.ignite.internal.processors.metastorage.persistence that implement ReadableDistributedMetaStorage Modifier and Type Class Description classDistributedMetaStorageImplImplementation ofDistributedMetaStoragebased onMetaStoragefor persistence and discovery SPI for communication.
-