[
https://issues.apache.org/jira/browse/FLINK-8062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Kloudas closed FLINK-8062.
---------------------------------
Resolution: Fixed
Merged with ff7e3cf6749a6b6bc898fde871c36661c8629c23
> 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
> Assignee: Kostas Kloudas
>
> 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)