Skip navigation links
C G O R S T V 

C

com.netflix.spectator.gc - package com.netflix.spectator.gc
 

G

GcEvent - Class in com.netflix.spectator.gc
Metadata about a garbage collection event.
GcEvent(GarbageCollectionNotificationInfo, long) - Constructor for class com.netflix.spectator.gc.GcEvent
Create a new instance.
GcEventListener - Interface in com.netflix.spectator.gc
Listener for GC events.
GcLogger - Class in com.netflix.spectator.gc
Logger to collect GC notifcation events.
GcLogger() - Constructor for class com.netflix.spectator.gc.GcLogger
Create a new instance.
GcType - Enum in com.netflix.spectator.gc
Simple classification of gc type to avoid reliance on names than can vary.
getInfo() - Method in class com.netflix.spectator.gc.GcEvent
Info object from the GarbageCollectorMXBean notification emitter.
getLogs() - Method in class com.netflix.spectator.gc.GcLogger
Return the current set of GC events in the in-memory log.
getName() - Method in class com.netflix.spectator.gc.GcEvent
Name of the collector for the event.
getStartTime() - Method in class com.netflix.spectator.gc.GcEvent
Start time in milliseconds since the epoch.
getType() - Method in class com.netflix.spectator.gc.GcEvent
Type of GC event that occurred.

O

onComplete(GcEvent) - Method in interface com.netflix.spectator.gc.GcEventListener
Invoked after a GC event occurs.

R

REVERSE_TIME_ORDER - Static variable in class com.netflix.spectator.gc.GcEvent
Order events from newest to oldest.

S

start(GcEventListener) - Method in class com.netflix.spectator.gc.GcLogger
Start collecting data about GC events.
stop() - Method in class com.netflix.spectator.gc.GcLogger
Stop collecting GC events.

T

TIME_ORDER - Static variable in class com.netflix.spectator.gc.GcEvent
Order events from oldest to newest.
toString() - Method in class com.netflix.spectator.gc.GcEvent
 

V

valueOf(String) - Static method in enum com.netflix.spectator.gc.GcType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.netflix.spectator.gc.GcType
Returns an array containing the constants of this enum type, in the order they are declared.
C G O R S T V 
Skip navigation links