public class DataProtectors
extends java.lang.Object
DataProtectors Using passing parameters transform will buffer input rows in batch and
will send it when the count of buffered rows will equal specified batch size. When it takes the
last one batch, it will send it when the last row will come to doFn even count of buffered rows
will less than the batch size.| Modifier and Type | Class and Description |
|---|---|
static class |
DataProtectors.RowToTokenizedRow<T>
|
static class |
DataProtectors.TokenizationFn
Class implements stateful doFn for data tokenization using remote RPC.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID_FIELD_NAME |
| Constructor and Description |
|---|
DataProtectors() |
public static final java.lang.String ID_FIELD_NAME