Class IgniteStoreServer

java.lang.Object
org.apache.tika.pipes.ignite.server.IgniteStoreServer
All Implemented Interfaces:
AutoCloseable

public class IgniteStoreServer extends Object implements AutoCloseable
Embedded Ignite 3.x server node that hosts the config store table. The IgniteConfigStore connects to this node as a thin client.
  • Constructor Details

    • IgniteStoreServer

      public IgniteStoreServer()
    • IgniteStoreServer

      public IgniteStoreServer(String tableName, String nodeName)
  • Method Details

    • start

      public void start() throws Exception
      Start the Ignite server node and initialize the cluster synchronously.
      Throws:
      Exception
    • isRunning

      public boolean isRunning()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable