Package org.nustaq.reallive.api
Interface StorageIndex
- All Known Implementing Classes:
HashIndex
public interface StorageIndex
-
Method Summary
Modifier and TypeMethodDescription<T> voidforEachWithSpore(Object hashValue, org.nustaq.kontraktor.Spore<Record, T> spore, RecordStorage store) voidvoid
-
Method Details
-
put
-
remove
-
forEachWithSpore
<T> void forEachWithSpore(Object hashValue, org.nustaq.kontraktor.Spore<Record, T> spore, RecordStorage store)
-