All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dizitart.no2.store.StoreModule Maven / Gradle / Ivy

package org.dizitart.no2.store;

import org.dizitart.no2.common.module.NitriteModule;

/**
 * Represents a nitrite store module to load as a storage engine for the database.
 *
 * @author Anindya Chatterjee
 * @since 4.0
 */
public interface StoreModule extends NitriteModule {
    /**
     * Gets the {@link NitriteStore} instance from this module.
     *
     * @return the store
     */
    NitriteStore getStore();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy