Package org.apache.ignite.example.table
Class QueryExample
java.lang.Object
org.apache.ignite.example.table.QueryExample
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidperformQueryAsync(org.apache.ignite.table.Table table) static voidperformQueryWithoutTransaction(org.apache.ignite.table.Table table) Demonstrates querying with an implicit transaction.static voidperformQueryWithTransaction(org.apache.ignite.client.IgniteClient client, org.apache.ignite.table.Table table) Demonstrates querying with an explicit transaction.
-
Constructor Details
-
QueryExample
public QueryExample()
-
-
Method Details
-
main
- Throws:
Exception
-
performQueryWithoutTransaction
public static void performQueryWithoutTransaction(org.apache.ignite.table.Table table) Demonstrates querying with an implicit transaction. -
performQueryWithTransaction
public static void performQueryWithTransaction(org.apache.ignite.client.IgniteClient client, org.apache.ignite.table.Table table) Demonstrates querying with an explicit transaction. -
performQueryAsync
public static void performQueryAsync(org.apache.ignite.table.Table table)
-