Interface NodeFileStoreApis
-
@Path("/node") public interface NodeFileStoreApis
V2 APIs for fetching filestore files, syncing them across nodes, or fetching related metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
getFile(String path, Boolean sync, String getFrom, Boolean meta)
-
-
-
Method Detail
-
getFile
@GET @Path("/files{path:.+}") SolrJerseyResponse getFile(@PathParam("path") String path, @QueryParam("sync") Boolean sync, @QueryParam("getFrom") String getFrom, @QueryParam("meta") Boolean meta)
-
-