Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.metastorage.ReadWriteMetastorage
-
Packages that use ReadWriteMetastorage Package Description org.apache.ignite.internal.managers.encryption Encryption manager classes.org.apache.ignite.internal.processors.authentication org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence.metastorage org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.processors.cluster org.apache.ignite.internal.processors.localtask org.apache.ignite.internal.processors.metastorage.persistence org.apache.ignite.internal.processors.query.aware org.apache.ignite.internal.processors.query.stat -
-
Uses of ReadWriteMetastorage in org.apache.ignite.internal.managers.encryption
Methods in org.apache.ignite.internal.managers.encryption with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidGridEncryptionManager. onReadyForReadWrite(ReadWriteMetastorage metaStorage)Fully functional metastore capable of performing reading and writing operations. -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.authentication
Methods in org.apache.ignite.internal.processors.authentication with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidIgniteAuthenticationProcessor. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations. -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidWalStateManager.WALDisableContext. onReadyForReadWrite(ReadWriteMetastorage ms)Fully functional metastore capable of performing reading and writing operations. -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.cache.persistence.metastorage
Classes in org.apache.ignite.internal.processors.cache.persistence.metastorage that implement ReadWriteMetastorage Modifier and Type Class Description classMetaStorageGeneral purpose key-value local-only storage.Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage with parameters of type ReadWriteMetastorage Modifier and Type Method Description default voidMetastorageLifecycleListener. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations. -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidIgniteSnapshotManager. onReadyForReadWrite(ReadWriteMetastorage metaStorage)Fully functional metastore capable of performing reading and writing operations. -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidGridClusterStateProcessor. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations. -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.localtask
Methods in org.apache.ignite.internal.processors.localtask with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidDurableBackgroundTasksProcessor. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations. -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.metastorage.persistence
Methods in org.apache.ignite.internal.processors.metastorage.persistence with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidDmsDataWriterWorker. setMetaStorage(ReadWriteMetastorage metastorage) -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.query.aware
Methods in org.apache.ignite.internal.processors.query.aware with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidIndexBuildStatusStorage. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations. -
Uses of ReadWriteMetastorage in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat with parameters of type ReadWriteMetastorage Modifier and Type Method Description voidIgniteStatisticsPersistenceStoreImpl. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations.
-