ScribeContextMap

scribe.ScribeContextMap
class ScribeContextMap extends CleanableThreadContextMap

Attributes

Graph
Supertypes
trait CleanableThreadContextMap
trait ThreadContextMap2
trait ThreadContextMap
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def clear(): Unit

Attributes

Definition Classes
ThreadContextMap
override def containsKey(key: String): Boolean

Attributes

Definition Classes
ThreadContextMap
override def get(key: String): String

Attributes

Definition Classes
ThreadContextMap
override def getCopy: Map[String, String]

Attributes

Definition Classes
ThreadContextMap
override def getImmutableMapOrNull: Map[String, String]

Attributes

Definition Classes
ThreadContextMap
override def getReadOnlyContextData: StringMap

Attributes

Definition Classes
ThreadContextMap2
override def isEmpty: Boolean

Attributes

Definition Classes
ThreadContextMap
override def put(key: String, value: String): Unit

Attributes

Definition Classes
ThreadContextMap
override def putAll(map: Map[String, String]): Unit

Attributes

Definition Classes
ThreadContextMap2
override def remove(key: String): Unit

Attributes

Definition Classes
ThreadContextMap
override def removeAll(keys: Iterable[String]): Unit

Attributes

Definition Classes
CleanableThreadContextMap