|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationType | |
|---|---|
| org.neo4j.kernel.impl.nioneo.store | |
| Uses of OperationType in org.neo4j.kernel.impl.nioneo.store |
|---|
| Methods in org.neo4j.kernel.impl.nioneo.store that return OperationType | |
|---|---|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type OperationType | |
|---|---|
PersistenceWindow |
PersistenceWindowPool.acquire(long position,
OperationType operationType)
Acquires a windows for position and operationType
locking the window preventing other threads from using it. |
protected PersistenceWindow |
CommonAbstractStore.acquireWindow(long position,
OperationType type)
Acquires a PersistenceWindow for position and
operation type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||