Class CollectionBackupsApi.GarbageCollectUnusedBackupFiles
- java.lang.Object
 - 
- org.apache.solr.client.solrj.SolrRequest<CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponse>
 - 
- org.apache.solr.client.solrj.request.CollectionBackupsApi.GarbageCollectUnusedBackupFiles
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - CollectionBackupsApi
 
public static class CollectionBackupsApi.GarbageCollectUnusedBackupFiles extends SolrRequest<CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponse>
- 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 GarbageCollectUnusedBackupFiles(String backupName)Create a GarbageCollectUnusedBackupFiles request object. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponsecreateResponse(SolrClient client)Create a new SolrResponse to hold the response from the serverRequestWriter.ContentWritergetContentWriter(String expectedType)If a request object wants to do a push write, implement this method.SolrParamsgetParams()StringgetRequestType()This method defines the type of this Solr request.ResponseParsergetResponseParser()voidsetAsync(String async)voidsetLocation(String location)voidsetRepositoryName(String repositoryName)- 
Methods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, addHeaders, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
GarbageCollectUnusedBackupFiles
public GarbageCollectUnusedBackupFiles(String backupName)
Create a GarbageCollectUnusedBackupFiles request object.- Parameters:
 backupName- Path param -
 
 - 
 
- 
Method Detail
- 
setLocation
public void setLocation(String location)
 
- 
setRepositoryName
public void setRepositoryName(String repositoryName)
 
- 
setAsync
public void setAsync(String async)
 
- 
getContentWriter
public RequestWriter.ContentWriter getContentWriter(String expectedType)
Description copied from class:SolrRequestIf a request object wants to do a push write, implement this method.- Overrides:
 getContentWriterin classSolrRequest<CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponse>- Parameters:
 expectedType- This is the type that the RequestWriter would like to get. But, it is OK to send any format
 
- 
getRequestType
public String getRequestType()
Description copied from class:SolrRequestThis method defines the type of this Solr request.- Specified by:
 getRequestTypein classSolrRequest<CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponse>
 
- 
getParams
public SolrParams getParams()
- Specified by:
 getParamsin classSolrRequest<CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponse>
 
- 
createResponse
protected CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponse createResponse(SolrClient client)
Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server- Specified by:
 createResponsein classSolrRequest<CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponse>- Parameters:
 client- theSolrClientthe request will be sent to
 
- 
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
 getResponseParserin classSolrRequest<CollectionBackupsApi.GarbageCollectUnusedBackupFilesResponse>- Returns:
 - The 
ResponseParser 
 
 - 
 
 -