Class CreateCollectionBackupAPI.CollectionBackupDetails
- java.lang.Object
-
- org.apache.solr.handler.admin.api.CreateCollectionBackupAPI.CollectionBackupDetails
-
- 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:
- CreateCollectionBackupAPI
public static class CreateCollectionBackupAPI.CollectionBackupDetails extends Object implements JacksonReflectMapWriter
-
-
Field Summary
Fields Modifier and Type Field Description IntegerbackupIdStringcollectionStringendTimeMap<String,String>extraPropertiesIntegerindexFileCountDoubleindexSizeMBStringindexVersionIntegernumShardsList<String>shardBackupIdsStringstartTimeIntegeruploadedIndexFileCountDoubleuploadedIndexSizeMB
-
Constructor Summary
Constructors Constructor Description CollectionBackupDetails()
-
-
-
Field Detail
-
collection
public String collection
-
numShards
public Integer numShards
-
backupId
public Integer backupId
-
indexVersion
public String indexVersion
-
startTime
public String startTime
-
endTime
public String endTime
-
indexFileCount
public Integer indexFileCount
-
uploadedIndexFileCount
public Integer uploadedIndexFileCount
-
indexSizeMB
public Double indexSizeMB
-
uploadedIndexSizeMB
public Double uploadedIndexSizeMB
-
-