Package com.graphhopper.storage
Class RAMDirectory
java.lang.Object
com.graphhopper.storage.GHDirectory
com.graphhopper.storage.RAMDirectory
- All Implemented Interfaces:
Directory
Manages in-memory DataAccess objects.
- Author:
- Peter Karich
- See Also:
-
RAMDataAccess
RAMIntDataAccess
-
Field Summary
Fields inherited from class com.graphhopper.storage.GHDirectory
location
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.graphhopper.storage.GHDirectory
clear, close, configure, create, create, create, create, create, getDAs, getDefaultType, getDefaultType, getLocation, isStoring, loadMMap, remove, toString
-
Constructor Details
-
RAMDirectory
public RAMDirectory() -
RAMDirectory
-
RAMDirectory
- Parameters:
store
- true if you want that the RAMDirectory can be loaded or saved on demand, false if it should be entirely in RAM
-