Class IApplication.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IConnectable,IConnectable.Jsii$Default,IGrantable,IGrantable.Jsii$Default,IApplication,IApplication.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IApplication
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.flink.alpha.IApplication
IApplication.Jsii$Default, IApplication.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IConnectable
IConnectable.Jsii$Default, IConnectable.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IGrantable
IGrantable.Jsii$Default, IGrantable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanaddToRolePolicy(PolicyStatement policyStatement) (experimental) Convenience method for adding a policy statement to the application role.final voidapplyRemovalPolicy(RemovalPolicy policy) Apply the given removal policy to this resource.final String(experimental) The application ARN.final String(experimental) The name of the Flink application.final ConnectionsThe network connections associated with this resource.final ResourceEnvironmentgetEnv()The environment this resource belongs to.final IPrincipalThe principal to grant permissions to.final software.constructs.NodegetNode()The tree node.final IRolegetRole()(experimental) The application IAM role.final StackgetStack()The stack in which this resource is defined.final Metric(experimental) Return a CloudWatch metric associated with this Flink application.final Metricmetric(String metricName, MetricOptions props) (experimental) Return a CloudWatch metric associated with this Flink application.final Metric(experimental) The time (in milliseconds) this task or operator is back pressured per second.final Metric(experimental) The time (in milliseconds) this task or operator is back pressured per second.final Metric(experimental) The time (in milliseconds) this task or operator is busy (neither idle nor back pressured) per second.final Metric(experimental) The time (in milliseconds) this task or operator is busy (neither idle nor back pressured) per second.final Metric(experimental) The overall percentage of CPU utilization across task managers.final Metric(experimental) The overall percentage of CPU utilization across task managers.final Metric(experimental) The last watermark this application/operator/task/thread has received.final Metric(experimental) The last watermark this application/operator/task/thread has received.final Metric(experimental) The last watermark this application/operator/task/thread has received.final Metric(experimental) The last watermark this application/operator/task/thread has received.final Metric(experimental) The time elapsed during an outage for failing/recovering jobs.final MetricmetricDowntime(MetricOptions props) (experimental) The time elapsed during an outage for failing/recovering jobs.final Metric(experimental) The total number of times this job has fully restarted since it was submitted.final MetricmetricFullRestarts(MetricOptions props) (experimental) The total number of times this job has fully restarted since it was submitted.final Metric(experimental) Overall heap memory utilization across task managers.final Metric(experimental) Overall heap memory utilization across task managers.final Metric(experimental) The time (in milliseconds) this task or operator is idle (has no data to process) per second.final Metric(experimental) The time (in milliseconds) this task or operator is idle (has no data to process) per second.final Metric(experimental) The number of Kinesis Processing Units that are used to run your stream processing application.final MetricmetricKpus(MetricOptions props) (experimental) The number of Kinesis Processing Units that are used to run your stream processing application.final Metric(experimental) The time it took to complete the last checkpoint.final Metric(experimental) The time it took to complete the last checkpoint.final Metric(experimental) The total size of the last checkpoint.final Metric(experimental) The total size of the last checkpoint.final Metric(experimental) The total amount of managed memory.final Metric(experimental) The total amount of managed memory.final Metric(experimental) The amount of managed memory currently used.final Metric(experimental) The amount of managed memory currently used.final Metric(experimental) Derived from managedMemoryUsed/managedMemoryTotal.final Metric(experimental) Derived from managedMemoryUsed/managedMemoryTotal.final Metric(experimental) The number of times checkpointing has failed.final Metric(experimental) The number of times checkpointing has failed.final Metric(experimental) The number of records this operator or task has dropped due to arriving late.final Metric(experimental) The number of records this operator or task has dropped due to arriving late.final Metric(experimental) The total number of records this application, operator, or task has received.final MetricmetricNumRecordsIn(MetricOptions props) (experimental) The total number of records this application, operator, or task has received.final Metric(experimental) The total number of records this application, operator or task has received per second.final Metric(experimental) The total number of records this application, operator or task has received per second.final Metric(experimental) The total number of records this application, operator or task has emitted.final MetricmetricNumRecordsOut(MetricOptions props) (experimental) The total number of records this application, operator or task has emitted.final Metric(experimental) The total number of records this application, operator or task has emitted per second.final Metric(experimental) The total number of records this application, operator or task has emitted per second.final Metric(experimental) The total number of old garbage collection operations that have occurred across all task managers.final Metric(experimental) The total number of old garbage collection operations that have occurred across all task managers.final Metric(experimental) The total time spent performing old garbage collection operations.final Metric(experimental) The total time spent performing old garbage collection operations.final Metric(experimental) The total number of live threads used by the application.final MetricmetricThreadsCount(MetricOptions props) (experimental) The total number of live threads used by the application.final Metric(experimental) The time that the job has been running without interruption.final MetricmetricUptime(MetricOptions props) (experimental) The time that the job has been running without interruption.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getNode
@Stability(Stable) @NotNull public final software.constructs.Node getNode()The tree node.- Specified by:
getNodein interfaceIApplication.Jsii$Default- Specified by:
getNodein interfacesoftware.constructs.IConstruct- Specified by:
getNodein interfacesoftware.constructs.IConstruct.Jsii$Default- Specified by:
getNodein interfaceIResource.Jsii$Default
-
getEnv
The environment this resource belongs to.For resources that are created and managed in a Stack (those created by creating new class instances like
new Role(),new Bucket(), etc.), this is always the same as the environment of the stack they belong to.For referenced resources (those obtained from referencing methods like
Role.fromRoleArn(),Bucket.fromBucketName(), etc.), they might be different than the stack they were imported into.- Specified by:
getEnvin interfaceIApplication.Jsii$Default- Specified by:
getEnvin interfaceIEnvironmentAware- Specified by:
getEnvin interfaceIEnvironmentAware.Jsii$Default- Specified by:
getEnvin interfaceIResource.Jsii$Default
-
getStack
The stack in which this resource is defined.- Specified by:
getStackin interfaceIApplication.Jsii$Default- Specified by:
getStackin interfaceIResource- Specified by:
getStackin interfaceIResource.Jsii$Default
-
getConnections
The network connections associated with this resource.- Specified by:
getConnectionsin interfaceIApplication.Jsii$Default- Specified by:
getConnectionsin interfaceIConnectable- Specified by:
getConnectionsin interfaceIConnectable.Jsii$Default
-
getGrantPrincipal
The principal to grant permissions to.- Specified by:
getGrantPrincipalin interfaceIApplication.Jsii$Default- Specified by:
getGrantPrincipalin interfaceIGrantable- Specified by:
getGrantPrincipalin interfaceIGrantable.Jsii$Default
-
getApplicationArn
(experimental) The application ARN.- Specified by:
getApplicationArnin interfaceIApplication- Specified by:
getApplicationArnin interfaceIApplication.Jsii$Default
-
getApplicationName
(experimental) The name of the Flink application.- Specified by:
getApplicationNamein interfaceIApplication- Specified by:
getApplicationNamein interfaceIApplication.Jsii$Default
-
getRole
(experimental) The application IAM role.- Specified by:
getRolein interfaceIApplication- Specified by:
getRolein interfaceIApplication.Jsii$Default
-
applyRemovalPolicy
Apply the given removal policy to this resource.The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (
RemovalPolicy.DESTROY), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN).- Specified by:
applyRemovalPolicyin interfaceIApplication.Jsii$Default- Specified by:
applyRemovalPolicyin interfaceIResource- Specified by:
applyRemovalPolicyin interfaceIResource.Jsii$Default- Parameters:
policy- This parameter is required.
-
addToRolePolicy
@Stability(Experimental) @NotNull public final Boolean addToRolePolicy(@NotNull PolicyStatement policyStatement) (experimental) Convenience method for adding a policy statement to the application role.- Specified by:
addToRolePolicyin interfaceIApplication- Specified by:
addToRolePolicyin interfaceIApplication.Jsii$Default- Parameters:
policyStatement- This parameter is required.
-
metric
@Stability(Experimental) @NotNull public final Metric metric(@NotNull String metricName, @Nullable MetricOptions props) (experimental) Return a CloudWatch metric associated with this Flink application.- Specified by:
metricin interfaceIApplication- Specified by:
metricin interfaceIApplication.Jsii$Default- Parameters:
metricName- The name of the metric. This parameter is required.props- Customization properties.
-
metric
(experimental) Return a CloudWatch metric associated with this Flink application.- Specified by:
metricin interfaceIApplication- Parameters:
metricName- The name of the metric. This parameter is required.
-
metricBackPressuredTimeMsPerSecond
@Stability(Experimental) @NotNull public final Metric metricBackPressuredTimeMsPerSecond(@Nullable MetricOptions props) (experimental) The time (in milliseconds) this task or operator is back pressured per second.Units: Milliseconds
Reporting Level: Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricBackPressuredTimeMsPerSecondin interfaceIApplication- Specified by:
metricBackPressuredTimeMsPerSecondin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricBackPressuredTimeMsPerSecond
(experimental) The time (in milliseconds) this task or operator is back pressured per second.Units: Milliseconds
Reporting Level: Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricBackPressuredTimeMsPerSecondin interfaceIApplication
-
metricBusyTimePerMsPerSecond
@Stability(Experimental) @NotNull public final Metric metricBusyTimePerMsPerSecond(@Nullable MetricOptions props) (experimental) The time (in milliseconds) this task or operator is busy (neither idle nor back pressured) per second.Can be NaN, if the value could not be calculated.
Units: Milliseconds
Reporting Level: Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricBusyTimePerMsPerSecondin interfaceIApplication- Specified by:
metricBusyTimePerMsPerSecondin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricBusyTimePerMsPerSecond
(experimental) The time (in milliseconds) this task or operator is busy (neither idle nor back pressured) per second.Can be NaN, if the value could not be calculated.
Units: Milliseconds
Reporting Level: Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricBusyTimePerMsPerSecondin interfaceIApplication
-
metricCpuUtilization
@Stability(Experimental) @NotNull public final Metric metricCpuUtilization(@Nullable MetricOptions props) (experimental) The overall percentage of CPU utilization across task managers.For example, if there are five task managers, Kinesis Data Analytics publishes five samples of this metric per reporting interval.
Units: Percentage
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricCpuUtilizationin interfaceIApplication- Specified by:
metricCpuUtilizationin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricCpuUtilization
(experimental) The overall percentage of CPU utilization across task managers.For example, if there are five task managers, Kinesis Data Analytics publishes five samples of this metric per reporting interval.
Units: Percentage
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricCpuUtilizationin interfaceIApplication
-
metricCurrentInputWatermark
@Stability(Experimental) @NotNull public final Metric metricCurrentInputWatermark(@Nullable MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.Units: Milliseconds
Reporting Level: Application, Operator, Task, Parallelism
Default: - maximum over 5 minutes
- Specified by:
metricCurrentInputWatermarkin interfaceIApplication- Specified by:
metricCurrentInputWatermarkin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricCurrentInputWatermark
(experimental) The last watermark this application/operator/task/thread has received.Units: Milliseconds
Reporting Level: Application, Operator, Task, Parallelism
Default: - maximum over 5 minutes
- Specified by:
metricCurrentInputWatermarkin interfaceIApplication
-
metricCurrentOutputWatermark
@Stability(Experimental) @NotNull public final Metric metricCurrentOutputWatermark(@Nullable MetricOptions props) (experimental) The last watermark this application/operator/task/thread has received.Units: Milliseconds
Reporting Level: Application, Operator, Task, Parallelism
Default: - maximum over 5 minutes
- Specified by:
metricCurrentOutputWatermarkin interfaceIApplication- Specified by:
metricCurrentOutputWatermarkin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricCurrentOutputWatermark
(experimental) The last watermark this application/operator/task/thread has received.Units: Milliseconds
Reporting Level: Application, Operator, Task, Parallelism
Default: - maximum over 5 minutes
- Specified by:
metricCurrentOutputWatermarkin interfaceIApplication
-
metricDowntime
(experimental) The time elapsed during an outage for failing/recovering jobs.Units: Milliseconds
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricDowntimein interfaceIApplication- Specified by:
metricDowntimein interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricDowntime
(experimental) The time elapsed during an outage for failing/recovering jobs.Units: Milliseconds
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricDowntimein interfaceIApplication
-
metricFullRestarts
@Stability(Experimental) @NotNull public final Metric metricFullRestarts(@Nullable MetricOptions props) (experimental) The total number of times this job has fully restarted since it was submitted.This metric does not measure fine-grained restarts.
Units: Count
Reporting Level: Application
Default: - sum over 5 minutes
- Specified by:
metricFullRestartsin interfaceIApplication- Specified by:
metricFullRestartsin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricFullRestarts
(experimental) The total number of times this job has fully restarted since it was submitted.This metric does not measure fine-grained restarts.
Units: Count
Reporting Level: Application
Default: - sum over 5 minutes
- Specified by:
metricFullRestartsin interfaceIApplication
-
metricHeapMemoryUtilization
@Stability(Experimental) @NotNull public final Metric metricHeapMemoryUtilization(@Nullable MetricOptions props) (experimental) Overall heap memory utilization across task managers.For example, if there are five task managers, Kinesis Data Analytics publishes five samples of this metric per reporting interval.
Units: Percentage
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricHeapMemoryUtilizationin interfaceIApplication- Specified by:
metricHeapMemoryUtilizationin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricHeapMemoryUtilization
(experimental) Overall heap memory utilization across task managers.For example, if there are five task managers, Kinesis Data Analytics publishes five samples of this metric per reporting interval.
Units: Percentage
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricHeapMemoryUtilizationin interfaceIApplication
-
metricIdleTimeMsPerSecond
@Stability(Experimental) @NotNull public final Metric metricIdleTimeMsPerSecond(@Nullable MetricOptions props) (experimental) The time (in milliseconds) this task or operator is idle (has no data to process) per second.Idle time excludes back pressured time, so if the task is back pressured it is not idle.
Units: Milliseconds
Reporting Level: Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricIdleTimeMsPerSecondin interfaceIApplication- Specified by:
metricIdleTimeMsPerSecondin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricIdleTimeMsPerSecond
(experimental) The time (in milliseconds) this task or operator is idle (has no data to process) per second.Idle time excludes back pressured time, so if the task is back pressured it is not idle.
Units: Milliseconds
Reporting Level: Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricIdleTimeMsPerSecondin interfaceIApplication
-
metricKpus
(experimental) The number of Kinesis Processing Units that are used to run your stream processing application.The average number of KPUs used each hour determines the billing for your application.
Units: Count
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricKpusin interfaceIApplication- Specified by:
metricKpusin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricKpus
(experimental) The number of Kinesis Processing Units that are used to run your stream processing application.The average number of KPUs used each hour determines the billing for your application.
Units: Count
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricKpusin interfaceIApplication
-
metricLastCheckpointDuration
@Stability(Experimental) @NotNull public final Metric metricLastCheckpointDuration(@Nullable MetricOptions props) (experimental) The time it took to complete the last checkpoint.Units: Milliseconds
Reporting Level: Application
Default: - maximum over 5 minutes
- Specified by:
metricLastCheckpointDurationin interfaceIApplication- Specified by:
metricLastCheckpointDurationin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricLastCheckpointDuration
(experimental) The time it took to complete the last checkpoint.Units: Milliseconds
Reporting Level: Application
Default: - maximum over 5 minutes
- Specified by:
metricLastCheckpointDurationin interfaceIApplication
-
metricLastCheckpointSize
@Stability(Experimental) @NotNull public final Metric metricLastCheckpointSize(@Nullable MetricOptions props) (experimental) The total size of the last checkpoint.Units: Bytes
Reporting Level: Application
Default: - maximum over 5 minutes
- Specified by:
metricLastCheckpointSizein interfaceIApplication- Specified by:
metricLastCheckpointSizein interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricLastCheckpointSize
(experimental) The total size of the last checkpoint.Units: Bytes
Reporting Level: Application
Default: - maximum over 5 minutes
- Specified by:
metricLastCheckpointSizein interfaceIApplication
-
metricManagedMemoryTotal
@Stability(Experimental) @NotNull public final Metric metricManagedMemoryTotal(@Nullable MetricOptions props) (experimental) The total amount of managed memory.Units: Bytes
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricManagedMemoryTotalin interfaceIApplication- Specified by:
metricManagedMemoryTotalin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricManagedMemoryTotal
(experimental) The total amount of managed memory.Units: Bytes
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricManagedMemoryTotalin interfaceIApplication
-
metricManagedMemoryUsed
@Stability(Experimental) @NotNull public final Metric metricManagedMemoryUsed(@Nullable MetricOptions props) (experimental) The amount of managed memory currently used.Units: Bytes
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricManagedMemoryUsedin interfaceIApplication- Specified by:
metricManagedMemoryUsedin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricManagedMemoryUsed
(experimental) The amount of managed memory currently used.Units: Bytes
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricManagedMemoryUsedin interfaceIApplication
-
metricManagedMemoryUtilization
@Stability(Experimental) @NotNull public final Metric metricManagedMemoryUtilization(@Nullable MetricOptions props) (experimental) Derived from managedMemoryUsed/managedMemoryTotal.Units: Percentage
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricManagedMemoryUtilizationin interfaceIApplication- Specified by:
metricManagedMemoryUtilizationin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricManagedMemoryUtilization
(experimental) Derived from managedMemoryUsed/managedMemoryTotal.Units: Percentage
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricManagedMemoryUtilizationin interfaceIApplication
-
metricNumberOfFailedCheckpoints
@Stability(Experimental) @NotNull public final Metric metricNumberOfFailedCheckpoints(@Nullable MetricOptions props) (experimental) The number of times checkpointing has failed.Units: Count
Reporting Level: Application
Default: - sum over 5 minutes
- Specified by:
metricNumberOfFailedCheckpointsin interfaceIApplication- Specified by:
metricNumberOfFailedCheckpointsin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricNumberOfFailedCheckpoints
(experimental) The number of times checkpointing has failed.Units: Count
Reporting Level: Application
Default: - sum over 5 minutes
- Specified by:
metricNumberOfFailedCheckpointsin interfaceIApplication
-
metricNumLateRecordsDropped
@Stability(Experimental) @NotNull public final Metric metricNumLateRecordsDropped(@Nullable MetricOptions props) (experimental) The number of records this operator or task has dropped due to arriving late.Units: Count
Reporting Level: Application, Operator, Task, Parallelism
Default: - sum over 5 minutes
- Specified by:
metricNumLateRecordsDroppedin interfaceIApplication- Specified by:
metricNumLateRecordsDroppedin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricNumLateRecordsDropped
(experimental) The number of records this operator or task has dropped due to arriving late.Units: Count
Reporting Level: Application, Operator, Task, Parallelism
Default: - sum over 5 minutes
- Specified by:
metricNumLateRecordsDroppedin interfaceIApplication
-
metricNumRecordsIn
@Stability(Experimental) @NotNull public final Metric metricNumRecordsIn(@Nullable MetricOptions props) (experimental) The total number of records this application, operator, or task has received.Units: Count
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricNumRecordsInin interfaceIApplication- Specified by:
metricNumRecordsInin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricNumRecordsIn
(experimental) The total number of records this application, operator, or task has received.Units: Count
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricNumRecordsInin interfaceIApplication
-
metricNumRecordsInPerSecond
@Stability(Experimental) @NotNull public final Metric metricNumRecordsInPerSecond(@Nullable MetricOptions props) (experimental) The total number of records this application, operator or task has received per second.Units: Count/Second
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricNumRecordsInPerSecondin interfaceIApplication- Specified by:
metricNumRecordsInPerSecondin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricNumRecordsInPerSecond
(experimental) The total number of records this application, operator or task has received per second.Units: Count/Second
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricNumRecordsInPerSecondin interfaceIApplication
-
metricNumRecordsOut
@Stability(Experimental) @NotNull public final Metric metricNumRecordsOut(@Nullable MetricOptions props) (experimental) The total number of records this application, operator or task has emitted.Units: Count
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricNumRecordsOutin interfaceIApplication- Specified by:
metricNumRecordsOutin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricNumRecordsOut
(experimental) The total number of records this application, operator or task has emitted.Units: Count
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricNumRecordsOutin interfaceIApplication
-
metricNumRecordsOutPerSecond
@Stability(Experimental) @NotNull public final Metric metricNumRecordsOutPerSecond(@Nullable MetricOptions props) (experimental) The total number of records this application, operator or task has emitted per second.Units: Count/Second
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricNumRecordsOutPerSecondin interfaceIApplication- Specified by:
metricNumRecordsOutPerSecondin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricNumRecordsOutPerSecond
(experimental) The total number of records this application, operator or task has emitted per second.Units: Count/Second
Reporting Level: Application, Operator, Task, Parallelism
Default: - average over 5 minutes
- Specified by:
metricNumRecordsOutPerSecondin interfaceIApplication
-
metricOldGenerationGCCount
@Stability(Experimental) @NotNull public final Metric metricOldGenerationGCCount(@Nullable MetricOptions props) (experimental) The total number of old garbage collection operations that have occurred across all task managers.Units: Count
Reporting Level: Application
Default: - sum over 5 minutes
- Specified by:
metricOldGenerationGCCountin interfaceIApplication- Specified by:
metricOldGenerationGCCountin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricOldGenerationGCCount
(experimental) The total number of old garbage collection operations that have occurred across all task managers.Units: Count
Reporting Level: Application
Default: - sum over 5 minutes
- Specified by:
metricOldGenerationGCCountin interfaceIApplication
-
metricOldGenerationGCTime
@Stability(Experimental) @NotNull public final Metric metricOldGenerationGCTime(@Nullable MetricOptions props) (experimental) The total time spent performing old garbage collection operations.Units: Milliseconds
Reporting Level: Application
Default: - sum over 5 minutes
- Specified by:
metricOldGenerationGCTimein interfaceIApplication- Specified by:
metricOldGenerationGCTimein interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricOldGenerationGCTime
(experimental) The total time spent performing old garbage collection operations.Units: Milliseconds
Reporting Level: Application
Default: - sum over 5 minutes
- Specified by:
metricOldGenerationGCTimein interfaceIApplication
-
metricThreadsCount
@Stability(Experimental) @NotNull public final Metric metricThreadsCount(@Nullable MetricOptions props) (experimental) The total number of live threads used by the application.Units: Count
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricThreadsCountin interfaceIApplication- Specified by:
metricThreadsCountin interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricThreadsCount
(experimental) The total number of live threads used by the application.Units: Count
Reporting Level: Application
Default: - average over 5 minutes
- Specified by:
metricThreadsCountin interfaceIApplication
-
metricUptime
(experimental) The time that the job has been running without interruption.Units: Milliseconds
Reporting Level: Application
Default: - sample count over 5 minutes
- Specified by:
metricUptimein interfaceIApplication- Specified by:
metricUptimein interfaceIApplication.Jsii$Default- Parameters:
props-
-
metricUptime
(experimental) The time that the job has been running without interruption.Units: Milliseconds
Reporting Level: Application
Default: - sample count over 5 minutes
- Specified by:
metricUptimein interfaceIApplication
-