Class

com.github.j5ik2o.reactive.redis.command

Ping

Related Doc: package command

Permalink

class Ping extends BenchmarkHelper

Annotations
@SuppressWarnings() @OutputTimeUnit() @BenchmarkMode() @State()
Linear Supertypes
BenchmarkHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ping
  2. BenchmarkHelper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ping()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val WAIT_IN_SEC: Int

    Permalink
    Definition Classes
    BenchmarkHelper
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val client: RedisClient

    Permalink
    Definition Classes
    BenchmarkHelper
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fixture(): Unit

    Permalink
    Definition Classes
    PingBenchmarkHelper
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def jedis: Unit

    Permalink
    Annotations
    @Benchmark()
  16. def jedisPool: JedisPool

    Permalink
    Definition Classes
    BenchmarkHelper
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def reactiveRedisOfDefaultActor(): Unit

    Permalink
    Annotations
    @Benchmark()
  21. def reactiveRedisOfDefaultQueue(): Unit

    Permalink
    Annotations
    @Benchmark()
  22. def reactiveRedisOfJedisActor(): Unit

    Permalink
    Annotations
    @Benchmark()
  23. def reactiveRedisOfJedisQueue(): Unit

    Permalink
    Annotations
    @Benchmark()
  24. def reactiveRedisPoolOfDefaultActor: RedisConnectionPool[Task]

    Permalink
    Definition Classes
    BenchmarkHelper
  25. def reactiveRedisPoolOfDefaultQueue: RedisConnectionPool[Task]

    Permalink
    Definition Classes
    BenchmarkHelper
  26. def reactiveRedisPoolOfJedisActor: RedisConnectionPool[Task]

    Permalink
    Definition Classes
    BenchmarkHelper
  27. def reactiveRedisPoolOfJedisQueue: RedisConnectionPool[Task]

    Permalink
    Definition Classes
    BenchmarkHelper
  28. val redisTestServer: RedisTestServer

    Permalink
    Definition Classes
    BenchmarkHelper
  29. def rediscala: Unit

    Permalink
    Annotations
    @Benchmark()
  30. def rediscalaPool: RedisClientPool

    Permalink
    Definition Classes
    BenchmarkHelper
  31. def scalaRedis(): Unit

    Permalink
    Annotations
    @Benchmark()
  32. def scalaRedisPool: RedisClientPool

    Permalink
    Definition Classes
    BenchmarkHelper
  33. implicit val scheduler: Scheduler

    Permalink
    Definition Classes
    BenchmarkHelper
  34. def setup(): Unit

    Permalink
    Definition Classes
    PingBenchmarkHelper
    Annotations
    @Setup()
  35. val sizePerPeer: Int

    Permalink
    Definition Classes
    BenchmarkHelper
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. implicit val system: ActorSystem

    Permalink
    Definition Classes
    BenchmarkHelper
  38. def tearDown(): Unit

    Permalink
    Definition Classes
    PingBenchmarkHelper
    Annotations
    @TearDown()
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BenchmarkHelper

Inherited from AnyRef

Inherited from Any

Ungrouped