Class QueryExample

java.lang.Object
org.apache.ignite.example.table.QueryExample

public class QueryExample extends Object
  • Constructor Details

    • QueryExample

      public QueryExample()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • performQueryWithoutTransaction

      public static void performQueryWithoutTransaction(Table table)
      Demonstrates querying with an implicit transaction.
    • performQueryWithTransaction

      public static void performQueryWithTransaction(IgniteClient client, Table table)
      Demonstrates querying with an explicit transaction.
    • performQueryAsync

      public static void performQueryAsync(Table table)