Class RespTestClientDriver

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

public class RespTestClientDriver extends Object
  • 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

  • Method Details

    • self

      public RespTestClientDriver self()
    • withOptions

      public RespTestClientDriver withOptions(io.vertx.redis.client.RedisOptions options)
    • withVertx

      public RespTestClientDriver withVertx(io.vertx.core.Vertx vertx)
    • get

      public io.vertx.redis.client.Redis get()
    • connect

      public io.vertx.redis.client.RedisConnection connect(io.vertx.redis.client.Redis client)
    • getConnection

      public io.vertx.redis.client.RedisConnection getConnection()
    • withServerConfiguration

      public RespTestClientDriver withServerConfiguration(org.infinispan.configuration.cache.ConfigurationBuilder serverConfiguration)
    • withServerConfiguration

      public RespTestClientDriver withServerConfiguration(org.infinispan.commons.configuration.StringConfiguration configuration)
    • withCacheMode

      public RespTestClientDriver withCacheMode(org.infinispan.configuration.cache.CacheMode mode)
    • withQualifier

      public RespTestClientDriver withQualifier(String qualifier)
    • withQualifiers

      public RespTestClientDriver withQualifiers(Object... qualifiers)
    • makeVolatile

      public RespTestClientDriver makeVolatile()