Class CacheJdbcStoreExample


  • public class CacheJdbcStoreExample
    extends java.lang.Object
    Demonstrates usage of cache with underlying persistent store configured.

    This example uses CacheJdbcPersonStore as a persistent store.

    To start the example, you should:

    Remote nodes can be started with ExampleNodeStartup in another JVM which will start node with examples/config/example-ignite.xml configuration.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MIN_MEMORY
      Heap size required to run this example.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Executes example.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MIN_MEMORY

        public static final int MIN_MEMORY
        Heap size required to run this example.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CacheJdbcStoreExample

        public CacheJdbcStoreExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws IgniteException
        Executes example.
        Parameters:
        args - Command line arguments, none required.
        Throws:
        IgniteException - If example execution failed.