Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendConsumptionDispatchPlan
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendConsumptionDispatchPlan
Deterministic dispatch plan for semantic legacy-backend consumption.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintintintintbooleanbooleanreadyForSemanticLegacyBackendDispatch(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) boolean
-
Method Details
-
getPayloadIndex
-
getDispatchItems
-
getSourceOwnedItems
-
getExpressionCallableItems
public List<XL16USemanticLegacyBackendConsumptionDispatchPlan.DispatchItem> getExpressionCallableItems() -
getMetadataItems
-
getFirstDispatchItem
-
getFirstSourceOwnedItem
-
getFirstExpressionCallableItem
public XL16USemanticLegacyBackendConsumptionDispatchPlan.DispatchItem getFirstExpressionCallableItem() -
getFirstMetadataItem
-
getDispatchItemCount
public int getDispatchItemCount() -
getDispatchItemCount
public int getDispatchItemCount(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
getSourceOwnedItemCount
public int getSourceOwnedItemCount() -
getExpressionCallableItemCount
public int getExpressionCallableItemCount() -
getMetadataItemCount
public int getMetadataItemCount() -
dispatchesAllIndexedNodes
public boolean dispatchesAllIndexedNodes() -
dispatchesAllIndexedNodes
public boolean dispatchesAllIndexedNodes(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
readyForSemanticLegacyBackendDispatch
public boolean readyForSemanticLegacyBackendDispatch() -
readyForSemanticLegacyBackendDispatch
public boolean readyForSemanticLegacyBackendDispatch(XL16USemanticLegacyBackendConsumptionPreparedWork.Operation operation) -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-