Uses of Enum Class
org.sentrysoftware.metricshub.engine.connector.model.common.DeviceKind
Packages that use DeviceKind
Package
Description
-
Uses of DeviceKind in org.sentrysoftware.metricshub.engine.common.helpers
Fields in org.sentrysoftware.metricshub.engine.common.helpers with type parameters of type DeviceKindModifier and TypeFieldDescriptionstatic final Map<DeviceKind, String> MetricsHubConstants.HOST_TYPE_TO_OTEL_HOST_TYPEMap of Host Types to OpenTelemetry Host Typesstatic final Map<DeviceKind, String> MetricsHubConstants.HOST_TYPE_TO_OTEL_OS_TYPEMap of Host Types to OS Types -
Uses of DeviceKind in org.sentrysoftware.metricshub.engine.connector.model.common
Fields in org.sentrysoftware.metricshub.engine.connector.model.common with type parameters of type DeviceKindModifier and TypeFieldDescriptionstatic final Set<DeviceKind> DeviceKind.DEVICE_KINDSA set containing all the enumerated device kinds.Methods in org.sentrysoftware.metricshub.engine.connector.model.common that return DeviceKindModifier and TypeMethodDescriptionstatic DeviceKindDetects theDeviceKindusing the value defined in the connector code.static DeviceKindReturns the enum constant of this class with the specified name.static DeviceKind[]DeviceKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeviceKind in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
Constructor parameters in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion with type arguments of type DeviceKindModifierConstructorDescriptionDeviceTypeCriterion(String type, boolean forceSerialization, Set<DeviceKind> keep, Set<DeviceKind> exclude) Constructor with builder for creating an instance of DeviceTypeCriterion. -
Uses of DeviceKind in org.sentrysoftware.metricshub.engine.strategy.detection
Method parameters in org.sentrysoftware.metricshub.engine.strategy.detection with type arguments of type DeviceKindModifier and TypeMethodDescriptionbooleanCriterionProcessor.isDeviceKindIncluded(List<DeviceKind> deviceKindList, DeviceTypeCriterion deviceTypeCriterion) Return true if the deviceKind in the deviceKindList is included in the DeviceTypeCriterion detection.