Class CoreTransactionsCleanupConfig

    • Field Detail

      • DEFAULT_TRANSACTION_CLEANUP_WINDOW

        public static final Duration DEFAULT_TRANSACTION_CLEANUP_WINDOW
      • TRANSACTIONS_CLEANUP_REGULAR_PROPERTY

        public static final String TRANSACTIONS_CLEANUP_REGULAR_PROPERTY
        See Also:
        Constant Field Values
    • Constructor Detail

      • CoreTransactionsCleanupConfig

        public CoreTransactionsCleanupConfig​(boolean runLostAttemptsCleanupThread,
                                             boolean runRegularAttemptsCleanupThread,
                                             Duration cleanupWindow,
                                             Set<CollectionIdentifier> cleanupSet)