public interface SolrInstance
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigDir()
Returns the configuration directory of the instance.
|
Map<String,String> |
getConfiguration()
Returns the configuration of the instance.
|
String |
getDataDir()
Returns the data directory of the instance.
|
String |
getHostName()
Returns the hostname of the instance.
|
String |
getJavaOptions()
Returns the additional java options of the instance.
|
String |
getLogDir()
Returns the log directory of the instance.
|
String |
getMemory()
Returns the memory of the instance.
|
SolrServerMode |
getMode()
Returns the mode of the instance.
|
String |
getName()
Returns the name of the instance.
|
int |
getPort()
Returns the port of the instance.
|
String |
getZkHost()
Returns the Zookeeper instance host at which Solr is pointing.
|
boolean |
isAutostart()
Returns
true if the instance should be started on hybris startup, false otherwise. |
boolean |
isZkUpdateConfig()
Returns
true if the configuration should be uploaded (updated) into Zookeeper instance,
false otherwise. |
String getName()
Map<String,String> getConfiguration()
boolean isAutostart()
true if the instance should be started on hybris startup, false otherwise.true if the instance should be started on hybris startup, false otherwiseString getHostName()
int getPort()
SolrServerMode getMode()
String getZkHost()
boolean isZkUpdateConfig()
true if the configuration should be uploaded (updated) into Zookeeper instance,
false otherwise.true if the configuration should be uploaded (updated) into Zookeeper instance,
false otherwise.String getConfigDir()
String getDataDir()
String getLogDir()
String getMemory()
String getJavaOptions()
Copyright © 2017 SAP SE. All Rights Reserved.