Uses of Class
org.infinispan.server.resp.response.LCSResponse
Packages that use LCSResponse
-
Uses of LCSResponse in org.infinispan.server.resp
Fields in org.infinispan.server.resp with type parameters of type LCSResponseModifier and TypeFieldDescriptionstatic final BiConsumer<LCSResponse, ByteBufPool> Consumers.LCS_BICONSUMER -
Uses of LCSResponse in org.infinispan.server.resp.operation
Methods 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(org.infinispan.AdvancedCache<byte[], byte[]> cache, List<byte[]> arguments, boolean isLcs)