Class CoreSnapshotsApi.ListSnapshots
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<CoreSnapshotsApi.ListSnapshotsResponse>
-
- org.apache.solr.client.solrj.request.CoreSnapshotsApi.ListSnapshots
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CoreSnapshotsApi
public static class CoreSnapshotsApi.ListSnapshots extends SolrRequest<CoreSnapshotsApi.ListSnapshotsResponse>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
SolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType
-
-
Field Summary
-
Fields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS, useBinaryV2, usev2
-
-
Constructor Summary
Constructors Constructor Description ListSnapshots(String coreName)Create a ListSnapshots request object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CoreSnapshotsApi.ListSnapshotsResponsecreateResponse(SolrClient client)Create a new SolrResponse to hold the response from the serverSolrParamsgetParams()StringgetRequestType()This method defines the type of this Solr request.ResponseParsergetResponseParser()-
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
-
ListSnapshots
public ListSnapshots(String coreName)
Create a ListSnapshots request object.- Parameters:
coreName- Path param - The name of the core for which to retrieve snapshots.
-
-
Method Detail
-
getRequestType
public String getRequestType()
Description copied from class:SolrRequestThis method defines the type of this Solr request.- Specified by:
getRequestTypein classSolrRequest<CoreSnapshotsApi.ListSnapshotsResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParamsin classSolrRequest<CoreSnapshotsApi.ListSnapshotsResponse>
-
createResponse
protected CoreSnapshotsApi.ListSnapshotsResponse createResponse(SolrClient client)
Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server- Specified by:
createResponsein classSolrRequest<CoreSnapshotsApi.ListSnapshotsResponse>- Parameters:
client- theSolrClientthe request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParserin classSolrRequest<CoreSnapshotsApi.ListSnapshotsResponse>- Returns:
- The
ResponseParser
-
-