Class AbstractOpProcessor

    • Field Detail

      • WRITE_PAUSE_TIME_MS

        public static final long WRITE_PAUSE_TIME_MS
        Length of time to pause writes in milliseconds when the high watermark is exceeded.
        See Also:
        Constant Field Values
      • writePausesMeter

        public static final com.codahale.metrics.Meter writePausesMeter
        Tracks the rate of pause to writes when the high watermark is exceeded.
      • manageTransactions

        protected final boolean manageTransactions
        When set to true, transactions are always managed otherwise they can be overridden by the request.
    • Constructor Detail

      • AbstractOpProcessor

        protected AbstractOpProcessor​(boolean manageTransactions)