Class StateAndTimers
java.lang.Object
org.apache.beam.runners.spark.stateful.StateAndTimers
- All Implemented Interfaces:
Serializable
State and Timers wrapper.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.Table
<String, String, byte[]> getState()
abstract Collection
<byte[]> static StateAndTimers
of
(org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.Table<String, String, byte[]> state, Collection<byte[]> timers)
-
Constructor Details
-
StateAndTimers
public StateAndTimers()
-
-
Method Details
-
getState
-
getTimers
-
of
public static StateAndTimers of(org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.Table<String, String, byte[]> state, Collection<byte[]> timers)
-