Uses of Record Class
eu.cloudnetservice.driver.service.ProcessSnapshot
Packages that use ProcessSnapshot
-
Uses of ProcessSnapshot in eu.cloudnetservice.driver.cluster
Fields in eu.cloudnetservice.driver.cluster declared as ProcessSnapshotModifier and TypeFieldDescriptionprotected final ProcessSnapshotNodeInfoSnapshot.processSnapshotMethods in eu.cloudnetservice.driver.cluster that return ProcessSnapshotModifier and TypeMethodDescriptionNodeInfoSnapshot.processSnapshot()Get the process snapshot made when this snapshot was created on the associated node.Constructors in eu.cloudnetservice.driver.cluster with parameters of type ProcessSnapshotModifierConstructorDescriptionNodeInfoSnapshot(long creationTime, long startupMillis, int maxMemory, int usedMemory, int reservedMemory, int currentServicesCount, boolean drain, @NonNull NetworkClusterNode node, @NonNull CloudNetVersion version, @NonNull ProcessSnapshot processSnapshot, double maxCPUUsageToStartServices, @NonNull Collection<ModuleConfiguration> modules, @NonNull Document properties) Constructs a new network cluster node info snapshot instance. -
Uses of ProcessSnapshot in eu.cloudnetservice.driver.service
Fields in eu.cloudnetservice.driver.service declared as ProcessSnapshotModifier and TypeFieldDescriptionprivate static final ProcessSnapshotProcessSnapshot.EMPTYprotected final ProcessSnapshotServiceInfoSnapshot.processSnapshotMethods in eu.cloudnetservice.driver.service that return ProcessSnapshotModifier and TypeMethodDescriptionProcessSnapshot.clone()static @NonNull ProcessSnapshotProcessSnapshot.empty()Get a jvm static process snapshot which holds no information about any process.ServiceInfoSnapshot.processSnapshot()Get the process snapshot of the service process at the creation time of this snapshot.static @NonNull ProcessSnapshotProcessSnapshot.self()Creates a new process snapshot info filled with information about the current process.Constructors in eu.cloudnetservice.driver.service with parameters of type ProcessSnapshotModifierConstructorDescriptionServiceInfoSnapshot(long creationTime, @NonNull HostAndPort address, @NonNull ProcessSnapshot processSnapshot, @NonNull ServiceConfiguration configuration, long connectedTime, @NonNull ServiceLifeCycle lifeCycle, @NonNull Document properties) Constructs a new service info snapshot.