Class CoreReplicationAPI.IndexVersionResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.handler.admin.api.CoreReplicationAPI.IndexVersionResponse
-
- All Implemented Interfaces:
ReflectWritable
- Enclosing class:
- CoreReplicationAPI
public static class CoreReplicationAPI.IndexVersionResponse extends SolrJerseyResponse
Response forCoreReplicationAPI.fetchIndexVersion()
.
-
-
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 Long
generation
Long
indexVersion
String
status
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description IndexVersionResponse()
IndexVersionResponse(Long indexVersion, Long generation, String status)
-