public class MigrationCounter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MigrationCounter.MigrationCounterBuilder |
| Constructor and Description |
|---|
MigrationCounter() |
| Modifier and Type | Method and Description |
|---|---|
static MigrationCounter.MigrationCounterBuilder |
builder() |
long |
endBatchWatch() |
long |
endTotalWatch() |
int |
getAndIncrementBatch() |
int |
getAndIncrementTotal() |
int |
getBatch() |
int |
getTotal() |
boolean |
isPersistPoint() |
void |
newBatch() |
void |
newBatchAndWatch() |
void |
newTotal() |
void |
newTotalAndWatch() |
void |
reset() |
void |
resetBatch() |
public static MigrationCounter.MigrationCounterBuilder builder()
public int getAndIncrementTotal()
public int getAndIncrementBatch()
public void newBatchAndWatch()
public long endBatchWatch()
public int getBatch()
public void newTotal()
public void newTotalAndWatch()
public long endTotalWatch()
public int getTotal()
public void newBatch()
public boolean isPersistPoint()
public void resetBatch()
public void reset()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.