public interface IDataStoreEvictionStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
evict(PageTable pageTable)
Called after each
IDataStore.storeData(String, int, byte[]) call. |
void evict(PageTable pageTable)
IDataStore.storeData(String, int, byte[]) call.pageTable - the in-memory data store with all pagesCopyright © 2006–2014 Apache Software Foundation. All rights reserved.