Package io.activej.aggregation.ot
Class AggregationDiff
java.lang.Object
io.activej.aggregation.ot.AggregationDiff
-
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationDiffempty()booleaninthashCode()inverse()booleanisEmpty()static AggregationDiffof(@NotNull Set<AggregationChunk> addedChunks, @NotNull Set<AggregationChunk> removedChunks) static AggregationDiffof(Set<AggregationChunk> addedChunks) static AggregationDiffsquash(AggregationDiff commit1, AggregationDiff commit2) toString()
-
Method Details
-
of
public static AggregationDiff of(@NotNull @NotNull Set<AggregationChunk> addedChunks, @NotNull @NotNull Set<AggregationChunk> removedChunks) -
of
-
empty
-
getAddedChunks
-
getRemovedChunks
-
inverse
-
isEmpty
public boolean isEmpty() -
squash
-
equals
-
hashCode
public int hashCode() -
toString
-