public class MigrationStats extends Object
Constructor and Description |
---|
MigrationStats() |
Modifier and Type | Method and Description |
---|---|
String |
formatToString(boolean detailed) |
long |
getCompletedMigrations()
Returns the number of completed migrations on the latest repartitioning round.
|
long |
getElapsedDestinationCommitTime()
Returns the total elapsed time of commit operations' executions to the destination endpoint,
in milliseconds, on the latest repartitioning round.
|
long |
getElapsedMigrationOperationTime()
Returns the total elapsed time of migration & replication operations' executions
from source to destination endpoints, in milliseconds, on the latest repartitioning round.
|
long |
getElapsedMigrationTime()
Returns the total elapsed time from start of migration tasks to their completion,
in milliseconds, on the latest repartitioning round.
|
Date |
getLastRepartitionTime()
Returns the last repartition time.
|
long |
getTotalCompletedMigrations()
Returns the total number of completed migrations since the beginning.
|
long |
getTotalElapsedDestinationCommitTime()
Returns the total elapsed time of commit operations' executions to the destination endpoint,
in milliseconds, since the beginning.
|
long |
getTotalElapsedMigrationOperationTime()
Returns the total elapsed time of migration & replication operations' executions
from source to destination endpoints, in milliseconds, since the beginning.
|
long |
getTotalElapsedMigrationTime()
Returns the total elapsed time from start of migration tasks to their completion,
in milliseconds, since the beginning.
|
String |
toString() |
public Date getLastRepartitionTime()
public long getCompletedMigrations()
public long getTotalCompletedMigrations()
public long getElapsedMigrationOperationTime()
public long getElapsedDestinationCommitTime()
public long getElapsedMigrationTime()
public long getTotalElapsedMigrationOperationTime()
public long getTotalElapsedDestinationCommitTime()
public long getTotalElapsedMigrationTime()
public String formatToString(boolean detailed)
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.