Class DataProtectors
- java.lang.Object
-
- org.apache.beam.examples.complete.datatokenization.transforms.DataProtectors
-
public class DataProtectors extends java.lang.ObjectTheDataProtectorsUsing 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataProtectors.RowToTokenizedRow<T>static classDataProtectors.TokenizationFnClass implements stateful doFn for data tokenization using remote RPC.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID_FIELD_NAME
-
Constructor Summary
Constructors Constructor Description DataProtectors()
-
-
-
Field Detail
-
ID_FIELD_NAME
public static final java.lang.String ID_FIELD_NAME
- See Also:
- Constant Field Values
-
-