Class FusedCollectionIndexActions
java.lang.Object
com.blazebit.persistence.view.impl.update.flush.FusedCollectionIndexActions
- All Implemented Interfaces:
FusedCollectionActions
- Since:
- 1.3.0
- Author:
- Christian Beikov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionFusedCollectionIndexActions(List<? extends ListAction<?>> collectionActions) -
Method Summary
Modifier and TypeMethodDescriptionintgetAdded()getAdded(UpdateContext context) intintgetRemoved(UpdateContext context) intint
-
Constructor Details
-
FusedCollectionIndexActions
-
-
Method Details
-
operationCount
public int operationCount()- Specified by:
operationCountin interfaceFusedCollectionActions
-
getRemoveCount
public int getRemoveCount()- Specified by:
getRemoveCountin interfaceFusedCollectionActions
-
getAddCount
public int getAddCount()- Specified by:
getAddCountin interfaceFusedCollectionActions
-
getUpdateCount
public int getUpdateCount()- Specified by:
getUpdateCountin interfaceFusedCollectionActions
-
getRemoved
- Specified by:
getRemovedin interfaceFusedCollectionActions
-
getRemoved
- Specified by:
getRemovedin interfaceFusedCollectionActions
-
getTranslations
-
getAdded
- Specified by:
getAddedin interfaceFusedCollectionActions
-
getAdded
- Specified by:
getAddedin interfaceFusedCollectionActions
-
getAppendIndex
public int getAppendIndex() -
getReplaces
-