Class ImmutableAggregatingState<IN,OUT>
java.lang.Object
org.apache.flink.queryablestate.client.state.ImmutableAggregatingState<IN,OUT>
- All Implemented Interfaces:
org.apache.flink.api.common.state.AggregatingState<IN,,OUT> org.apache.flink.api.common.state.AppendingState<IN,,OUT> org.apache.flink.api.common.state.MergingState<IN,,OUT> org.apache.flink.api.common.state.State
public final class ImmutableAggregatingState<IN,OUT>
extends Object
implements org.apache.flink.api.common.state.AggregatingState<IN,OUT>
A read-only
AggregatingState that does not allow for modifications.
This is the type of the result returned when querying Flink's keyed state using the Queryable State Client and providing
an AggregatingStateDescriptor.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MODIFICATION_ATTEMPT_ERROR
-
-
Method Details
-
get
-
add
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.flink.api.common.state.State
-
createState
public static <OUT,ACC, S createStateS extends org.apache.flink.api.common.state.State> (org.apache.flink.api.common.state.StateDescriptor<S, ACC> stateDescriptor, byte[] serializedState) throws IOException- Throws:
IOException
-