Uses of Class
org.dizitart.no2.mvstore.compat.v1.mvstore.MVStore
-
Packages that use MVStore Package Description org.dizitart.no2.mvstore.compat.v1.mvstore -
-
Uses of MVStore in org.dizitart.no2.mvstore.compat.v1.mvstore
Fields in org.dizitart.no2.mvstore.compat.v1.mvstore declared as MVStore Modifier and Type Field Description MVStoreMVMap. storeThe store.Methods in org.dizitart.no2.mvstore.compat.v1.mvstore that return MVStore Modifier and Type Method Description MVStoreMVMap. getStore()MVStoreMVStore.Builder. open()Open the store.static MVStoreMVStore. open(String fileName)Open a store in exclusive mode.Methods in org.dizitart.no2.mvstore.compat.v1.mvstore with parameters of type MVStore Modifier and Type Method Description MMVMap.BasicBuilder. create(MVStore store, Map<String,Object> config)MMVMap.MapBuilder. create(MVStore store, Map<String,Object> config)Create a new map of the given type.
-