Uses of Record Class
eu.cloudnetservice.driver.service.ThreadSnapshot
Packages that use ThreadSnapshot
-
Uses of ThreadSnapshot in eu.cloudnetservice.driver.service
Fields in eu.cloudnetservice.driver.service with type parameters of type ThreadSnapshotModifier and TypeFieldDescriptionprivate final @NonNull Collection<ThreadSnapshot> ProcessSnapshot.threadsThe field for thethreadsrecord component.Methods in eu.cloudnetservice.driver.service that return ThreadSnapshotModifier and TypeMethodDescriptionThreadSnapshot.clone()static @NonNull ThreadSnapshotCreates a thread snapshot from the given thread.static @NonNull ThreadSnapshotThreadSnapshot.from(@NonNull ThreadInfo info) Creates a thread snapshot from the given thread info.Methods in eu.cloudnetservice.driver.service that return types with arguments of type ThreadSnapshotModifier and TypeMethodDescriptionProcessSnapshot.threads()Returns the value of thethreadsrecord component.Constructor parameters in eu.cloudnetservice.driver.service with type arguments of type ThreadSnapshotModifierConstructorDescriptionProcessSnapshot(long pid, double cpuUsage, double systemCpuUsage, long maxHeapMemory, long heapUsageMemory, long noHeapUsageMemory, long unloadedClassCount, long totalLoadedClassCount, int currentLoadedClassCount, @NonNull Collection<ThreadSnapshot> threads) Creates an instance of aProcessSnapshotrecord class.