Package org.aksw.commons.index.core
Interface StorageNodeBased<D,C,V>
-
- Type Parameters:
D-C-V-
public interface StorageNodeBased<D,C,V>Interface for store-based objects to expose both store and storage. TODO There is no support for this in StorageComposers yet- Author:
- Claus Stadler 11/09/2020
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageNodeMutable<D,C,V>getStorageNode()VgetStore()
-
-
-
Method Detail
-
getStorageNode
StorageNodeMutable<D,C,V> getStorageNode()
-
getStore
V getStore()
-
-