Uses of Class
org.apache.solr.client.api.model.ZooKeeperStat
-
Packages that use ZooKeeperStat Package Description org.apache.solr.client.api.model POJOs representing various inputs and outputs of the v2 APIs described inorg.apache.solr.client.api.endpoint -
-
Uses of ZooKeeperStat in org.apache.solr.client.api.model
Fields in org.apache.solr.client.api.model declared as ZooKeeperStat Modifier and Type Field Description ZooKeeperStatZooKeeperListChildrenResponse. statFields in org.apache.solr.client.api.model with type parameters of type ZooKeeperStat Modifier and Type Field Description Map<String,Map<String,ZooKeeperStat>>ZooKeeperListChildrenResponse. unknownFieldsMethods in org.apache.solr.client.api.model that return types with arguments of type ZooKeeperStat Modifier and Type Method Description Map<String,Map<String,ZooKeeperStat>>ZooKeeperListChildrenResponse. unknownProperties()Method parameters in org.apache.solr.client.api.model with type arguments of type ZooKeeperStat Modifier and Type Method Description voidZooKeeperListChildrenResponse. setUnknownProperty(String field, Map<String,ZooKeeperStat> value)
-