public class CompactionResult extends Object
Constructor and Description |
---|
CompactionResult() |
CompactionResult(long discardedCount,
int deletedFromTxn) |
Modifier and Type | Method and Description |
---|---|
void |
appendResult(CompactionResult other) |
int |
getDeletedFromTxn() |
long |
getDiscardedCount() |
void |
increaseDeletedFromTxnCount(int deletedFromTxn) |
void |
increaseDiscardedCount(int discardedCount) |
boolean |
isEmpty() |
void |
setDeletedFromTxn(int deletedFromTxn) |
void |
setDiscardedCount(long discardedCount) |
public CompactionResult()
public CompactionResult(long discardedCount, int deletedFromTxn)
public long getDiscardedCount()
public void increaseDiscardedCount(int discardedCount)
public void setDiscardedCount(long discardedCount)
public int getDeletedFromTxn()
public void increaseDeletedFromTxnCount(int deletedFromTxn)
public void setDeletedFromTxn(int deletedFromTxn)
public boolean isEmpty()
public void appendResult(CompactionResult other)
Copyright © GigaSpaces.