Hi,

The KeyedBroadcastProcessFunction has a method to iterate over all keys of
a keyed state.
This function is available via the Context object of the processBroadcast()
method.
Hence you need a broadcasted message to trigger the operation.

Best, Fabian

Am Do., 9. Mai 2019 um 08:46 Uhr schrieb Congxian Qiu <
qcx978132...@gmail.com>:

> Hi, Averell
>
> AFAIK, we can't get all the key-values from value state, but MapState has
> a function called `entries` can do this, maybe can use MapState as a
> workaround.
> On May 7, 2019, 16:16 +0800, Averell <lvhu...@gmail.com>, wrote:
>
> Hi,
>
> I have a keyed value state which is available for only about 1% the total
> number of keyed values that I have. Is there any way to get the values of
> all those state values?
> I looked at the queryable state option, but it looks like supporting
> querying by keyed value only.
>
> Thanks and best regards,
> Averell
>
>
>
> --
> Sent from:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
>
>

Reply via email to