Package org.apache.solr.filestore
Class NodeFileStore
- java.lang.Object
-
- org.apache.solr.api.JerseyResource
-
- org.apache.solr.filestore.NodeFileStore
-
- All Implemented Interfaces:
NodeFileStoreApis
public class NodeFileStore extends JerseyResource implements NodeFileStoreApis
Implementation forNodeFileStoreApis
-
-
Field Summary
-
Fields inherited from class org.apache.solr.api.JerseyResource
containerRequestContext
-
-
Constructor Summary
Constructors Constructor Description NodeFileStore(CoreContainer coreContainer, DistribFileStore fileStore, SolrQueryRequest req, SolrQueryResponse rsp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrJerseyResponse
getFile(String path, Boolean sync, String getFrom, Boolean meta)
-
Methods inherited from class org.apache.solr.api.JerseyResource
ensureRequiredParameterProvided, ensureRequiredRequestBodyProvided, instantiateJerseyResponse, instantiateJerseyResponse
-
-
-
-
Constructor Detail
-
NodeFileStore
@Inject public NodeFileStore(CoreContainer coreContainer, DistribFileStore fileStore, SolrQueryRequest req, SolrQueryResponse rsp)
-
-
Method Detail
-
getFile
public SolrJerseyResponse getFile(String path, Boolean sync, String getFrom, Boolean meta)
- Specified by:
getFile
in interfaceNodeFileStoreApis
-
-