public interface PageEvictionCallback
PageSwapper.evicted(long, Page) calls to these callback objects.| Modifier and Type | Method and Description |
|---|---|
void |
onEvict(long filePageId,
Page page)
Notify that the file/memory page has been evicted.
|
void onEvict(long filePageId,
Page page)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.