public interface PageReplacementStrategy
| 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>> |
acquire(PAGE page,
PageReplacementStrategy.Storage<PAYLOAD,PAGE> storage) |
<PAYLOAD> void |
forceEvict(Page<PAYLOAD> page) |
<PAYLOAD,PAGE extends Page<PAYLOAD>> PAYLOAD acquire(PAGE page, PageReplacementStrategy.Storage<PAYLOAD,PAGE> storage) throws PageLoadFailureException
PageLoadFailureException<PAYLOAD> void forceEvict(Page<PAYLOAD> page)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.