Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8061

Remove trailing asterisk in QueryableStateClient javadocs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.0
    • None
    • None

    Description

      /**
      	 * 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.
      	 */
      
      /**
      	 * 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.
      	 */
      

      Attachments

        Issue Links

          Activity

            People

              chesnay Chesnay Schepler
              chesnay Chesnay Schepler
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: