org.apache.qpid.tools.messagestore.commands
Class Purge
java.lang.Object
org.apache.qpid.tools.messagestore.commands.AbstractCommand
org.apache.qpid.tools.messagestore.commands.Move
org.apache.qpid.tools.messagestore.commands.Purge
- All Implemented Interfaces:
- Command
public class Purge
- extends Move
Methods inherited from class org.apache.qpid.tools.messagestore.commands.Move |
execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Purge
public Purge(MessageStoreTool tool)
help
public String help()
- Specified by:
help
in interface Command
- Overrides:
help
in class Move
usage
public String usage()
- Specified by:
usage
in interface Command
- Overrides:
usage
in class Move
getCommand
public String getCommand()
- Specified by:
getCommand
in interface Command
- Overrides:
getCommand
in class Move
checkRequirements
protected boolean checkRequirements(AMQQueue fromQueue,
AMQQueue toQueue,
List<Long> msgids)
- Overrides:
checkRequirements
in class Move
doCommand
protected void doCommand(AMQQueue fromQueue,
long start,
long end,
AMQQueue toQueue)
- Overrides:
doCommand
in class Move
Licensed to the Apache Software Foundation