com.twitter.jvm

NilJvm

object NilJvm extends Jvm

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NilJvm
  2. Jvm
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Opts extends AnyRef

    Definition Classes
    Jvm

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val edenPool: Pool

    Definition Classes
    NilJvmJvm
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def executor: ScheduledExecutorService

    Definition Classes
    Jvm
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def forceGc(): Unit

    Definition Classes
    NilJvmJvm
  14. def foreachGc(f: (Gc) ⇒ Unit): Unit

    Invoke f for every Gc event in the system.

    Invoke f for every Gc event in the system. This samples snap in order to synthesize a unique stream of Gc events. It's important that f is not constructed so that it's likely to, by itself, trigger another Gc event, causing an infinite loop. The same is true of the internal datastructures used by foreachGc, but they are svelte.

    Definition Classes
    Jvm
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def mainClassName: String

    Get the main class name for the currently running application.

    Get the main class name for the currently running application. Note that this works only by heuristic, and may not be accurate.

    TODO: take into account the standard callstack around scala invocations better.

    Definition Classes
    Jvm
  19. val metaspaceUsage: Option[MetaspaceUsage]

    Gets the current usage of the metaspace, if available.

    Gets the current usage of the metaspace, if available.

    Definition Classes
    NilJvmJvm
  20. def monitorGcs(bufferFor: Duration): (Time) ⇒ Seq[Gc]

    Monitors Gcs using foreachGc, and returns a function to query its timeline (up to buffer in the past).

    Monitors Gcs using foreachGc, and returns a function to query its timeline (up to buffer in the past). Querying is cheap, linear to the number of Gcs that happened since the queried time. The result is returned in reverse chronological order.

    Definition Classes
    Jvm
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val opts: Opts

    Current VM-specific options.

    Current VM-specific options.

    Definition Classes
    NilJvmJvm
  25. val snap: Snapshot

    Snapshot of JVM state.

    Snapshot of JVM state.

    Definition Classes
    NilJvmJvm
  26. val snapCounters: Map[String, String]

    Get a snapshot of all performance counters.

    Get a snapshot of all performance counters.

    Definition Classes
    NilJvmJvm
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Jvm

Inherited from AnyRef

Inherited from Any

Ungrouped