Serialized Form
-
Package org.sentrysoftware.metricshub.engine.awk
-
Exception Class org.sentrysoftware.metricshub.engine.awk.AwkException
class AwkException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.common.exception
-
Exception Class org.sentrysoftware.metricshub.engine.common.exception.ClientException
class ClientException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.sentrysoftware.metricshub.engine.common.exception.ClientRuntimeException
class ClientRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.sentrysoftware.metricshub.engine.common.exception.ControlledSshException
class ControlledSshException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.sentrysoftware.metricshub.engine.common.exception.DeserializationException
class DeserializationException extends RuntimeException implements Serializable- serialVersionUID:
- -5293423254348627190L
-
Exception Class org.sentrysoftware.metricshub.engine.common.exception.InvalidConfigurationException
class InvalidConfigurationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.sentrysoftware.metricshub.engine.common.exception.IpmiCommandForSolarisException
class IpmiCommandForSolarisException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.sentrysoftware.metricshub.engine.common.exception.NoCredentialProvidedException
class NoCredentialProvidedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.sentrysoftware.metricshub.engine.common.exception.RetryableException
class RetryableException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.connector.deserializer.custom
-
Class org.sentrysoftware.metricshub.engine.connector.deserializer.custom.CustomDeserializer
class CustomDeserializer extends com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.connector.model
-
Class org.sentrysoftware.metricshub.engine.connector.model.Connector
class Connector extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorIdentity
ConnectorIdentity connectorIdentity
The identity of the connector. -
constants
Map<String,
String> constants Map of constant names to their values. -
embeddedFiles
Map<Integer,
EmbeddedFile> embeddedFiles Mapping of embedded files where each embedded file is associated with a unique identifier. -
extendsConnectors
Set<String> extendsConnectors
Set of connector names that the current connector extends. -
metrics
Map<String,
MetricDefinition> metrics Map of metric names to their definitions. -
monitors
Map<String,
MonitorJob> monitors Map of monitor jobs, where each key is the name of the monitor job and the value is its definition. -
pre
Map<String,
Source> pre Map of pre-sources, where each key is the name of the pre-source and the value is its definition. -
preSourceDep
List<Set<String>> preSourceDep
List of source dependencies specified as sets of source names. -
sourceTypes
Set<Class<? extends Source>> sourceTypes
Set of source types associated with the connector. -
sudoCommands
Set<String> sudoCommands
Set of sudo commands. -
translations
Map<String,
TranslationTable> translations Map of translation tables, where each key is the name of the translation table and the value is its definition.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.ConnectorStore
class ConnectorStore extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.common
-
Class org.sentrysoftware.metricshub.engine.connector.model.common.CustomConcatMethod
class CustomConcatMethod extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.common.EmbeddedFile
class EmbeddedFile extends Object implements Serializable- serialVersionUID:
- -197665338834839387L
-
Class org.sentrysoftware.metricshub.engine.connector.model.common.ExecuteForEachEntryOf
class ExecuteForEachEntryOf extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
concatMethod
IEntryConcatMethod concatMethod
The method used to concatenate entries. -
sleep
Integer sleep
The sleep integer in ms. -
source
@NonNull String source
The source for executing the operation for each entry.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.common.ReferenceTranslationTable
class ReferenceTranslationTable extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.common.SqlColumn
class SqlColumn extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.common.SqlTable
class SqlTable extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.common.TranslationTable
class TranslationTable extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.identity
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.ConnectorIdentity
class ConnectorIdentity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
compiledFilename
String compiledFilename
The compiled filename of the connector. -
detection
Detection detection
The detection information of the connector. -
displayName
String displayName
The display name of the connector. -
information
String information
Additional information about the connector. -
platforms
String platforms
The platforms on which the connector operates. -
projectVersion
String projectVersion
The project version of the connector. -
reliesOn
String reliesOn
The dependencies or components that the connector relies on. -
version
String version
The version of the connector.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.Detection
class Detection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appliesTo
@NonNull Set<DeviceKind> appliesTo
Set of device kinds to which the detection applies. -
connectionTypes
Set<ConnectionType> connectionTypes
Set of connection types for the connector. -
criteria
List<Criterion> criteria
List of criteria defining the detection conditions. -
disableAutoDetection
boolean disableAutoDetection
Flag indicating whether auto-detection is disabled for the connector. -
onLastResort
String onLastResort
Specifies the behavior on the last resort. -
supersedes
Set<String> supersedes
Set of connectors superseded by this connector. -
tags
Set<String> tags
Set of tags associated with the connector.
-
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.CommandLineCriterion
class CommandLineCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commandLine
@NonNull String commandLine
The command line to be executed as part of the criterion. -
errorMessage
String errorMessage
An optional error message to be associated with the criterion. -
executeLocally
Boolean executeLocally
Indicates whether the command should be executed locally or remotely. -
expectedResult
String expectedResult
The expected result of the operating system command execution. -
timeout
Long timeout
The timeout for the command execution, in seconds.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.Criterion
class Criterion extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
forceSerialization
boolean forceSerialization
Flag indicating whether serialization should be forced. -
type
String type
Type of the criterion.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.DeviceTypeCriterion
class DeviceTypeCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exclude
Set<DeviceKind> exclude
Set of device types to exclude. -
keep
Set<DeviceKind> keep
Set of device types to keep.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.HttpCriterion
class HttpCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authenticationToken
String authenticationToken
Authentication token for the HTTP criterion. -
body
String body
Body for the HTTP criterion. -
errorMessage
String errorMessage
Error message for the HTTP criterion. -
expectedResult
String expectedResult
Expected result for the HTTP criterion. -
header
String header
String or EmbeddedFile reference for the HTTP criterion. -
method
HttpMethod method
HTTP method for the criterion. -
path
@NonNull String path
Path for the HTTP criterion. -
resultContent
ResultContent resultContent
Result content for the HTTP criterion. -
url
@NonNull String url
URL for the HTTP criterion.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.IpmiCriterion
class IpmiCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.ProcessCriterion
class ProcessCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commandLine
@NonNull String commandLine
The command line associated with the process criterion.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.ProductRequirementsCriterion
class ProductRequirementsCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.ServiceCriterion
class ServiceCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
@NonNull String name
The name of the service for the criterion.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.SnmpCriterion
class SnmpCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.SnmpGetCriterion
class SnmpGetCriterion extends SnmpCriterion implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.SnmpGetNextCriterion
class SnmpGetNextCriterion extends SnmpCriterion implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.WbemCriterion
class WbemCriterion extends WqlCriterion implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.WmiCriterion
class WmiCriterion extends WqlCriterion implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.WqlCriterion
class WqlCriterion extends Criterion implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorMessage
String errorMessage
The error message associated with the criterion. -
expectedResult
String expectedResult
The expected result of the WQL query. -
namespace
String namespace
The namespace associated with the WQL query. The default is "root/cimv2". -
query
@NonNull String query
The WQL query associated with the criterion.
-
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.metric
-
Class org.sentrysoftware.metricshub.engine.connector.model.metric.MetricDefinition
class MetricDefinition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
The description of the metric. Default is an empty string. -
type
IMetricType type
The type of the metric. Default isMetricType.GAUGE. -
unit
String unit
The unit of the metric. Default is an empty string.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.metric.StateSet
class StateSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
output
MetricType output
The metric type of the StateSet. Default isMetricType.UP_DOWN_COUNTER. -
set
Set<String> set
The set of states associated with the metric.
-
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.monitor
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.SimpleMonitorJob
class SimpleMonitorJob extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
simple
Simple simple
The simple task associated with this monitor job.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.StandardMonitorJob
class StandardMonitorJob extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collect
AbstractCollect collect
The collection task associated with this standard monitor job. -
discovery
Discovery discovery
The discovery task associated with this standard monitor job.
-
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.monitor.mapping
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.mapping.MappingResource
class MappingResource extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.monitor.task
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.AbstractCollect
class AbstractCollect extends AbstractMonitorTask implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.AbstractMonitorTask
class AbstractMonitorTask extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
executionOrder
Set<String> executionOrder
The execution order of the monitor task. -
mapping
Mapping mapping
The mapping associated with the monitor task. -
sourceDep
List<Set<String>> sourceDep
The list of source dependencies. -
sources
Map<String,
Source> sources A map of sources associated with their names.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.Discovery
class Discovery extends AbstractMonitorTask implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.Mapping
class Mapping extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
Map<String,
String> attributes A case-insensitive map of attributes associated with the source. -
conditionalCollection
Map<String,
String> conditionalCollection A case-insensitive map of conditional collections associated with the source. -
legacyTextParameters
Map<String,
String> legacyTextParameters A case-insensitive map of legacy text parameters associated with the source. -
metrics
Map<String,
String> metrics A case-insensitive map of metrics associated with the source. -
resource
MappingResource resource
The resource associated with the mapping. -
source
String source
The source associated with the mapping.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.MonoInstanceCollect
class MonoInstanceCollect extends AbstractCollect implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.MultiInstanceCollect
class MultiInstanceCollect extends AbstractCollect implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.Simple
class Simple extends AbstractMonitorTask implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.CommandLineSource
class CommandLineSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginAtLineNumber
Integer beginAtLineNumber
The line number to begin extracting output from. -
commandLine
@NonNull String commandLine
The command line to execute. -
endAtLineNumber
Integer endAtLineNumber
The line number to end extracting output at. -
exclude
String exclude
The pattern to exclude lines from the command output. -
executeLocally
Boolean executeLocally
Flag indicating whether to execute the command locally. -
keep
String keep
The pattern to keep lines from the command output. -
selectColumns
String selectColumns
The columns to select from the command output. -
separators
String separators
The separators for columns in the command output. -
timeout
Long timeout
The timeout for executing the command.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.CopySource
class CopySource extends Source implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
from
@NonNull String from
The source from which data is copied.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.HttpSource
class HttpSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authenticationToken
String authenticationToken
The authentication token for the HTTP request. -
body
String body
The body of the HTTP request. -
header
String header
The header for the HTTP request. It can be either a String or an EmbeddedFile reference. -
method
HttpMethod method
The HTTP method for the request. -
path
String path
The path for the HTTP request. -
resultContent
ResultContent resultContent
The type of content to retrieve from the HTTP response. -
url
String url
The URL for the HTTP request.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.IpmiSource
class IpmiSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.SnmpGetSource
class SnmpGetSource extends SnmpSource implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.SnmpSource
class SnmpSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
oid
@NonNull String oid
The SNMP OID (Object Identifier) associated with the source.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.SnmpTableSource
class SnmpTableSource extends SnmpSource implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
selectColumns
@NonNull String selectColumns
The columns to select from the SNMP table.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.Source
class Source extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
computes
List<Compute> computes
List of compute operations to be performed on the source data. It is annotated with @JsonSetter to skip null values during deserialization. -
executeForEachEntryOf
ExecuteForEachEntryOf executeForEachEntryOf
Configuration for executing an operation for each entry of the source. -
forceSerialization
boolean forceSerialization
Flag indicating whether the source should be force-serialized. -
key
String key
A key associated with the source, this key is automatically set during the pre processing phase of the connector. SeeSourceKeyProcessor -
references
Set<String> references
Set of references associated with the source. -
type
String type
The type of the data source.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.SqlSource
class SqlSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.StaticSource
class StaticSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
@NonNull String value
The static value associated with the source.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.TableJoinSource
class TableJoinSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultRightLine
String defaultRightLine
The default line for right table entries when there is no match. -
keyType
String keyType
The type of key used for the join. -
leftKeyColumn
Integer leftKeyColumn
The column index from the left table to use as the key for the join. -
leftTable
String leftTable
The name of the left table to join. -
rightKeyColumn
Integer rightKeyColumn
The column index from the right table to use as the key for the join. -
rightTable
String rightTable
The name of the right table to join.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.TableUnionSource
class TableUnionSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.WbemSource
class WbemSource extends Source implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.WmiSource
class WmiSource extends Source implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.AbstractConcat
class AbstractConcat extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.AbstractMatchingLines
class AbstractMatchingLines extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Add
class Add extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.And
class And extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Append
class Append extends AbstractConcat implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.ArrayTranslate
class ArrayTranslate extends Compute implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arraySeparator
String arraySeparator
The array separator used in the computation. -
column
@NonNull Integer column
The column index used in the ArrayTranslate computation. -
resultSeparator
String resultSeparator
The result separator used in the computation. -
translationTable
@NonNull ITranslationTable translationTable
The translation table for mapping values in the specified column.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Awk
class Awk extends Compute implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exclude
String exclude
The exclude parameter for the AWK task. -
keep
String keep
The keep parameter for the AWK task. -
script
@NonNull String script
The AWK script to be executed for the computation task. -
selectColumns
String selectColumns
The selectColumns parameter for the AWK task. -
separators
String separators
The separators parameter for the AWK task.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Compute
class Compute extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
type
String type
The type of the compute operation.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Convert
class Convert extends Compute implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
@NonNull Integer column
The column index used in the Convert computation. -
conversion
@NonNull ConversionType conversion
The conversion type to be applied in the computation.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Divide
class Divide extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.DuplicateColumn
class DuplicateColumn extends Compute implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
@NonNull Integer column
The column index to be duplicated.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.ExcludeMatchingLines
class ExcludeMatchingLines extends AbstractMatchingLines implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Extract
class Extract extends Compute implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.ExtractPropertyFromWbemPath
class ExtractPropertyFromWbemPath extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Json2Csv
class Json2Csv extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.KeepColumns
class KeepColumns extends Compute implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNumbers
@NonNull String columnNumbers
The column numbers to be kept in the KeepColumns computation.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.KeepOnlyMatchingLines
class KeepOnlyMatchingLines extends AbstractMatchingLines implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Multiply
class Multiply extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.PerBitTranslation
class PerBitTranslation extends Compute implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bitList
@NonNull String bitList
The bit list associated with the PerBitTranslation task. -
column
@NonNull Integer column
The column index used in the PerBitTranslation computation. -
translationTable
@NonNull ITranslationTable translationTable
The translation table used for the PerBitTranslation computation.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Prepend
class Prepend extends AbstractConcat implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Replace
class Replace extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Substring
class Substring extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Subtract
class Subtract extends Compute implements Serializable- serialVersionUID:
- 1L
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Translate
class Translate extends Compute implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
@NonNull Integer column
The column index used in the Translate computation. -
translationTable
@NonNull ITranslationTable translationTable
The translation table used in the Translate computation.
-
-
Class org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Xml2Csv
class Xml2Csv extends Compute implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.connector.parser
-
Exception Class org.sentrysoftware.metricshub.engine.connector.parser.EmbeddedFilesResolver.EmbeddedFileProcessingException
class EmbeddedFileProcessingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.sentrysoftware.metricshub.engine.security
-
Exception Class org.sentrysoftware.metricshub.engine.security.MetricsHubSecurityException
class MetricsHubSecurityException extends Exception implements Serializable- serialVersionUID:
- 1L
-