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