public static class BigtableWriteSchemaTransformProvider.GetMutationsFromBeamRow extends SimpleFunction<Row,KV<com.google.protobuf.ByteString,java.lang.Iterable<com.google.bigtable.v2.Mutation>>>
Constructor and Description |
---|
GetMutationsFromBeamRow() |
Modifier and Type | Method and Description |
---|---|
KV<com.google.protobuf.ByteString,java.lang.Iterable<com.google.bigtable.v2.Mutation>> |
apply(Row row)
Returns the result of invoking this function on the given input.
|
fromSerializableFunctionWithOutputType
fromProcessFunctionWithOutputType, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData
public KV<com.google.protobuf.ByteString,java.lang.Iterable<com.google.bigtable.v2.Mutation>> apply(Row row)
ProcessFunction
apply
in interface ProcessFunction<Row,KV<com.google.protobuf.ByteString,java.lang.Iterable<com.google.bigtable.v2.Mutation>>>
apply
in interface SerializableFunction<Row,KV<com.google.protobuf.ByteString,java.lang.Iterable<com.google.bigtable.v2.Mutation>>>
apply
in class SimpleFunction<Row,KV<com.google.protobuf.ByteString,java.lang.Iterable<com.google.bigtable.v2.Mutation>>>