Class TransactionContext

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    @ThreadSafe
    @Internal
    public class TransactionContext
    extends java.lang.Object
    implements java.lang.AutoCloseable
    A per-transaction context shared between RetrieveService and IngestService.
    • Method Detail

      • run

        public void run()
      • create

        public java.lang.String create()
      • create

        public java.lang.String create​(java.lang.String transactionId)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable