Uses of Class
org.dizitart.no2.mvstore.compat.v1.mvstore.MVMap
-
Packages that use MVMap Package Description org.dizitart.no2.mvstore.compat.v1.mvstore -
-
Uses of MVMap in org.dizitart.no2.mvstore.compat.v1.mvstore
Classes in org.dizitart.no2.mvstore.compat.v1.mvstore with type parameters of type MVMap Modifier and Type Class Description static classMVMap.BasicBuilder<M extends MVMap<K,V>,K,V>A builder for this class.static interfaceMVMap.MapBuilder<M extends MVMap<K,V>,K,V>A builder for maps.Fields in org.dizitart.no2.mvstore.compat.v1.mvstore declared as MVMap Modifier and Type Field Description MVMap<?,?>Page. mapMap this page belongs toMethods in org.dizitart.no2.mvstore.compat.v1.mvstore with type parameters of type MVMap Modifier and Type Method Description <M extends MVMap<K,V>,K,V>
MMVStore. openMap(String name, MVMap.MapBuilder<M,K,V> builder)Open a map with the given builder.Methods in org.dizitart.no2.mvstore.compat.v1.mvstore that return MVMap Modifier and Type Method Description <K,V>
MVMap<K,V>MVStore. getMap(int id)Get map by id.MVMap<String,String>MVStore. getMetaMap()Get the metadata map.<K,V>
MVMap<K,V>MVStore. openMap(String name)Open a map with the default settings.MVMap<K,V>MVMap. openVersion(long version)Open an old version for the given map.Methods in org.dizitart.no2.mvstore.compat.v1.mvstore with parameters of type MVMap Modifier and Type Method Description static PagePage. createNode(MVMap<?,?> map, Object[] keys, Page.PageReference[] children, long totalCount, int memory)Create a new non-leaf page.voidMVStore. removeMap(MVMap<?,?> map)Remove a map from the current version of the store.voidMVStore. renameMap(MVMap<?,?> map, String newName)Rename a map.
-