Uses of Enum Class
org.openjdk.jmc.jdp.client.DiscoveryEvent.Kind
Packages that use DiscoveryEvent.Kind
Package
Description
This package contains the classes related to the JDP client.
-
Uses of DiscoveryEvent.Kind in org.openjdk.jmc.jdp.client
Methods in org.openjdk.jmc.jdp.client that return DiscoveryEvent.KindModifier and TypeMethodDescriptionDiscoveryEvent.getKind()
The kind of discovery.static DiscoveryEvent.Kind
Returns the enum constant of this class with the specified name.static DiscoveryEvent.Kind[]
DiscoveryEvent.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openjdk.jmc.jdp.client with parameters of type DiscoveryEvent.KindModifierConstructorDescriptionDiscoveryEvent
(DiscoveryEvent.Kind kind, Discoverable discoverable) Constructor.