Class CheckpointMetrics

    • Constructor Detail

      • CheckpointMetrics

        @VisibleForTesting
        public CheckpointMetrics()
      • CheckpointMetrics

        public CheckpointMetrics​(long bytesProcessedDuringAlignment,
                                 long bytesPersistedDuringAlignment,
                                 long alignmentDurationNanos,
                                 long syncDurationMillis,
                                 long asyncDurationMillis,
                                 long checkpointStartDelayNanos,
                                 boolean unalignedCheckpoint,
                                 long bytesPersistedOfThisCheckpoint,
                                 long totalBytesPersisted)
    • Method Detail

      • getBytesProcessedDuringAlignment

        public long getBytesProcessedDuringAlignment()
      • getBytesPersistedDuringAlignment

        public long getBytesPersistedDuringAlignment()
      • getAlignmentDurationNanos

        public long getAlignmentDurationNanos()
      • getSyncDurationMillis

        public long getSyncDurationMillis()
      • getAsyncDurationMillis

        public long getAsyncDurationMillis()
      • getCheckpointStartDelayNanos

        public long getCheckpointStartDelayNanos()
      • getUnalignedCheckpoint

        public boolean getUnalignedCheckpoint()
      • getBytesPersistedOfThisCheckpoint

        public long getBytesPersistedOfThisCheckpoint()
      • getTotalBytesPersisted

        public long getTotalBytesPersisted()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object