Uses of Class
com.graphhopper.storage.DAType
Packages that use DAType
Package
Description
-
Uses of DAType in com.graphhopper.reader.dem
Methods in com.graphhopper.reader.dem with parameters of type DATypeModifier and TypeMethodDescriptionSet to true if you have a small area and need high speed access. -
Uses of DAType in com.graphhopper.storage
Fields in com.graphhopper.storage declared as DATypeModifier and TypeFieldDescriptionstatic final DAType
DAType.MMAP
Memory mapped DA object.static final DAType
DAType.MMAP_RO
Read-only memory mapped DA object.static final DAType
DAType.RAM
The DA object is hold entirely in-memory.static final DAType
DAType.RAM_INT
Optimized RAM DA type for integer access.static final DAType
DAType.RAM_INT_STORE
Optimized RAM_STORE DA type for integer access.static final DAType
DAType.RAM_STORE
The DA object is hold entirely in-memory.Methods in com.graphhopper.storage that return DATypeModifier and TypeMethodDescriptionstatic DAType
DAType.fromString
(String dataAccess) Directory.getDefaultType()
Directory.getDefaultType
(String dataAccess, boolean preferInts) GHDirectory.getDefaultType()
GHDirectory.getDefaultType
(String dataAccess, boolean preferInts) This method returns the default DAType of the specified DataAccess (as string).DataAccess.getType()
MMapDataAccess.getType()
RAMDataAccess.getType()
Methods in com.graphhopper.storage with parameters of type DATypeModifier and TypeMethodDescriptionConstructors in com.graphhopper.storage with parameters of type DAType -
Uses of DAType in com.graphhopper.storage.index
Constructors in com.graphhopper.storage.index with parameters of type DAType