Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.metastorage.ReadOnlyMetastorage
-
Packages that use ReadOnlyMetastorage 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.query.aware org.apache.ignite.internal.processors.query.stat -
-
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.managers.encryption
Methods in org.apache.ignite.internal.managers.encryption with parameters of type ReadOnlyMetastorage Modifier and Type Method Description voidGridEncryptionManager. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase. -
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.processors.authentication
Methods in org.apache.ignite.internal.processors.authentication with parameters of type ReadOnlyMetastorage Modifier and Type Method Description voidIgniteAuthenticationProcessor. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase. -
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type ReadOnlyMetastorage Modifier and Type Method Description voidWalStateManager.WALDisableContext. onReadyForRead(ReadOnlyMetastorage ms)Is called when metastorage is made ready for read-only operations very early on node startup phase. -
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.processors.cache.persistence.metastorage
Subinterfaces of ReadOnlyMetastorage in org.apache.ignite.internal.processors.cache.persistence.metastorage Modifier and Type Interface Description interfaceReadWriteMetastorageClasses in org.apache.ignite.internal.processors.cache.persistence.metastorage that implement ReadOnlyMetastorage 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 ReadOnlyMetastorage Modifier and Type Method Description default voidMetastorageLifecycleListener. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase. -
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type ReadOnlyMetastorage Modifier and Type Method Description voidIgniteSnapshotManager. onReadyForRead(ReadOnlyMetastorage metaStorage)Is called when metastorage is made ready for read-only operations very early on node startup phase. -
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster with parameters of type ReadOnlyMetastorage Modifier and Type Method Description voidGridClusterStateProcessor. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase. -
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.processors.localtask
Methods in org.apache.ignite.internal.processors.localtask with parameters of type ReadOnlyMetastorage Modifier and Type Method Description voidDurableBackgroundTasksProcessor. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase. -
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.processors.query.aware
Methods in org.apache.ignite.internal.processors.query.aware with parameters of type ReadOnlyMetastorage Modifier and Type Method Description voidIndexBuildStatusStorage. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase. -
Uses of ReadOnlyMetastorage in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat with parameters of type ReadOnlyMetastorage Modifier and Type Method Description voidIgniteStatisticsPersistenceStoreImpl. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase.
-