Chesnay Schepler created FLINK-8061:
---------------------------------------
Summary: Remove trailing asterisk in QueryableStateClient javadocs
Key: FLINK-8061
URL:
https://issues.apache.org/jira/browse/FLINK-8061 Project: Flink
Issue Type: Improvement
Components: Queryable State
Affects Versions: 1.4.0
Reporter: Chesnay Schepler
{code}
/**
* Returns a future holding the request result. *
* @param jobId JobID of the job the queryable state belongs to.
* @param queryableStateName Name under which the state is queryable.
* @param key The key we are interested in.
* @param keyTypeHint A {@link TypeHint} used to extract the type of the key.
* @param stateDescriptor The {@link StateDescriptor} of the state we want to query.
* @return Future holding the immutable {@link State} object containing the result.
*/
{code}
{code}
/**
* Returns a future holding the request result. *
* @param jobId JobID of the job the queryable state belongs to.
* @param queryableStateName Name under which the state is queryable.
* @param key The key we are interested in.
* @param keyTypeInfo The {@link TypeInformation} of the key.
* @param stateDescriptor The {@link StateDescriptor} of the state we want to query.
* @return Future holding the immutable {@link State} object containing the result.
*/
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)