Class DataProtectors


  • public class DataProtectors
    extends java.lang.Object
    The 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID_FIELD_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      DataProtectors()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataProtectors

        public DataProtectors()