Interface KeyValueService

    • Method Detail

      • getKeyValueStore

        KeyValueStore getKeyValueStore​(String name)
        Gets the Key/Value store with the given name.

        If the store is not found, the default store is returned.

        Parameters:
        name - the store name
        Returns:
        the store with the given name, or the default store