Uses of Class
org.shoal.ha.cache.impl.command.Command
-
Packages that use Command Package Description org.shoal.adapter.store.commands 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 Modifier and Type Class Description classAbstractSaveCommand<K,V>classAcknowledgedCommand<K,V>classLoadRequestCommand<K,V>classLoadResponseCommand<K,V>classNoOpCommand<K,V>classRemoveCommand<K,V>classRemoveExpiredCommand<K,V>classRemoveExpiredResultCommand<K,V>classSaveCommand<K,V>classSimpleAckCommand<K,V>classSizeRequestCommand<K,V>classSizeResponseCommand<K,V>classStaleCopyRemoveCommand<K,V>classTouchCommand<K,V> -
Uses of Command in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command<K,? super V>>DataStoreConfigurator. getCommands()Methods in org.shoal.ha.cache.api with parameters of type Command Modifier and Type Method Description voidDataStoreConfigurator. addCommand(Command<K,V> cmd)voidAbstractCommandInterceptor. onReceive(Command<K,V> cmd, java.lang.String initiator)voidAbstractCommandInterceptor. 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 with parameters of type Command Modifier and Type Method Description voidCommandManager. execute(Command<K,V> cmd)voidCommandManager. executeCommand(Command<K,V> cmd, boolean forward, java.lang.String initiator)voidCommandManager. registerCommand(Command command) -
Uses of Command in org.shoal.ha.cache.impl.interceptor
Subclasses of Command in org.shoal.ha.cache.impl.interceptor Modifier and Type Class Description classReplicationFramePayloadCommand<K,V>Methods in org.shoal.ha.cache.impl.interceptor with parameters of type Command Modifier and Type Method Description voidReplicationFramePayloadCommand. addComamnd(Command<K,V> cmd)voidCommandCollector. addCommand(Command<K,V> cmd)voidReplicationCommandTransmitterWithList. addCommand(Command<K,V> cmd)voidReplicationCommandTransmitterWithMap. addCommand(Command<K,V> cmd)voidCommandHandlerInterceptor. onReceive(Command<K,V> cmd, java.lang.String initiator)voidCommandHandlerInterceptor. onTransmit(Command<K,V> cmd, java.lang.String initiator)voidReplicationCommandTransmitterManager. onTransmit(Command<K,V> cmd, java.lang.String initiator)voidTransmitInterceptor. onTransmit(Command<K,V> cmd, java.lang.String initiator)voidCommandCollector. removeCommand(Command<K,V> cmd)voidReplicationCommandTransmitterWithList. removeCommand(Command<K,V> cmd)voidReplicationCommandTransmitterWithMap. removeCommand(Command<K,V> cmd)
-