Uses of Class
org.shoal.ha.cache.impl.util.ResponseMediator
-
Packages that use ResponseMediator Package Description org.shoal.ha.cache.api org.shoal.ha.cache.impl.util -
-
Uses of ResponseMediator in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return ResponseMediator Modifier and Type Method Description ResponseMediatorDataStoreContext. getResponseMediator()Methods in org.shoal.ha.cache.api with parameters of type ResponseMediator Modifier and Type Method Description voidDataStoreContext. setResponseMediator(ResponseMediator responseMediator) -
Uses of ResponseMediator in org.shoal.ha.cache.impl.util
Constructors in org.shoal.ha.cache.impl.util with parameters of type ResponseMediator Constructor Description CommandResponse(ResponseMediator mediator)CumulativeCommandResponse(ResponseMediator mediator, int maxResponse, java.lang.Object initialValue)
-