public class FullWanSyncStats extends Object implements com.hazelcast.wan.WanSyncStats
WanSyncStats interface| Constructor and Description |
|---|
FullWanSyncStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDurationSecs() |
int |
getPartitionsSynced() |
int |
getRecordsSynced() |
void |
onSyncComplete()
Callback for completing synchronization
|
void |
onSyncPartition()
Callback for synchronizing a partition
|
void |
onSyncRecords(int recordsSynced)
Callback for synchronizing records
|
public void onSyncPartition()
public void onSyncRecords(int recordsSynced)
recordsSynced - the number of the records synchronizedpublic void onSyncComplete()
public long getDurationSecs()
getDurationSecs in interface com.hazelcast.wan.WanSyncStatspublic int getPartitionsSynced()
getPartitionsSynced in interface com.hazelcast.wan.WanSyncStatspublic int getRecordsSynced()
getRecordsSynced in interface com.hazelcast.wan.WanSyncStatsCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.