Chesnay Schepler created FLINK-8062:
---------------------------------------

             Summary: QueryableStateClient#getKvState(...N Namespace,...) not 
documented
                 Key: FLINK-8062
                 URL: https://issues.apache.org/jira/browse/FLINK-8062
             Project: Flink
          Issue Type: Improvement
          Components: Queryable State
    Affects Versions: 1.4.0
            Reporter: Chesnay Schepler


The {{QueryableStateClient}} has this method:

{code}
public <K, N, S extends State, V> CompletableFuture<S> getKvState(
                final JobID jobId,
                final String queryableStateName,
                final K key,
                final N namespace,
                final TypeInformation<K> keyTypeInfo,
                final TypeInformation<N> namespaceTypeInfo,
                final StateDescriptor<S, V> stateDescriptor) {
{code}

There is no documentation on how to use this method or what namespaces are.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to