Package nosql.batch.update.wal
Class CompletionStatistic
java.lang.Object
nosql.batch.update.wal.CompletionStatistic
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intfinal intfinal int -
Constructor Summary
ConstructorsConstructorDescriptionCompletionStatistic(int staleBatchesFound, int staleBatchesComplete, int staleBatchesIgnored, int staleBatchesErrors) -
Method Summary
-
Field Details
-
staleBatchesFound
public final int staleBatchesFound -
staleBatchesComplete
public final int staleBatchesComplete -
staleBatchesIgnored
public final int staleBatchesIgnored -
staleBatchesErrors
public final int staleBatchesErrors
-
-
Constructor Details
-
CompletionStatistic
public CompletionStatistic(int staleBatchesFound, int staleBatchesComplete, int staleBatchesIgnored, int staleBatchesErrors)
-