|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceWindow | |
|---|---|
| org.neo4j.kernel.impl.nioneo.store | |
| Uses of PersistenceWindow in org.neo4j.kernel.impl.nioneo.store |
|---|
| Methods in org.neo4j.kernel.impl.nioneo.store that return PersistenceWindow | |
|---|---|
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. |
| Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type PersistenceWindow | |
|---|---|
void |
PersistenceWindowPool.release(PersistenceWindow window)
Releases a window used for an operation back to the pool and unlocks it so other threads may use it. |
protected void |
CommonAbstractStore.releaseWindow(PersistenceWindow window)
Releases the window and writes the data (async) if the window was a PersistenceRow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||