Uses of Class
org.shoal.ha.cache.api.AbstractCommandInterceptor
-
Packages that use AbstractCommandInterceptor Package Description org.shoal.ha.cache.api org.shoal.ha.cache.impl.command org.shoal.ha.cache.impl.interceptor -
-
Uses of AbstractCommandInterceptor in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return AbstractCommandInterceptor Modifier and Type Method Description AbstractCommandInterceptor<K,V>AbstractCommandInterceptor. getNext()AbstractCommandInterceptor<K,V>AbstractCommandInterceptor. getPrev()Methods in org.shoal.ha.cache.api with parameters of type AbstractCommandInterceptor Modifier and Type Method Description voidAbstractCommandInterceptor. setNext(AbstractCommandInterceptor<K,V> next)voidAbstractCommandInterceptor. setPrev(AbstractCommandInterceptor<K,V> prev) -
Uses of AbstractCommandInterceptor in org.shoal.ha.cache.impl.command
Methods in org.shoal.ha.cache.impl.command with parameters of type AbstractCommandInterceptor Modifier and Type Method Description voidCommandManager. registerExecutionInterceptor(AbstractCommandInterceptor<K,V> interceptor) -
Uses of AbstractCommandInterceptor in org.shoal.ha.cache.impl.interceptor
Subclasses of AbstractCommandInterceptor in org.shoal.ha.cache.impl.interceptor Modifier and Type Class Description classCommandHandlerInterceptor<K,V>classReplicationCommandTransmitterManager<K,V>classTransmitInterceptor<K,V>
-