public class SharedDelta
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
budget |
int |
currentBucket |
| Constructor and Description |
|---|
SharedDelta() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkSpace(java.lang.String caseId)
This method prepares the data structures in order to allow the storage of
the provided new case id item
|
void |
cleanup() |
java.lang.Integer |
getMinDelta() |
int |
getSize() |
void |
registerNewDataStructure(LossyCountingBudget<?> dataStructure) |
boolean |
removeFromAll() |
public void registerNewDataStructure(LossyCountingBudget<?> dataStructure)
dataStructure - public boolean removeFromAll()
public java.lang.Integer getMinDelta()
public void checkSpace(java.lang.String caseId)
caseId - the case id to storepublic void cleanup()
public int getSize()