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(Table table) static voidDemonstrates querying with an implicit transaction.static voidperformQueryWithTransaction(IgniteClient client, Table table) Demonstrates querying with an explicit transaction.
-
Constructor Details
-
QueryExample
public QueryExample()
-
-
Method Details
-
main
- Throws:
Exception
-
performQueryWithoutTransaction
Demonstrates querying with an implicit transaction. -
performQueryWithTransaction
Demonstrates querying with an explicit transaction. -
performQueryAsync
-