Class IgniteStoreServer
java.lang.Object
org.apache.tika.pipes.ignite.server.IgniteStoreServer
- All Implemented Interfaces:
AutoCloseable
Embedded Ignite 3.x server node that hosts the config store table.
The
IgniteConfigStore connects to this node as a thin client.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IgniteStoreServer
public IgniteStoreServer() -
IgniteStoreServer
-
-
Method Details
-
start
Start the Ignite server node and initialize the cluster synchronously.- Throws:
Exception
-
isRunning
public boolean isRunning() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-