Class ResponseConsistency

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class ResponseConsistency
    
                        

    The consistency state of the index used to execute the query

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Integer lastTxId
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getLastTxId() The id of the last indexed transaction
      final Unit setLastTxId(@Json(name = "lastTxId") Integer lastTxId) The id of the last indexed transaction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResponseConsistency

        ResponseConsistency(Integer lastTxId)