Class BatchState


  • public class BatchState
    extends Object
    Keep state of a batch according to a batch policy.
    Since:
    9.1
    • Field Detail

      • counter

        protected int counter
      • endMs

        protected long endMs
    • Constructor Detail

      • BatchState

        public BatchState​(BatchPolicy policy)
    • Method Detail

      • start

        public void start()
      • force

        public void force()
      • last

        public void last()
      • getSize

        public int getSize()