Interface DeleteCollectionSnapshotApi
-
public interface DeleteCollectionSnapshotApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCollectionSnapshotResponse
deleteSnapshot(String collName, String snapshotName, boolean followAliases, String asyncId)
This API is analogous to V1's (POST /solr/admin/collections?action=DELETESNAPSHOT)
-
-
-
Method Detail
-
deleteSnapshot
@DELETE @Path("/collections/{collName}/snapshots/{snapshotName}") DeleteCollectionSnapshotResponse deleteSnapshot(@PathParam("collName") String collName, @PathParam("snapshotName") String snapshotName, @DefaultValue("false") @QueryParam("followAliases") boolean followAliases, @QueryParam("async") String asyncId) throws Exception
This API is analogous to V1's (POST /solr/admin/collections?action=DELETESNAPSHOT)- Throws:
Exception
-
-