p

kamon

util

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Clock extends java.time.Clock
  2. class DifferentialSource extends AnyRef

    Keeps track of the values produced by the source and produce the difference between the last two observed values when calling get.

    Keeps track of the values produced by the source and produce the difference between the last two observed values when calling get. This class assumes the source increases monotonically and any produced value that violates this assumption will be dropped.

  3. class DynamicAccess extends AnyRef

    Utility class for creating instances from a FQCN, see [1] for the original source.

    Utility class for creating instances from a FQCN, see [1] for the original source.

    It uses reflection to turn fully-qualified class names into Class[_] objects and creates instances from there using getDeclaredConstructor() and invoking that.

    [1] https://github.com/akka/akka/blob/master/akka-actor/src/main/scala/akka/actor/ReflectiveDynamicAccess.scala

  4. class Filters extends AnyRef
  5. class GlobPathFilter extends Matcher
  6. class IncludeExcludeMatcher extends Matcher
  7. trait Matcher extends AnyRef
  8. class RegexMatcher extends Matcher
  9. trait Registration extends AnyRef

    Implementations of this interface encapsulate whatever state is necessary to properly handle de-registration from the component that returned the registration.

Value Members

  1. object CallingThreadExecutionContext extends ExecutionContext

    For small code blocks that don't need to be run on a separate thread.

  2. object Clock
  3. object DifferentialSource
  4. object Filters
  5. object HexCodec

Ungrouped