Uses of Package
org.apache.solr.common.cloud
Packages that use org.apache.solr.common.cloud
Package
Description
-
Classes in org.apache.solr.common.cloud used by org.apache.solr.client.solrj.cloudClassDescriptionA function that takes a transaction builder and returns a curator operation.
-
Classes in org.apache.solr.common.cloud used by org.apache.solr.client.solrj.implClassDescriptionAll Solr ZooKeeper interactions should go through this class rather than ZooKeeper.A function that takes a transaction builder and returns a curator operation.
-
Classes in org.apache.solr.common.cloud used by org.apache.solr.common.cloudClassDescriptionCallback registered with
ZkStateReader.registerCloudCollectionsListener(CloudCollectionsListener)and called whenever the cloud's set of collections changes.Listener that can be used withZkStateReader.registerClusterPropertiesListener(ClusterPropertiesListener)and called whenever the cluster properties changes.Callback registered withZkStateReader.registerCollectionPropsWatcher(String, CollectionPropsWatcher)and called whenever the collection properties change.Callback registered withZkStateReader.registerCollectionStateWatcher(String, CollectionStateWatcher)and called whenever there is a change in the collection state or in the list of liveNodes.Callback registered withZkStateReader.registerDocCollectionWatcher(String, DocCollectionWatcher)and called whenever the DocCollection changes.Listener that can be used withZkStateReader.registerLiveNodesListener(LiveNodesListener)and called whenever the live nodes set changes.Interface to determine if live nodes matches a required stateThis is a helper class that encapsulates various operations performed on the per-replica states Do not directly manipulate the per replica states as it can become difficult to debug themZkACLProvidercapable of returning a different set ofACLs for security-related znodes (default: subtree under /security and security.json) vs non-security-related znodes.All Solr ZooKeeper interactions should go through this class rather than ZooKeeper.A function that takes a transaction builder and returns a curator operation.A class that retrieves Zookeeper credentials from some source to be injected intoDigestZkCredentialsProviderandDigestZkACLProvider.Class holding the dynamic config of a Zookeeper ensemble as fetched from znode/zookeeper/config.Object representing one line in Zk dynamic configA class to manage the aliases instance, including watching for changes.