Class

com.twitter.io

BufBenchmark

Related Doc: package io

Permalink

class BufBenchmark extends StdBenchAnnotations

Annotations
@State()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufBenchmark
  2. StdBenchAnnotations
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BufBenchmark()

    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. def asByteArrayByteArrayBuf(): Array[Byte]

    Permalink
    Annotations
    @Benchmark()
  5. def asByteArrayByteBufferBuf(): Array[Byte]

    Permalink
    Annotations
    @Benchmark()
  6. def asByteArrayConcatBuf(): Array[Byte]

    Permalink
    Annotations
    @Benchmark()
  7. def asByteBufferByteArrayBuf(): ByteBuffer

    Permalink
    Annotations
    @Benchmark()
  8. def asByteBufferByteBufferBuf(): ByteBuffer

    Permalink
    Annotations
    @Benchmark()
  9. def asByteBufferConcatBuf(): ByteBuffer

    Permalink
    Annotations
    @Benchmark()
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def concatByteArrayBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  13. def concatByteBufferBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  14. def concatConcatBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equalityByteArrayBuf(hole: Blackhole): Unit

    Permalink
    Annotations
    @Benchmark()
  17. def equalityByteBufferBuf(hole: Blackhole): Unit

    Permalink
    Annotations
    @Benchmark()
  18. def equalityConcatBuf(hole: Blackhole): Unit

    Permalink
    Annotations
    @Benchmark()
  19. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCodeByteArrayBuf(): Int

    Permalink
    Annotations
    @Benchmark()
  24. def hashCodeByteBufferBuf(): Int

    Permalink
    Annotations
    @Benchmark()
  25. def hashCodeConcatBuf(): Int

    Permalink
    Annotations
    @Benchmark()
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def setup(): Unit

    Permalink
    Annotations
    @Setup()
  31. var size: Int

    Permalink
  32. def sliceByteArrayBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  33. def sliceByteBufferBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  34. def sliceConcatBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  35. def stringToUtf8Buf(): Buf

    Permalink
    Annotations
    @Benchmark()
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def utf8BufToString(): String

    Permalink
    Annotations
    @Benchmark()
  39. final def wait(): Unit

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

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

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

Inherited from StdBenchAnnotations

Inherited from AnyRef

Inherited from Any

Ungrouped