Class SerializableIr
java.lang.Object
org.apache.beam.sdk.extensions.sbe.SerializableIr
- All Implemented Interfaces:
Serializable
A wrapper around
Ir
that fulfils Java's Serializable
contract.- See Also:
-
Method Summary
-
Method Details
-
fromIr
Creates a new instance fromir
.- Parameters:
ir
- theIr
to create the instance from- Returns:
- a new
SerializableIr
that containsir
-
ir
Returns the underlyingIr
.Modifications made to the returned value, such as through
Ir.addMessage(long, List)
, will be reflected in this instance.- Returns:
- the underlying
Ir
-