|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| org.shoal.adapter.store.commands | |
| org.shoal.adapter.store.commands.monitor | |
| org.shoal.ha.cache.api | |
| org.shoal.ha.cache.impl.command | |
| org.shoal.ha.cache.impl.interceptor | |
| Uses of Command in org.shoal.adapter.store.commands |
|---|
| Uses of Command in org.shoal.adapter.store.commands.monitor |
|---|
| Uses of Command in org.shoal.ha.cache.api |
|---|
| Methods in org.shoal.ha.cache.api that return types with arguments of type Command | |
|---|---|
java.util.List<Command<K,? super V>> |
DataStoreConfigurator.getCommands()
|
java.util.List<Command<K,V>> |
DataStoreEntry.getPendingUpdates()
|
| Methods in org.shoal.ha.cache.api with parameters of type Command | |
|---|---|
void |
DataStoreConfigurator.addCommand(Command<K,V> cmd)
|
void |
DataStoreEntry.addPendingUpdate(Command<K,V> cmd)
|
void |
ReplicationFramework.execute(Command<K,V> cmd)
|
void |
AbstractCommandInterceptor.onReceive(Command<K,V> cmd,
java.lang.String initiator)
|
void |
AbstractCommandInterceptor.onTransmit(Command<K,V> cmd,
java.lang.String initiator)
|
| Uses of Command in org.shoal.ha.cache.impl.command |
|---|
| Methods in org.shoal.ha.cache.impl.command that return Command | |
|---|---|
protected abstract Command<K,V> |
Command.createNewInstance()
|
Command<K,V> |
CommandManager.createNewInstance(byte opcode)
|
| Methods in org.shoal.ha.cache.impl.command with parameters of type Command | |
|---|---|
void |
CommandManager.execute(Command<K,V> cmd)
|
void |
CommandManager.executeCommand(Command<K,V> cmd,
boolean forward,
java.lang.String initiator)
|
void |
CommandManager.registerCommand(Command command)
|
| Uses of Command in org.shoal.ha.cache.impl.interceptor |
|---|
| Subclasses of Command in org.shoal.ha.cache.impl.interceptor | |
|---|---|
class |
ReplicationFramePayloadCommand<K,V>
|
| Methods in org.shoal.ha.cache.impl.interceptor that return types with arguments of type Command | |
|---|---|
java.util.List<Command<K,V>> |
ReplicationFrame.getCommands()
|
| Methods in org.shoal.ha.cache.impl.interceptor with parameters of type Command | |
|---|---|
void |
ReplicationFrame.addCommand(Command<K,V> cmd)
|
void |
ReplicationCommandTransmitter.addCommand(Command<K,V> cmd)
|
void |
CommandHandlerInterceptor.onReceive(Command<K,V> cmd,
java.lang.String initiator)
|
void |
CommandMonitorInterceptor.onReceive(Command cmd,
java.lang.String initiator)
|
void |
TransmitInterceptor.onTransmit(Command<K,V> cmd,
java.lang.String initiator)
|
void |
ReplicationCommandTransmitterManager.onTransmit(Command<K,V> cmd,
java.lang.String initiator)
|
void |
CommandHandlerInterceptor.onTransmit(Command<K,V> cmd,
java.lang.String initiator)
|
void |
CommandMonitorInterceptor.onTransmit(Command cmd,
java.lang.String initiator)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||