Package org.apache.ignite.example.table
Class KeyValueViewExample
- java.lang.Object
-
- org.apache.ignite.example.table.KeyValueViewExample
-
public class KeyValueViewExample extends java.lang.ObjectThis example demonstrates the usage of theKeyValueViewAPI.To run the example, do the following:
- Import the examples project into your IDE.
-
Download and prepare artifacts for running an Ignite node using the CLI tool (if not done yet):
ignite bootstrap -
Start an Ignite node using the CLI tool:
ignite node start --config=$IGNITE_HOME/examples/config/ignite-config.conf my-first-node -
Cluster initialization using the CLI tool (if not done yet):
ignite cluster init --cluster-name=ignite-cluster --node-endpoint=localhost:10300 --meta-storage-node=my-first-node - Run the example in the IDE.
-
Stop the Ignite node using the CLI tool:
ignite node stop my-first-node
-
-
Constructor Summary
Constructors Constructor Description KeyValueViewExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main method of the example.
-