Package org.apache.solr.client.api.model
Class CollectionStatusResponse
java.lang.Object
org.apache.solr.client.api.model.SolrJerseyResponse
org.apache.solr.client.api.model.CollectionStatusResponse
- All Implemented Interfaces:
ReflectWritable
Response of the CollectionStatusApi.getCollectionStatus() API
Note that the corresponding v1 API has a slightly different response format. Users should not attempt to convert a v1 response into this type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classSame properties asGetSegmentDataResponse, but uses a different class to avoid inheriting "responseHeader", etc.static classNested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
znodeVersion
-
creationTimeMillis
-
properties
-
activeShards
-
inactiveShards
-
schemaNonCompliant
-
shards
-
-
Constructor Details
-
CollectionStatusResponse
public CollectionStatusResponse()
-