Class FileStoreApi.DeleteFile
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<FileStoreApi.DeleteFileResponse>
-
- org.apache.solr.client.solrj.request.FileStoreApi.DeleteFile
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileStoreApi
public static class FileStoreApi.DeleteFile extends SolrRequest<FileStoreApi.DeleteFileResponse>
- 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
-
-
Constructor Summary
Constructors Constructor Description DeleteFile(String path)Create a DeleteFile request object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FileStoreApi.DeleteFileResponsecreateResponse(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()voidsetLocalDelete(Boolean localDelete)-
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
-
DeleteFile
public DeleteFile(String path)
Create a DeleteFile request object.- Parameters:
path- Path param - Path to a file or directory within the filestore
-
-
Method Detail
-
setLocalDelete
public void setLocalDelete(Boolean localDelete)
- Parameters:
localDelete- Indicates whether the deletion should only be done on the receiving node. For internal use only
-
getRequestType
public String getRequestType()
Description copied from class:SolrRequestThis method defines the type of this Solr request.- Specified by:
getRequestTypein classSolrRequest<FileStoreApi.DeleteFileResponse>
-
getApiVersion
public SolrRequest.ApiVersion getApiVersion()
Description copied from class:SolrRequestIndicates which API version this request will makeDefaults implementation returns 'V1'.
- Overrides:
getApiVersionin classSolrRequest<FileStoreApi.DeleteFileResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParamsin classSolrRequest<FileStoreApi.DeleteFileResponse>
-
createResponse
protected FileStoreApi.DeleteFileResponse createResponse(SolrClient client)
Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server- Specified by:
createResponsein classSolrRequest<FileStoreApi.DeleteFileResponse>- Parameters:
client- theSolrClientthe request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParserin classSolrRequest<FileStoreApi.DeleteFileResponse>- Returns:
- The
ResponseParser
-
-