final case class StringHashTracer extends HashTracer with Product with Serializable
Hash tracer that accumulated encoded values into a string.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringHashTracer
- Serializable
- Product
- Equals
- HashTracer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def asByteArray: Array[Byte]
Returns a byte array of the encoding performed through this HashTracer.
Returns a byte array of the encoding performed through this HashTracer. traceSubNodes does not affect the result of this function, only encoded bytes at the first level are returned.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def context(context: String): Unit
- Definition Classes
- StringHashTracer → HashTracer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val level: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def result: String
- lazy val subNodeTracer: HashTracer
- Definition Classes
- StringHashTracer → HashTracer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def traceByte(b: Byte, context: => String): Unit
- Definition Classes
- StringHashTracer → HashTracer
- def traceByteArray(b: Array[Byte], context: => String): Unit
- Definition Classes
- StringHashTracer → HashTracer
- def traceByteString(byteBuffer: ByteString, context: => String): Unit
- Definition Classes
- StringHashTracer → HashTracer
- val traceSubNodes: Boolean
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])