Uses of Class
org.apache.flink.streaming.runtime.operators.sink.committables.CommitRequestState
-
Packages that use CommitRequestState Package Description org.apache.flink.streaming.runtime.operators.sink.committables -
-
Uses of CommitRequestState in org.apache.flink.streaming.runtime.operators.sink.committables
Methods in org.apache.flink.streaming.runtime.operators.sink.committables that return CommitRequestState Modifier and Type Method Description static CommitRequestStateCommitRequestState. valueOf(String name)Returns the enum constant of this type with the specified name.static CommitRequestState[]CommitRequestState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.streaming.runtime.operators.sink.committables with parameters of type CommitRequestState Constructor Description CommitRequestImpl(CommT committable, int numRetries, CommitRequestState state, org.apache.flink.metrics.groups.SinkCommitterMetricGroup metricGroup)
-