Class AbstractNitriteStore<Config extends StoreConfig>

  • Type Parameters:
    Config - the type of the store configuration object
    All Implemented Interfaces:
    AutoCloseable, NitritePlugin, NitriteStore<Config>

    public abstract class AbstractNitriteStore<Config extends StoreConfig>
    extends Object
    implements NitriteStore<Config>
    An abstract implementation of the NitriteStore interface that provides common functionality for Nitrite data stores.
    Since:
    4.0
    Author:
    Anindya Chatterjee