Uses of Class
org.apache.solr.crossdc.common.MirroredSolrRequest.Type
-
Packages that use MirroredSolrRequest.Type Package Description org.apache.solr.crossdc.common Common code for managing Cross DC replication. -
-
Uses of MirroredSolrRequest.Type in org.apache.solr.crossdc.common
Methods in org.apache.solr.crossdc.common that return MirroredSolrRequest.Type Modifier and Type Method Description static MirroredSolrRequest.TypeMirroredSolrRequest.Type. get(String s)MirroredSolrRequest.TypeMirroredSolrRequest. getType()static MirroredSolrRequest.TypeMirroredSolrRequest.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MirroredSolrRequest.Type[]MirroredSolrRequest.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.solr.crossdc.common with parameters of type MirroredSolrRequest.Type Constructor Description MirroredSolrRequest(MirroredSolrRequest.Type type, int attempt, org.apache.solr.client.solrj.SolrRequest<T> solrRequest)MirroredSolrRequest(MirroredSolrRequest.Type type, int attempt, org.apache.solr.client.solrj.SolrRequest<T> solrRequest, long submitTimeNanos)MirroredSolrRequest(MirroredSolrRequest.Type type, org.apache.solr.client.solrj.SolrRequest<T> solrRequest)
-