Package org.apache.solr.handler
Class IncrementalShardBackup.IncrementalShardSnapshotResponse
- java.lang.Object
- 
- org.apache.solr.client.api.model.SolrJerseyResponse
- 
- org.apache.solr.handler.IncrementalShardBackup.IncrementalShardSnapshotResponse
 
 
- 
- All Implemented Interfaces:
- ReflectWritable
 - Enclosing class:
- IncrementalShardBackup
 
 public static class IncrementalShardBackup.IncrementalShardSnapshotResponse extends SolrJerseyResponse 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponseSolrJerseyResponse.ResponseHeader
 
- 
 - 
Field SummaryFields Modifier and Type Field Description StringendTimeintindexFileCountdoubleindexSizeMBStringshardStringshardBackupIdStringstartTimeintuploadedIndexFileCountdoubleuploadedIndexFileMB- 
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponseerror, responseHeader
 
- 
 - 
Constructor SummaryConstructors Constructor Description IncrementalShardSnapshotResponse()
 
- 
- 
- 
Field Detail- 
startTimepublic String startTime 
 - 
indexFileCountpublic int indexFileCount 
 - 
uploadedIndexFileCountpublic int uploadedIndexFileCount 
 - 
indexSizeMBpublic double indexSizeMB 
 - 
uploadedIndexFileMBpublic double uploadedIndexFileMB 
 - 
shardpublic String shard 
 - 
endTimepublic String endTime 
 - 
shardBackupIdpublic String shardBackupId 
 
- 
 
-