Class CacheClientBinaryQueryExample
- java.lang.Object
-
- org.apache.ignite.examples.binary.datagrid.CacheClientBinaryQueryExample
-
public class CacheClientBinaryQueryExample extends java.lang.ObjectThis example demonstrates use of binary objects with cache queries. The example populates cache with sample data and runs several SQL and full text queries over this data.Remote nodes should always be started with the following command:
'ignite.{sh|bat} examples/config/example-ignite.xml'Alternatively you can run
ExampleNodeStartupin another JVM which will start a node withexamples/config/example-ignite.xmlconfiguration.
-
-
Constructor Summary
Constructors Constructor Description CacheClientBinaryQueryExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Executes example.
-