Class BackupCoreAPI.BackupCoreRequestBody
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.handler.admin.api.BackupCoreAPI.BackupCoreRequestBody
-
- All Implemented Interfaces:
ReflectWritable
- Enclosing class:
- BackupCoreAPI
public static class BackupCoreAPI.BackupCoreRequestBody extends SolrJerseyResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description String
async
String
backupName
String
commitName
Boolean
incremental
String
location
String
prevShardBackupId
String
repository
String
shardBackupId
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description BackupCoreRequestBody()
-
-
-
Field Detail
-
repository
public String repository
-
location
public String location
-
shardBackupId
public String shardBackupId
-
prevShardBackupId
public String prevShardBackupId
-
backupName
public String backupName
-
commitName
public String commitName
-
incremental
public Boolean incremental
-
async
public String async
-
-