Interface TxnOperation

All Known Implementing Classes:
TxnKVOperation, TxnServiceOperation

public interface TxnOperation
Represents operation in transaction. The available operation types are KV and Service
Author:
Ruslan Sennov
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of operation in a transaction
  • Method Details

    • getOperationType

      TxnOperationType getOperationType()
      Returns the type of operation in a transaction
      Returns:
      the type of operation in a transaction