Interface TestableKeyedStateBackend<K>

    • Method Detail

      • numKeyValueStateEntries

        int numKeyValueStateEntries()
        Returns the total number of state entries across all keys/namespaces.
      • getDelegatedKeyedStateBackend

        default KeyedStateBackend<K> getDelegatedKeyedStateBackend​(boolean recursive)
        Parameters:
        recursive - true if the call should be recursive
        Returns:
        delegated KeyedStateBackend if this backends delegates its responisibilities..