Uses of Class
org.apache.solr.common.cloud.Aliases
-
Packages that use Aliases Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of Aliases in org.apache.solr.common.cloud
Fields in org.apache.solr.common.cloud declared as Aliases Modifier and Type Field Description static AliasesAliases. EMPTYAn empty, minimal Aliases primarily used to support the non-cloud solr use cases.Methods in org.apache.solr.common.cloud that return Aliases Modifier and Type Method Description AliasesAliases. cloneWithCollectionAlias(String alias, String collections)Creates a new Aliases instance with the same data as the current one but with a modification based on the parameters.AliasesAliases. cloneWithCollectionAliasProperties(String alias, String propertiesKey, String propertiesValue)Set the value for some properties on a collection alias.AliasesAliases. cloneWithCollectionAliasProperties(String alias, Map<String,String> properties)Set the values for some properties keys on a collection alias.static AliasesAliases. fromJSON(byte[] bytes, int zNodeVersion)Create an instance from the JSON bytes read from zookeeper.AliasesZkStateReader.AliasesManager. getAliases()AliasesZkStateReader. getAliases()Get an immutable copy of the present state of the aliases.Method parameters in org.apache.solr.common.cloud with type arguments of type Aliases Modifier and Type Method Description voidZkStateReader.AliasesManager. applyModificationAndExportToZk(UnaryOperator<Aliases> op)Writes an updatedAliasesto zk.
-