StorageBackend

Properties

Link copied to clipboard
abstract val type: StorageType

Functions

Link copied to clipboard
abstract fun getJsonElement(namespace: String, keyId: String): CompletableFuture<JsonElement?>
Link copied to clipboard
abstract fun setJsonElement(namespace: String, keyId: String, value: JsonElement?): CompletableFuture<Void?>
Link copied to clipboard
abstract fun setupNamespace(namespace: String)
Link copied to clipboard
abstract fun shutdown(): CompletableFuture<Void?>