Class CoreSnapshotAPI.SnapshotInformation
- java.lang.Object
-
- org.apache.solr.handler.admin.api.CoreSnapshotAPI.SnapshotInformation
-
- 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:
- CoreSnapshotAPI
public static class CoreSnapshotAPI.SnapshotInformation extends Object implements JacksonReflectMapWriter
Contained inCoreSnapshotAPI.ListSnapshotsResponse
, this holds information for a given core's Snapshot
-
-
Field Summary
Fields Modifier and Type Field Description long
generationNumber
String
indexDirPath
-
Constructor Summary
Constructors Constructor Description SnapshotInformation(long generationNumber, String indexDirPath)
-