public static class CheckpointManager.CheckpointStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CheckpointManager.CheckpointStats.CheckpointAttempt |
Constructor and Description |
---|
CheckpointStats() |
Modifier and Type | Method and Description |
---|---|
void |
addAttempt(CheckpointManager.CheckpointStats.CheckpointAttempt checkpointAttempt) |
java.util.Queue |
getAttempts() |
int |
getAttemptsCount() |
int |
getAttemptsCountAuto() |
long |
getAverageAutoDuration() |
int |
getFailCount() |
long |
getStartTime() |
int |
getSuccessCount() |
void |
incAttemptsCount() |
void |
incAttemptsCountAuto() |
void |
incSuccessCount() |
public void incAttemptsCount()
public void incAttemptsCountAuto()
public void incSuccessCount()
public long getStartTime()
public int getAttemptsCount()
public int getAttemptsCountAuto()
public int getSuccessCount()
public int getFailCount()
public long getAverageAutoDuration()
public void addAttempt(CheckpointManager.CheckpointStats.CheckpointAttempt checkpointAttempt)
public java.util.Queue getAttempts()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.