Package org.apache.tika.pipes.ignite
Class IgniteConfigStoreFactory
java.lang.Object
org.apache.tika.pipes.ignite.IgniteConfigStoreFactory
- All Implemented Interfaces:
ConfigStoreFactory,TikaExtensionFactory<ConfigStore>,org.pf4j.ExtensionPoint
Factory for creating Ignite-based ConfigStore instances.
-
Field Summary
Fields inherited from interface org.apache.tika.pipes.core.config.ConfigStoreFactory
LOG -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IgniteConfigStoreFactory
public IgniteConfigStoreFactory()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceTikaExtensionFactory<ConfigStore>- Returns:
- name of the extension in the config file
-
buildExtension
public ConfigStore buildExtension(ExtensionConfig extensionConfig) throws IOException, TikaConfigException - Specified by:
buildExtensionin interfaceTikaExtensionFactory<ConfigStore>- Throws:
IOExceptionTikaConfigException
-