public interface ResourceLocker
| Modifier and Type | Field and Description |
|---|---|
static ResourceLocker |
NONE |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireExclusive(ResourceType resourceType,
long resourceId)
Can be grabbed when no other client holds locks on the relevant resources.
|
static final ResourceLocker NONE
void acquireExclusive(ResourceType resourceType, long resourceId) throws AcquireLockTimeoutException
WaitStrategy for the given ResourceType.AcquireLockTimeoutExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.