Class SchemaApi.GetSchemaZkVersion
- java.lang.Object
- 
- org.apache.solr.client.solrj.SolrRequest<SchemaApi.GetSchemaZkVersionResponse>
- 
- org.apache.solr.client.solrj.request.SchemaApi.GetSchemaZkVersion
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- SchemaApi
 
 public static class SchemaApi.GetSchemaZkVersion extends SolrRequest<SchemaApi.GetSchemaZkVersionResponse> - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequestSolrRequest.ApiVersion, SolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.client.solrj.SolrRequestSUPPORTED_METHODS, useBinaryV2, usev2
 
- 
 - 
Constructor SummaryConstructors Constructor Description GetSchemaZkVersion(IndexType indexType, String indexName)Create a GetSchemaZkVersion request object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SchemaApi.GetSchemaZkVersionResponsecreateResponse(SolrClient client)Create a new SolrResponse to hold the response from the serverSolrRequest.ApiVersiongetApiVersion()Indicates which API version this request will makeSolrParamsgetParams()StringgetRequestType()This method defines the type of this Solr request.ResponseParsergetResponseParser()voidsetRefreshIfBelowVersion(Integer refreshIfBelowVersion)- 
Methods inherited from class org.apache.solr.client.solrj.SolrRequestaddHeader, 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
 
- 
 
- 
- 
- 
Method Detail- 
setRefreshIfBelowVersionpublic void setRefreshIfBelowVersion(Integer refreshIfBelowVersion) 
 - 
getRequestTypepublic String getRequestType() Description copied from class:SolrRequestThis method defines the type of this Solr request.- Specified by:
- getRequestTypein class- SolrRequest<SchemaApi.GetSchemaZkVersionResponse>
 
 - 
getApiVersionpublic SolrRequest.ApiVersion getApiVersion() Description copied from class:SolrRequestIndicates which API version this request will makeDefaults implementation returns 'V1'. - Overrides:
- getApiVersionin class- SolrRequest<SchemaApi.GetSchemaZkVersionResponse>
 
 - 
getParamspublic SolrParams getParams() - Specified by:
- getParamsin class- SolrRequest<SchemaApi.GetSchemaZkVersionResponse>
 
 - 
createResponseprotected SchemaApi.GetSchemaZkVersionResponse createResponse(SolrClient client) Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server- Specified by:
- createResponsein class- SolrRequest<SchemaApi.GetSchemaZkVersionResponse>
- Parameters:
- client- the- SolrClientthe request will be sent to
 
 - 
getResponseParserpublic ResponseParser getResponseParser() - Overrides:
- getResponseParserin class- SolrRequest<SchemaApi.GetSchemaZkVersionResponse>
- Returns:
- The ResponseParser
 
 
- 
 
-