Class TransactionsExample

java.lang.Object
org.apache.ignite.example.tx.TransactionsExample

public class TransactionsExample extends Object
This example demonstrates the usage of the Ignite Transactions API.

See README.md in the examples directory for execution instructions.

  • Constructor Details

    • TransactionsExample

      public TransactionsExample()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Runs the TransactionsExample.
      Parameters:
      args - The command line arguments.
      Throws:
      Exception - if any error occurs.