Uses of Class
org.infinispan.server.resp.response.SetResponse
Packages that use SetResponse
-
Uses of SetResponse in org.infinispan.server.resp.operation
Methods in org.infinispan.server.resp.operation that return types with arguments of type SetResponseModifier and TypeMethodDescriptionstatic CompletionStage
<SetResponse> SetOperation.performOperation
(AdvancedCache<byte[], byte[]> cache, List<byte[]> arguments, TimeService timeService, String command) -
Uses of SetResponse in org.infinispan.server.resp.response
Fields in org.infinispan.server.resp.response with type parameters of type SetResponseModifier and TypeFieldDescriptionstatic final BiConsumer
<SetResponse, ResponseWriter> SetResponse.SERIALIZER