Package 

Class GoraStorage

    • 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 void close()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()