Class RestoreCollectionAPI.RestoreCollectionRequestBody
- java.lang.Object
-
- org.apache.solr.handler.admin.api.RestoreCollectionAPI.RestoreCollectionRequestBody
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,JacksonReflectMapWriter
,org.noggit.JSONWriter.Writable
- Enclosing class:
- RestoreCollectionAPI
public static class RestoreCollectionAPI.RestoreCollectionRequestBody extends Object implements JacksonReflectMapWriter
Request body for the v2 "restore collection" API.
-
-
Field Summary
Fields Modifier and Type Field Description String
async
Integer
backupId
String
collection
CreateCollectionAPI.CreateCollectionRequestBody
createCollectionParams
String
location
String
repository
-
Constructor Summary
Constructors Constructor Description RestoreCollectionRequestBody()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RestoreCollectionAPI.RestoreCollectionRequestBody
fromV1Params(org.apache.solr.common.params.SolrParams solrParams)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.jersey.JacksonReflectMapWriter
writeMap
-
-
-
-
Method Detail
-
fromV1Params
public static RestoreCollectionAPI.RestoreCollectionRequestBody fromV1Params(org.apache.solr.common.params.SolrParams solrParams)
-
-