Uses of Class
org.apache.solr.cloud.autoscaling.sim.SimCloudManager
-
Packages that use SimCloudManager Package Description org.apache.solr.cloud.autoscaling.sim Simulated environment for autoscaling. -
-
Uses of SimCloudManager in org.apache.solr.cloud.autoscaling.sim
Fields in org.apache.solr.cloud.autoscaling.sim declared as SimCloudManager Modifier and Type Field Description SimCloudManagerSimScenario. clusterMethods in org.apache.solr.cloud.autoscaling.sim that return SimCloudManager Modifier and Type Method Description static SimCloudManagerSimCloudManager. createCluster(int numNodes, TimeSource timeSource)Create a cluster with the specified number of nodes.static SimCloudManagerSimCloudManager. createCluster(SolrCloudManager other, AutoScalingConfig config, TimeSource timeSource)static SimCloudManagerSimCloudManager. createCluster(ClusterState initialState, TimeSource timeSource)Create a cluster initialized from the provided cluster state.Constructors in org.apache.solr.cloud.autoscaling.sim with parameters of type SimCloudManager Constructor Description SimClusterStateProvider(LiveNodesSet liveNodes, SimCloudManager cloudManager)The instance needs to be initialized using thesim*methods in order to ensure proper behavior, otherwise it will behave as a cluster with zero replicas.
-