kamon

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Function[T, R] extends AnyRef

  2. final class GlobPathFilter extends AnyRef

  3. class LazyActorRef extends AnyRef

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

  4. final class MilliTimestamp extends AnyVal

    Epoch time stamp in milliseconds.

  5. final class NanoInterval extends AnyVal

    Number of nanoseconds that passed between two points in time.

  6. final class NanoTimestamp extends AnyVal

    Epoch time stamp in nanoseconds.

  7. class PaddedAtomicLong extends AtomicLong

  8. final class RelativeNanoTimestamp extends AnyVal

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

  9. 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.

  10. trait Supplier[T] extends AnyRef

  11. final class Timestamp extends AnyVal

    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

  7. object NanoInterval

  8. object NanoTimestamp

  9. object NeedToScale

  10. object RelativeNanoTimestamp

  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

  14. object TriemapAtomicGetOrElseUpdate

  15. package executors

  16. package http

  17. package logger

Ungrouped