Class FlushAllCommand
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.cmd.impl.AbstractCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.FlushAllCommand
-
- All Implemented Interfaces:
Command,Event,Serializable
@CommandSpec(command="FLUSHALL") public class FlushAllCommand extends AbstractCommand
- Since:
- 2.1.0
- Author:
- Leon Chen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.moilioncircle.redis.replicator.event.Event
Event.Context
-
-
Field Summary
-
Fields inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
context
-
-
Constructor Summary
Constructors Constructor Description FlushAllCommand()FlushAllCommand(boolean async)FlushAllCommand(boolean async, boolean sync)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAsync()booleanisSync()voidsetAsync(boolean async)voidsetSync(boolean sync)-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-