Uses of Class
org.infinispan.server.resp.response.LCSResponse
Packages that use LCSResponse
- 
Uses of LCSResponse in org.infinispan.server.resp.operationMethods in org.infinispan.server.resp.operation that return LCSResponseMethods in org.infinispan.server.resp.operation that return types with arguments of type LCSResponseModifier and TypeMethodDescriptionstatic CompletionStage<LCSResponse> LCSOperation.performOperation(AdvancedCache<byte[], byte[]> cache, List<byte[]> arguments, boolean isLcs) 
- 
Uses of LCSResponse in org.infinispan.server.resp.responseFields in org.infinispan.server.resp.response with type parameters of type LCSResponseModifier and TypeFieldDescriptionstatic final BiConsumer<LCSResponse, ResponseWriter> LCSResponse.SERIALIZER