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.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description String
endTime
int
indexFileCount
double
indexSizeMB
String
shard
String
shardBackupId
String
startTime
int
uploadedIndexFileCount
double
uploadedIndexFileMB
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description IncrementalShardSnapshotResponse()
-
-
-
Field Detail
-
startTime
public String startTime
-
indexFileCount
public int indexFileCount
-
uploadedIndexFileCount
public int uploadedIndexFileCount
-
indexSizeMB
public double indexSizeMB
-
uploadedIndexFileMB
public double uploadedIndexFileMB
-
shard
public String shard
-
endTime
public String endTime
-
shardBackupId
public String shardBackupId
-
-