JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.graphhopper.storage
Interface GHLock
public interface
GHLock
A write lock interface. Influenced by Lucene code
Author:
Peter Karich
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Exception
getObtainFailedReason
()
boolean
isLocked
()
void
release
()
boolean
tryLock
()
Method Details
getName
String
getName
()
tryLock
boolean
tryLock
()
isLocked
boolean
isLocked
()
release
void
release
()
getObtainFailedReason
Exception
getObtainFailedReason
()