Uses of Class
org.dizitart.no2.NitriteConfig
-
-
Uses of NitriteConfig in org.dizitart.no2
Methods in org.dizitart.no2 that return NitriteConfig Modifier and Type Method Description NitriteConfigNitriteConfig. addMigration(Migration migration)Adds a migration step to the configuration.NitriteConfigNitriteConfig. currentSchemaVersion(Integer version)Sets the current schema version of the Nitrite database.NitriteConfigNitrite. getConfig()Gets theNitriteConfiginstance to configure the database.NitriteConfigNitriteBuilder. getNitriteConfig()The Nitrite configuration object.NitriteConfigNitriteConfig. loadModule(NitriteModule module)LoadsNitritePlugininstances defined in theNitriteModuleinto the configuration. -
Uses of NitriteConfig in org.dizitart.no2.common.mapper
Methods in org.dizitart.no2.common.mapper with parameters of type NitriteConfig Modifier and Type Method Description default voidEntityConverter. initialize(NitriteConfig nitriteConfig)voidSimpleNitriteMapper. initialize(NitriteConfig nitriteConfig) -
Uses of NitriteConfig in org.dizitart.no2.common.module
Methods in org.dizitart.no2.common.module with parameters of type NitriteConfig Modifier and Type Method Description voidNitritePlugin. initialize(NitriteConfig nitriteConfig)Initializes the plugin instance. -
Uses of NitriteConfig in org.dizitart.no2.filters
Methods in org.dizitart.no2.filters that return NitriteConfig Modifier and Type Method Description NitriteConfigNitriteFilter. getNitriteConfig()Methods in org.dizitart.no2.filters with parameters of type NitriteConfig Modifier and Type Method Description voidNitriteFilter. setNitriteConfig(NitriteConfig nitriteConfig) -
Uses of NitriteConfig in org.dizitart.no2.index
Methods in org.dizitart.no2.index with parameters of type NitriteConfig Modifier and Type Method Description voidNitriteIndexer. dropIndex(IndexDescriptor indexDescriptor, NitriteConfig nitriteConfig)Drops the index from the collection.LinkedHashSet<NitriteId>NitriteIndexer. findByFilter(FindPlan findPlan, NitriteConfig nitriteConfig)Finds the NitriteIds of the documents that match the given filter in the specified collection.voidNitriteIndexer. removeIndexEntry(FieldValues fieldValues, IndexDescriptor indexDescriptor, NitriteConfig nitriteConfig)Removes an index entry for the given field values and index descriptor from the Nitrite database.voidNitriteIndexer. writeIndexEntry(FieldValues fieldValues, IndexDescriptor indexDescriptor, NitriteConfig nitriteConfig)Writes an index entry for the given field values and index descriptor. -
Uses of NitriteConfig in org.dizitart.no2.store
Methods in org.dizitart.no2.store that return NitriteConfig Modifier and Type Method Description NitriteConfigAbstractNitriteStore. getNitriteConfig()The NitriteConfig object that holds the configuration for the Nitrite database.Methods in org.dizitart.no2.store with parameters of type NitriteConfig Modifier and Type Method Description voidAbstractNitriteStore. initialize(NitriteConfig nitriteConfig) -
Uses of NitriteConfig in org.dizitart.no2.store.events
Methods in org.dizitart.no2.store.events that return NitriteConfig Modifier and Type Method Description NitriteConfigEventInfo. getNitriteConfig()Methods in org.dizitart.no2.store.events with parameters of type NitriteConfig Modifier and Type Method Description voidEventInfo. setNitriteConfig(NitriteConfig nitriteConfig)Constructors in org.dizitart.no2.store.events with parameters of type NitriteConfig Constructor Description EventInfo(StoreEvents event, NitriteConfig nitriteConfig)
-