Class ValueWithRecordId<ValueT>

java.lang.Object
org.apache.beam.sdk.values.ValueWithRecordId<ValueT>
Type Parameters:
ValueT - the underlying value type

@Internal public class ValueWithRecordId<ValueT> extends Object
For internal use only; no backwards compatibility guarantees.

Immutable struct containing a value as well as a unique id identifying the value.

  • Constructor Details

    • ValueWithRecordId

      public ValueWithRecordId(ValueT value, byte[] id)
  • Method Details