kamon

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Function[T, R] extends AnyRef

  2. final class GlobPathFilter extends PathFilter

  3. class LazyActorRef extends AnyRef

    A LazyActorRef accumulates messages sent to an actor that doesn't exist yet.

  4. final case class MilliTimestamp(millis: Long) extends AnyVal with Product with Serializable

    Epoch time stamp in milliseconds.

  5. final case class NanoInterval(nanos: Long) extends AnyVal with Product with Serializable

    Number of nanoseconds that passed between two points in time.

  6. final case class NanoTimestamp(nanos: Long) extends AnyVal with Product with Serializable

    Epoch time stamp in nanoseconds.

  7. class PaddedAtomicLong extends AtomicLong

  8. trait PathFilter extends AnyRef

  9. case class RegexPathFilter(path: String) extends PathFilter with Product with Serializable

  10. final case class RelativeNanoTimestamp(nanos: Long) extends AnyVal with Product with Serializable

    Number of nanoseconds between a arbitrary origin timestamp provided by the JVM via System.

  11. class Sequencer extends AnyRef

    This class implements an extremely efficient, thread-safe way to generate a incrementing sequence of Longs with a simple Long overflow protection.

  12. trait Supplier[T] extends AnyRef

  13. final case class Timestamp(seconds: Long) extends AnyVal with Product with Serializable

    Epoch time stamp.

Value Members

  1. object ConfigTools

  2. object FastDispatch

    Extension for Future[ActorRef].

  3. object JavaTags

  4. object Latency

  5. object MapMerge

  6. object MilliTimestamp extends Serializable

  7. object NanoInterval extends Serializable

  8. object NanoTimestamp extends Serializable

  9. object NeedToScale

  10. object RelativeNanoTimestamp extends Serializable

  11. object SameThreadExecutionContext extends ExecutionContext

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

  12. object Sequencer

  13. object Timestamp extends Serializable

  14. object TriemapAtomicGetOrElseUpdate

  15. package executors

  16. package http

  17. package logger

Ungrouped