|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockType | |
|---|---|
| org.neo4j.kernel.impl.core | |
| org.neo4j.kernel.impl.transaction | |
| Uses of LockType in org.neo4j.kernel.impl.core |
|---|
| Methods in org.neo4j.kernel.impl.core with parameters of type LockType | |
|---|---|
void |
LockReleaser.addLockToTransaction(Object resource,
LockType type)
Invoking this method with no transaction running will cause the lock to be released right away. |
| Uses of LockType in org.neo4j.kernel.impl.transaction |
|---|
| Methods in org.neo4j.kernel.impl.transaction that return LockType | |
|---|---|
static LockType |
LockType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LockType[] |
LockType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||