Package | Description |
---|---|
com.graphhopper.routing.subnetwork | |
com.graphhopper.storage |
Constructor and Description |
---|
SubnetworkStorage(DataAccess da) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataAccess |
class |
MMapDataAccess
A DataAccess implementation using a memory-mapped file, i.e.
|
class |
RAMDataAccess
This is an in-memory byte-based data structure with the possibility to be stored on flush().
|
Modifier and Type | Method and Description |
---|---|
DataAccess |
DataAccess.create(long bytes)
The first time you use a DataAccess object after configuring it you need to call this method.
|
DataAccess |
Directory.create(String name)
Creates a new DataAccess object with the given name in the location of this Directory.
|
DataAccess |
GHDirectory.create(String name) |
DataAccess |
Directory.create(String name,
DAType type) |
DataAccess |
GHDirectory.create(String name,
DAType type) |
DataAccess |
Directory.create(String name,
DAType type,
int segmentSize) |
DataAccess |
GHDirectory.create(String name,
DAType type,
int segmentSize) |
DataAccess |
Directory.create(String name,
int segmentSize) |
DataAccess |
GHDirectory.create(String name,
int segmentSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDataAccess.copyHeader(DataAccess da) |
Constructor and Description |
---|
TurnCostStorage(BaseGraph baseGraph,
DataAccess turnCosts) |
Copyright © 2012–2022. All rights reserved.