Class AbstractMultiQuerySpecification

java.lang.Object
com.helixframework.db.repository.AbstractMultiQuerySpecification
All Implemented Interfaces:
MultiQuerySpecification

public abstract class AbstractMultiQuerySpecification extends Object implements MultiQuerySpecification
An abstract implementation of the MultiQuerySpecification interface that provides a base structure for handling multiple query specifications.
  • Field Details

    • txId

      protected String txId
  • Constructor Details

    • AbstractMultiQuerySpecification

      public AbstractMultiQuerySpecification()
  • Method Details

    • getTxId

      public String getTxId()
      Description copied from interface: MultiQuerySpecification
      Retrieves the transaction ID associated with this query specification.
      Specified by:
      getTxId in interface MultiQuerySpecification
      Returns:
      the transaction ID
    • setTxId

      public void setTxId(String txId)
      Sets the transaction identifier (txId) for the current instance.
      Parameters:
      txId - the transaction identifier to be set