Class DeleteSnapshotCmd
- java.lang.Object
-
- org.apache.solr.cloud.api.collections.DeleteSnapshotCmd
-
- All Implemented Interfaces:
CollApiCmds.CollectionApiCommand
public class DeleteSnapshotCmd extends Object implements CollApiCmds.CollectionApiCommand
This class implements the functionality of deleting a collection level snapshot.
-
-
Constructor Summary
Constructors Constructor Description DeleteSnapshotCmd(CollectionCommandContext ccc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(org.apache.solr.common.cloud.ClusterState state, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.common.util.NamedList<Object> results)
-
-
-
Constructor Detail
-
DeleteSnapshotCmd
public DeleteSnapshotCmd(CollectionCommandContext ccc)
-
-
Method Detail
-
call
public void call(org.apache.solr.common.cloud.ClusterState state, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.common.util.NamedList<Object> results) throws Exception
- Specified by:
call
in interfaceCollApiCmds.CollectionApiCommand
- Throws:
Exception
-
-