Uses of Class
org.apache.jackrabbit.oak.plugins.document.util.MapFactory
-
Packages that use MapFactory Package Description org.apache.jackrabbit.oak.plugins.document.util -
-
Uses of MapFactory in org.apache.jackrabbit.oak.plugins.document.util
Subclasses of MapFactory in org.apache.jackrabbit.oak.plugins.document.util Modifier and Type Class Description classMapDBMapFactoryA MapFactory backed by MapDB, which stores the map in a temporary file.Methods in org.apache.jackrabbit.oak.plugins.document.util that return MapFactory Modifier and Type Method Description static MapFactoryMapFactory. getInstance()Methods in org.apache.jackrabbit.oak.plugins.document.util with parameters of type MapFactory Modifier and Type Method Description static voidMapFactory. setInstance(MapFactory instance)
-