Package de.julielab.java.utilities.index
Interface IMapProvider<K,V>
-
- All Known Implementing Classes:
AbstractMapProvider,PersistentLuceneStringMapProvider,PersistentStringIndexMapProvider
public interface IMapProvider<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<K,V>getMap()voidload(InputStream inputStream)voidload(URI uri)voidsetKeyIndex(int keyIndex)voidsetValueIndex(int valueIndex)
-
-
-
Method Detail
-
load
void load(URI uri) throws IndexCreationException
- Throws:
IndexCreationException
-
load
void load(InputStream inputStream) throws IndexCreationException
- Throws:
IndexCreationException
-
setValueIndex
void setValueIndex(int valueIndex)
-
setKeyIndex
void setKeyIndex(int keyIndex)
-
-