-
public class GoraStorage
-
-
Field Summary
Fields Modifier and Type Field Description public final static Loggerloggerpublic static Propertiesproperties
-
Method Summary
Modifier and Type Method Description static synchronized <K, V extends Persistent> DataStore<K, V>createDataStore(ImmutableConfig conf, Class<K> keyClass, Class<V> persistentClass)static synchronized <K, V extends Persistent> DataStore<K, V>createDataStore(ImmutableConfig conf, Class<K> keyClass, Class<V> persistentClass, Class<out DataStore<K, V>> dataStoreClass)static synchronized voidclose()-
-
Method Detail
-
createDataStore
static synchronized <K, V extends Persistent> DataStore<K, V> createDataStore(ImmutableConfig conf, Class<K> keyClass, Class<V> persistentClass)
-
createDataStore
static synchronized <K, V extends Persistent> DataStore<K, V> createDataStore(ImmutableConfig conf, Class<K> keyClass, Class<V> persistentClass, Class<out DataStore<K, V>> dataStoreClass)
-
close
static synchronized void close()
-
-
-
-