<T extends Command> void |
AbstractReplicator.addCommandParser(CommandName command,
CommandParser<T> parser) |
|
<T extends Command> void |
AsyncRedisReplicator.addCommandParser(CommandName command,
CommandParser<T> parser) |
|
<T extends Command> void |
RedisReplicator.addCommandParser(CommandName command,
CommandParser<T> parser) |
|
<T extends Command> void |
ReplicatorRegister.addCommandParser(CommandName command,
CommandParser<T> parser) |
|
CommandParser<? extends Command> |
AbstractReplicator.getCommandParser(CommandName command) |
|
CommandParser<? extends Command> |
AsyncRedisReplicator.getCommandParser(CommandName command) |
|
CommandParser<? extends Command> |
RedisReplicator.getCommandParser(CommandName command) |
|
CommandParser<? extends Command> |
ReplicatorRegister.getCommandParser(CommandName command) |
|
CommandParser<? extends Command> |
AbstractReplicator.removeCommandParser(CommandName command) |
|
CommandParser<? extends Command> |
AsyncRedisReplicator.removeCommandParser(CommandName command) |
|
CommandParser<? extends Command> |
RedisReplicator.removeCommandParser(CommandName command) |
|
CommandParser<? extends Command> |
ReplicatorRegister.removeCommandParser(CommandName command) |
|