| Package | Description |
|---|---|
| org.neo4j.legacy.consistency.store.paging |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PageReplacementStrategy.Storage<PAYLOAD,PAGE extends Page<PAYLOAD>> |
| Modifier and Type | Method and Description |
|---|---|
<PAYLOAD,PAGE extends Page<PAYLOAD>> |
PageReplacementStrategy.acquire(PAGE page,
PageReplacementStrategy.Storage<PAYLOAD,PAGE> storage) |
<PAYLOAD,PAGE extends Page<PAYLOAD>> |
Cart.acquire(PAGE page,
PageReplacementStrategy.Storage<PAYLOAD,PAGE> storage) |
| Modifier and Type | Method and Description |
|---|---|
<PAYLOAD> void |
PageReplacementStrategy.forceEvict(Page<PAYLOAD> page) |
<PAYLOAD> void |
Cart.forceEvict(Page<PAYLOAD> page) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.