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. | 
fromSerializableFunctionWithOutputTypefromProcessFunctionWithOutputType, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayDatapublic KV<com.google.protobuf.ByteString,java.lang.Iterable<com.google.bigtable.v2.Mutation>> apply(Row row)
ProcessFunctionapply 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>>>