Class AbortTxnsRequest

java.lang.Object
io.trino.hive.thrift.metastore.AbortTxnsRequest
All Implemented Interfaces:
Serializable, Cloneable, Comparable<AbortTxnsRequest>, org.apache.thrift.TBase<AbortTxnsRequest,AbortTxnsRequest._Fields>, org.apache.thrift.TSerializable

@Generated("Autogenerated by Thrift Compiler (0.17.0)") public class AbortTxnsRequest extends Object implements org.apache.thrift.TBase<AbortTxnsRequest,AbortTxnsRequest._Fields>, Serializable, Cloneable, Comparable<AbortTxnsRequest>
See Also:
  • Field Details

  • Constructor Details

    • AbortTxnsRequest

      public AbortTxnsRequest()
    • AbortTxnsRequest

      public AbortTxnsRequest(List<Long> txn_ids)
    • AbortTxnsRequest

      public AbortTxnsRequest(AbortTxnsRequest other)
      Performs a deep copy on other.
  • Method Details