Class MemcachedTestClientDriver

java.lang.Object
org.infinispan.server.test.api.MemcachedTestClientDriver
All Implemented Interfaces:
org.infinispan.commons.configuration.Self<MemcachedTestClientDriver>

public class MemcachedTestClientDriver extends Object
Memcached operations for the testing framework
Since:
15
Author:
Tristan Tarrant
  • Field Details

    • serverConfiguration

      protected org.infinispan.commons.configuration.BasicConfiguration serverConfiguration
    • flags

      protected EnumSet<org.infinispan.commons.api.CacheContainerAdmin.AdminFlag> flags
    • mode

      protected org.infinispan.configuration.cache.CacheMode mode
    • qualifiers

      protected Object[] qualifiers
  • Constructor Details

    • MemcachedTestClientDriver

      public MemcachedTestClientDriver(TestServer testServer, TestClient testClient)
  • Method Details