Uses of Package
org.apache.solr.cluster
-
Packages that use org.apache.solr.cluster Package Description org.apache.solr.cluster This package contains the interfaces giving access to cluster state, including nodes, collections and the structure of the collections (shards and replicas).org.apache.solr.cluster.placement This package contains interfaces visible by plugins (i.e.org.apache.solr.cluster.placement.impl Implementation classes (not visible to plugins, subject to change at any time) for the interfaces inorg.apache.solr.cluster.placement
and to make them work with the rest of Solr.org.apache.solr.cluster.placement.plugins Sample plugin implementations. -
Classes in org.apache.solr.cluster used by org.apache.solr.cluster Class Description Node Representation of a SolrCloud node or server in the SolrCloud cluster.Replica An instantiation (or one of the copies) of a givenShard
of a givenSolrCollection
.Replica.ReplicaState Replica.ReplicaType The order of this enum is important from the most to least "important" replica type.Shard Shard in aSolrCollection
, i.e.Shard.ShardState SolrCollection Represents a Collection in SolrCloud (unrelated toCollection
that uses the nicer name). -
Classes in org.apache.solr.cluster used by org.apache.solr.cluster.placement Class Description Cluster A representation of the SolrCloud cluster state, providing information on which nodes and collections are part of the cluster and a way to get to more detailed info.Node Representation of a SolrCloud node or server in the SolrCloud cluster.Replica An instantiation (or one of the copies) of a givenShard
of a givenSolrCollection
.Replica.ReplicaType The order of this enum is important from the most to least "important" replica type.SolrCollection Represents a Collection in SolrCloud (unrelated toCollection
that uses the nicer name). -
Classes in org.apache.solr.cluster used by org.apache.solr.cluster.placement.impl Class Description Cluster A representation of the SolrCloud cluster state, providing information on which nodes and collections are part of the cluster and a way to get to more detailed info.Node Representation of a SolrCloud node or server in the SolrCloud cluster.Replica An instantiation (or one of the copies) of a givenShard
of a givenSolrCollection
.Replica.ReplicaType The order of this enum is important from the most to least "important" replica type.SolrCollection Represents a Collection in SolrCloud (unrelated toCollection
that uses the nicer name). -
Classes in org.apache.solr.cluster used by org.apache.solr.cluster.placement.plugins Class Description Node Representation of a SolrCloud node or server in the SolrCloud cluster.Replica An instantiation (or one of the copies) of a givenShard
of a givenSolrCollection
.Shard Shard in aSolrCollection
, i.e.SolrCollection Represents a Collection in SolrCloud (unrelated toCollection
that uses the nicer name).