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

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
 

Subclasses of Command in org.shoal.adapter.store.commands
 class BroadcastLoadRequestCommand<K,V>
           
 class LoadRequestCommand<K,V>
           
 class LoadResponseCommand<K,V>
           
 class RemoveCommand<K,V>
           
 class SaveCommand<K,V>
           
 class StaleCopyRemoveCommand<K,V>
           
 class StoreableBroadcastLoadRequestCommand<K,V extends Storeable>
           
 class StoreableFullSaveCommand<K,V extends Storeable>
           
 class StoreableLoadRequestCommand<K,V extends Storeable>
           
 class StoreableLoadResponseCommand<K,V>
           
 class StoreableRemoveCommand<K,V>
           
 class StoreableSaveCommand<K,V extends Storeable>
           
 class StoreableTouchCommand<K,V extends Storeable>
           
 class TouchCommand<K,V>
           
 class UpdateDeltaCommand<K,V>
           
 

Uses of Command in org.shoal.adapter.store.commands.monitor
 

Subclasses of Command in org.shoal.adapter.store.commands.monitor
 class ListBackingStoreConfigurationCommand
           
 class ListBackingStoreConfigurationResponseCommand<K,V>
           
 class ListReplicaStoreEntriesCommand
           
 

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)
           
 



Copyright © 2010. All Rights Reserved.