@Deprecated
public interface SolrInstance
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthType()
Deprecated.
Returns the authentication type.
|
java.lang.String |
getConfigDir()
Deprecated.
Returns the configuration directory of the instance.
|
java.util.Map<java.lang.String,java.lang.String> |
getConfiguration()
Deprecated.
Returns the configuration of the instance.
|
java.lang.String |
getDataDir()
Deprecated.
Returns the data directory of the instance.
|
java.lang.String |
getHostName()
Deprecated.
Returns the hostname of the instance.
|
java.lang.String |
getJavaOptions()
Deprecated.
Returns the additional java options of the instance.
|
java.lang.String |
getLogDir()
Deprecated.
Returns the log directory of the instance.
|
java.lang.String |
getMemory()
Deprecated.
Returns the memory of the instance.
|
SolrServerMode |
getMode()
Deprecated.
Returns the mode of the instance.
|
java.lang.String |
getName()
Deprecated.
Returns the name of the instance.
|
java.lang.String |
getPassword()
Deprecated.
Returns the password.
|
int |
getPort()
Deprecated.
Returns the port of the instance.
|
java.lang.String |
getSSLKeyStore()
Deprecated.
Returns the SSL keyStore.
|
java.lang.String |
getSSLKeyStorePassword()
Deprecated.
Returns the SSL keyStore password.
|
java.lang.String |
getSSLKeyStoreType()
Deprecated.
Returns the SSL keyStore type.
|
java.lang.String |
getSSLTrustStore()
Deprecated.
Returns the SSL trustStore.
|
java.lang.String |
getSSLTrustStorePassword()
Deprecated.
Returns the SSL trustStore password.
|
java.lang.String |
getSSLTrustStoreType()
Deprecated.
Returns the SSL trustStore type.
|
java.lang.String |
getUser()
Deprecated.
Returns the user.
|
java.lang.String |
getZkHost()
Deprecated.
Returns the Zookeeper instance host at which Solr is pointing.
|
java.util.Map<java.lang.String,java.lang.String> |
getZkProperties()
Deprecated.
Returns cluster-wide properties stored in Zookeeper.
|
boolean |
isAutostart()
Deprecated.
Returns
true if the instance should be started on hybris startup, false otherwise. |
boolean |
isSSLEnabled()
Deprecated.
Returns whether SSL is enabled or not.
|
boolean |
isSSLNeedClientAuth()
Deprecated.
Returns whether SSL client authentication is required or not.
|
boolean |
isSSLWantClientAuth()
Deprecated.
Returns whether SSL client authentication should be requested or not.
|
boolean |
isZkUpdateConfig()
Deprecated.
Returns
true if the configuration should be uploaded (updated) into Zookeeper instance,
false otherwise. |
java.lang.String getName()
java.util.Map<java.lang.String,java.lang.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 otherwisejava.lang.String getHostName()
int getPort()
SolrServerMode getMode()
java.lang.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.java.util.Map<java.lang.String,java.lang.String> getZkProperties()
java.lang.String getConfigDir()
java.lang.String getDataDir()
java.lang.String getLogDir()
java.lang.String getMemory()
java.lang.String getJavaOptions()
java.lang.String getAuthType()
java.lang.String getUser()
java.lang.String getPassword()
boolean isSSLEnabled()
true if SSL is enabled, false otherwisejava.lang.String getSSLKeyStoreType()
java.lang.String getSSLKeyStore()
java.lang.String getSSLKeyStorePassword()
java.lang.String getSSLTrustStoreType()
java.lang.String getSSLTrustStore()
java.lang.String getSSLTrustStorePassword()
boolean isSSLNeedClientAuth()
true if client authentication should be required, false otherwiseboolean isSSLWantClientAuth()
true if client authentication should be requested, false otherwiseCopyright © 2018 SAP SE. All Rights Reserved.