public class ElasticsearchStoreFactory extends Object implements SailFactory
SailFactory that creates ElasticsearchStores based on RDF
 configuration data.| Modifier and Type | Field and Description | 
|---|---|
| static String | SAIL_TYPEThe type of repositories that are created by this factory. | 
| Constructor and Description | 
|---|
| ElasticsearchStoreFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| SailImplConfig | getConfig() | 
| Sail | getSail(SailImplConfig sailImplConfig)Returns a Sail instance that has been initialized using the supplied configuration data. | 
| String | getSailType()Returns the Sail's type: rdf4j:ElasticsearchStore. | 
public static final String SAIL_TYPE
SailFactory.getSailType(), 
Constant Field Valuespublic String getSailType()
getSailType in interface SailFactorypublic SailImplConfig getConfig()
getConfig in interface SailFactorypublic Sail getSail(SailImplConfig sailImplConfig) throws SailConfigException
SailFactorygetSail in interface SailFactorysailImplConfig - TODOSailConfigException - If no Sail could be created due to invalid or incomplete configuration data.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.