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

com.hazelcast.map.mapstore.MapStoreManager Maven / Gradle / Ivy

There is a newer version: 5.4.0
Show newest version
package com.hazelcast.map.mapstore;

/**
 * Central interface to manage map store.
 */
public interface MapStoreManager {

    void start();

    void stop();

    MapDataStore getMapDataStore(int partitionId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy