Uses of Class
org.shoal.ha.cache.impl.command.Command

Packages that use Command
org.shoal.ha.cache.impl.command   
org.shoal.ha.cache.impl.interceptor   
 

Uses of Command in org.shoal.ha.cache.impl.command
 

Subclasses of Command in org.shoal.ha.cache.impl.command
 class BroadcastLoadRequestCommand<K,V>
           
 class LoadRequestCommand<K,V>
           
 class LoadResponseCommand<K,V>
           
 class RemoveCommand<K,V>
           
 class ReplicationFramePayloadCommand<K,V>
           
 class SaveCommand<K,V>
           
 class StaleCopyRemoveCommand<K,V>
           
 class UpdateDeltaCommand<K,V>
           
 

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 that return types with arguments of type Command
 java.util.List<Command<K,V>> ReplicationFrame.getCommands()
           
 

Methods in org.shoal.ha.cache.impl.command with parameters of type Command
 void ReplicationCommandTransmitter.addCommand(Command<K,V> cmd)
           
 void ReplicationFrame.addCommand(Command<K,V> cmd)
           
 void CommandManager.execute(Command<K,V> cmd)
           
 void CommandManager.executeCommand(Command<K,V> cmd, boolean forward, java.lang.String initiator)
           
 void ReplicationCommandTransmitterManager.onTransmit(Command<K,V> cmd, java.lang.String initiator)
           
 void CommandManager.registerCommand(Command<K,V> command)
           
 

Uses of Command in org.shoal.ha.cache.impl.interceptor
 

Methods in org.shoal.ha.cache.impl.interceptor with parameters of type Command
 void CommandHandlerInterceptor.onReceive(Command<K,V> cmd, java.lang.String initiator)
           
 void AbstractCommandInterceptor.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 CommandHandlerInterceptor.onTransmit(Command<K,V> cmd, java.lang.String initiator)
           
 void AbstractCommandInterceptor.onTransmit(Command<K,V> cmd, java.lang.String initiator)
           
 void CommandMonitorInterceptor.onTransmit(Command cmd, java.lang.String initiator)
           
 



Copyright © 2010. All Rights Reserved.