Class SetOperation

java.lang.Object
org.infinispan.server.resp.operation.SetOperation

public class SetOperation extends Object
  • Constructor Details

    • SetOperation

      public SetOperation()
  • Method Details

    • performOperation

      public static CompletionStage<SetResponse> performOperation(org.infinispan.AdvancedCache<byte[],byte[]> cache, List<byte[]> arguments)