|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Lock | |
|---|---|
| org.neo4j.graphdb | The core graph database API. |
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| Uses of Lock in org.neo4j.graphdb |
|---|
| Methods in org.neo4j.graphdb that return Lock | |
|---|---|
Lock |
Transaction.acquireReadLock(PropertyContainer entity)
Acquires a read lock for entity for this transaction. |
Lock |
Transaction.acquireWriteLock(PropertyContainer entity)
Acquires a write lock for entity for this transaction. |
| Uses of Lock in org.neo4j.kernel |
|---|
| Fields in org.neo4j.kernel declared as Lock | |
|---|---|
static Lock |
PlaceboTransaction.NO_LOCK
|
| Methods in org.neo4j.kernel that return Lock | |
|---|---|
Lock |
TopLevelTransaction.acquireReadLock(PropertyContainer entity)
|
Lock |
TopLevelTransaction.acquireWriteLock(PropertyContainer entity)
|
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||