Interface TransactionWriteMetadataInfo


@Immutable public interface TransactionWriteMetadataInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The number of ChangeMetadata objects attached to cell-level LockDescriptors when requesting commit locks.
    long
    The number of ChangeMetadata objects stored internally in a transaction.
    long
    The number of ChangeMetadata objects attached to row-level LockDescriptors when requesting commit locks.
  • Method Details

    • changeMetadataBuffered

      long changeMetadataBuffered()
      The number of ChangeMetadata objects stored internally in a transaction.
    • cellChangeMetadataSent

      long cellChangeMetadataSent()
      The number of ChangeMetadata objects attached to cell-level LockDescriptors when requesting commit locks.
    • rowChangeMetadataSent

      long rowChangeMetadataSent()
      The number of ChangeMetadata objects attached to row-level LockDescriptors when requesting commit locks.