Class BackupCollectionPayload
java.lang.Object
org.apache.solr.client.solrj.request.beans.BackupCollectionPayload
- All Implemented Interfaces:
MapSerializable,MapWriter,NavigableObject,ReflectMapWriter,org.noggit.JSONWriter.Writable
V2 API POJO for the /v2/collections 'backup-collection' command.
Analogous to the request parameters for v1 /admin/collections?action=BACKUP API.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizeMethods inherited from interface org.apache.solr.common.util.ReflectMapWriter
writeMap
-
Field Details
-
collection
-
name
-
location
-
repository
-
followAliases
-
indexBackup
-
commitName
-
incremental
-
async
-
-
Constructor Details
-
BackupCollectionPayload
public BackupCollectionPayload()
-