Class CoreSnapshotAPI.CreateSnapshotResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.handler.admin.api.CoreSnapshotAPI.CreateSnapshotResponse
-
- All Implemented Interfaces:
ReflectWritable
- Enclosing class:
- CoreSnapshotAPI
public static class CoreSnapshotAPI.CreateSnapshotResponse extends SolrJerseyResponse
The Response forCoreSnapshotAPI
'sCoreSnapshotAPI.createSnapshot(String, String, String)
-
-
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
commitName
String
core
Collection<String>
files
Long
generation
String
indexDirPath
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description CreateSnapshotResponse()
-