Interface Transaction

  • All Known Implementing Classes:
    TransactionEntity

    public interface Transaction
    Interface for SOLR transaction objects.
    Since:
    4.0
    • Method Detail

      • getId

        java.lang.Long getId()
      • getCommitTimeMs

        java.lang.Long getCommitTimeMs()
      • getUpdates

        int getUpdates()
      • getDeletes

        int getDeletes()