Class InfinispanTransaction

    • Field Detail

      • numberOfEvents

        private int numberOfEvents
    • Constructor Detail

      • InfinispanTransaction

        public InfinispanTransaction​(String transactionId,
                                     Scn startScn,
                                     Instant changeTime)
    • Method Detail

      • getNumberOfEvents

        public int getNumberOfEvents()
      • getNextEventId

        public int getNextEventId()
        Description copied from interface: Transaction
        Helper method to get the next event identifier for the transaction.
        Returns:
        the next event identifier
      • start

        public void start()
        Description copied from interface: Transaction
        Helper method that resets the event identifier back to 0. This should be called when a transaction START event is detected in the event stream. This is required when LOB support is enabled to facilitate the re-mining of existing events.
      • getEventId

        public String getEventId​(int index)