Package com.graphhopper.storage
Class StorableProperties
java.lang.Object
com.graphhopper.storage.StorableProperties
Writes an in-memory HashMap into a file on flush. Thread safe, see #743.
- Author:
- Peter Karich
-
Constructor Details
-
StorableProperties
-
-
Method Details
-
loadExisting
public boolean loadExisting() -
flush
public void flush() -
remove
-
putAll
-
put
-
put
Before it saves this value it creates a string out of it. -
get
-
getAll
-
close
public void close() -
isClosed
public boolean isClosed() -
create
-
getCapacity
public long getCapacity() -
containsVersion
public boolean containsVersion() -
toString
-