Uses of Interface
com.graphhopper.storage.DataAccess
Packages that use DataAccess
-
Uses of DataAccess in com.graphhopper.routing.subnetwork
Constructors in com.graphhopper.routing.subnetwork with parameters of type DataAccess -
Uses of DataAccess in com.graphhopper.storage
Classes in com.graphhopper.storage that implement DataAccessModifier and TypeClassDescriptionclass
final class
A DataAccess implementation using a memory-mapped file, i.e.class
This is an in-memory byte-based data structure with the possibility to be stored on flush().Methods in com.graphhopper.storage that return DataAccessModifier and TypeMethodDescriptionDataAccess.create
(long bytes) The first time you use a DataAccess object after configuring it you need to call this method.Creates a new DataAccess object with the given name in the location of this Directory.Methods in com.graphhopper.storage that return types with arguments of type DataAccessMethods in com.graphhopper.storage with parameters of type DataAccessConstructors in com.graphhopper.storage with parameters of type DataAccess