Interface ReloadCollectionApi
-
@Path("/collections/{collectionName}/reload") public interface ReloadCollectionApi
V2 API definition for reloading collections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubResponseAccumulatingJerseyResponse
reloadCollection(String collectionName, ReloadCollectionRequestBody requestBody)
-
-
-
Method Detail
-
reloadCollection
@POST SubResponseAccumulatingJerseyResponse reloadCollection(@PathParam("collectionName") String collectionName, ReloadCollectionRequestBody requestBody) throws Exception
- Throws:
Exception
-
-