Package org.apache.solr.core
Class CloudConfig
- java.lang.Object
-
- org.apache.solr.core.CloudConfig
-
public class CloudConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudConfig.CloudConfigBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCreateCollectionWaitTimeTillActive()
boolean
getDistributedClusterStateUpdates()
boolean
getDistributedCollectionConfigSetExecution()
boolean
getGenericCoreNodeNames()
String
getHost()
int
getLeaderConflictResolveWait()
int
getLeaderVoteWait()
int
getMinStateByteLenForCompression()
String
getPkiHandlerPrivateKeyPath()
String
getPkiHandlerPublicKeyPath()
String
getSolrHostContext()
int
getSolrHostPort()
String
getStateCompressorClass()
String
getZkACLProviderClass()
int
getZkClientTimeout()
String
getZkCredentialsInjectorClass()
String
getZkCredentialsProviderClass()
String
getZkHost()
boolean
isCreateCollectionCheckLeaderActive()
-
-
-
Method Detail
-
getZkHost
public String getZkHost()
-
getZkClientTimeout
public int getZkClientTimeout()
-
getSolrHostPort
public int getSolrHostPort()
-
getSolrHostContext
public String getSolrHostContext()
-
getHost
public String getHost()
-
getZkCredentialsProviderClass
public String getZkCredentialsProviderClass()
-
getZkACLProviderClass
public String getZkACLProviderClass()
-
getZkCredentialsInjectorClass
public String getZkCredentialsInjectorClass()
-
getLeaderVoteWait
public int getLeaderVoteWait()
-
getLeaderConflictResolveWait
public int getLeaderConflictResolveWait()
-
getGenericCoreNodeNames
public boolean getGenericCoreNodeNames()
-
getCreateCollectionWaitTimeTillActive
public int getCreateCollectionWaitTimeTillActive()
-
isCreateCollectionCheckLeaderActive
public boolean isCreateCollectionCheckLeaderActive()
-
getPkiHandlerPrivateKeyPath
public String getPkiHandlerPrivateKeyPath()
-
getPkiHandlerPublicKeyPath
public String getPkiHandlerPublicKeyPath()
-
getDistributedClusterStateUpdates
public boolean getDistributedClusterStateUpdates()
-
getDistributedCollectionConfigSetExecution
public boolean getDistributedCollectionConfigSetExecution()
-
getMinStateByteLenForCompression
public int getMinStateByteLenForCompression()
-
getStateCompressorClass
public String getStateCompressorClass()
-
-