SessionStore<Bytes, byte[]> get()
RocksDbSessionBytesStoreSupplier
RocksDbSessionBytesStoreSupplier is a concrete SessionBytesStoreSupplier of RocksDBSessionStores (SessionStore<Bytes, byte[]>).
RocksDbSessionBytesStoreSupplier is created when Stores factory is requested to persistentSessionStore.
Creating State Store — get Method
|
Note
|
get is part of the StoreSupplier Contract to get a state store.
|
get simply creates a new RocksDBSessionStore.