Interface TransactionReadInfo


  • @Immutable
    public interface TransactionReadInfo
    Data about a transaction's read/get interactions with KeyValueService.
    • Method Detail

      • bytesRead

        long bytesRead()
      • kvsCalls

        long kvsCalls()
      • maximumBytesKvsCallInfo

        java.util.Optional<KvsCallReadInfo> maximumBytesKvsCallInfo()
        Data about the KeyValueService read/get call that read the most amount of data for a given transaction. If no reads were made or if the only kvs reads were not eager (e.g. iterators), this will be empty.