org.commonjava.tensor.data.store
Interface IndexStoreFactory


public interface IndexStoreFactory


Method Summary
<K,V> IndexStore<K,V>
getStore(String name, Class<K> keyType, Class<V> valueType)
           
<K,V> IndexStore<K,V>
getStore(String name, Class<K> keyType, com.google.gson.reflect.TypeToken<V> constituentType)
           
 

Method Detail

getStore

<K,V> IndexStore<K,V> getStore(String name,
                               Class<K> keyType,
                               Class<V> valueType)

getStore

<K,V> IndexStore<K,V> getStore(String name,
                               Class<K> keyType,
                               com.google.gson.reflect.TypeToken<V> constituentType)


Copyright © 2013. All Rights Reserved.