Class ZookeeperReadApi.ListNodes
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<ZookeeperReadApi.ListNodesResponse>
-
- org.apache.solr.client.solrj.request.ZookeeperReadApi.ListNodes
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ZookeeperReadApi
public static class ZookeeperReadApi.ListNodes extends SolrRequest<ZookeeperReadApi.ListNodesResponse>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
SolrRequest.ApiVersion, SolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType
-
-
Field Summary
-
Fields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS, useBinaryV2, usev2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ZookeeperReadApi.ListNodesResponse
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the serverSolrRequest.ApiVersion
getApiVersion()
Indicates which API version this request will makeSolrParams
getParams()
String
getRequestType()
This method defines the type of this Solr request.ResponseParser
getResponseParser()
void
setChildren(Boolean children)
-
Methods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, addHeaders, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getStreamingResponseCallback, getUserPrincipal, process, process, requiresCollection, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
-
-
-
-
Constructor Detail
-
ListNodes
public ListNodes(String zkPath)
Create a ListNodes request object.- Parameters:
zkPath
- Path param - The path of the ZooKeeper node to stat and list children of
-
-
Method Detail
-
setChildren
public void setChildren(Boolean children)
- Parameters:
children
- Controls whether stat information for child nodes is included in the response. 'true' by default.
-
getRequestType
public String getRequestType()
Description copied from class:SolrRequest
This method defines the type of this Solr request.- Specified by:
getRequestType
in classSolrRequest<ZookeeperReadApi.ListNodesResponse>
-
getApiVersion
public SolrRequest.ApiVersion getApiVersion()
Description copied from class:SolrRequest
Indicates which API version this request will makeDefaults implementation returns 'V1'.
- Overrides:
getApiVersion
in classSolrRequest<ZookeeperReadApi.ListNodesResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParams
in classSolrRequest<ZookeeperReadApi.ListNodesResponse>
-
createResponse
protected ZookeeperReadApi.ListNodesResponse createResponse(SolrClient client)
Description copied from class:SolrRequest
Create a new SolrResponse to hold the response from the server- Specified by:
createResponse
in classSolrRequest<ZookeeperReadApi.ListNodesResponse>
- Parameters:
client
- theSolrClient
the request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParser
in classSolrRequest<ZookeeperReadApi.ListNodesResponse>
- Returns:
- The
ResponseParser
-
-