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
public class CollectionStatusResponse extends SolrJerseyResponse
Response of the CollectionStatusApi.getCollectionStatus() APINote 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 Classes Modifier and Type Class Description static classCollectionStatusResponse.CollectionMetadatastatic classCollectionStatusResponse.LeaderSummarystatic classCollectionStatusResponse.ReplicaSummarystatic classCollectionStatusResponse.SegmentInfoSame properties asGetSegmentDataResponse, but uses a different class to avoid inheriting "responseHeader", etc.static classCollectionStatusResponse.ShardMetadata-
Nested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description IntegeractiveShardsDatecreationTimeMillisIntegerinactiveShardsStringnameCollectionStatusResponse.CollectionMetadatapropertiesList<String>schemaNonCompliantMap<String,CollectionStatusResponse.ShardMetadata>shardsIntegerznodeVersion-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description CollectionStatusResponse()
-
-
-
Field Detail
-
name
public String name
-
znodeVersion
public Integer znodeVersion
-
creationTimeMillis
public Date creationTimeMillis
-
properties
public CollectionStatusResponse.CollectionMetadata properties
-
activeShards
public Integer activeShards
-
inactiveShards
public Integer inactiveShards
-
shards
public Map<String,CollectionStatusResponse.ShardMetadata> shards
-
-