Module xl.compiler
Package de.grogra.xl.compiler.xl16u
Class XL16USemanticLegacyBackendEffectApplicationSummary
java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendEffectApplicationSummary
Compact accounting summary for semantic legacy-backend effect application.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintintintintintintintgetRoute()intbooleanbooleanbooleanbooleanbooleanboolean
-
Method Details
-
getApplicationResult
-
getRoute
-
getPayloadIndex
-
getDispatchPlan
-
getPreparedWork
-
getExecutionResult
-
getMaterializationResult
-
getApplicationCount
public int getApplicationCount() -
getPayloadCount
public int getPayloadCount() -
getDispatchItemCount
public int getDispatchItemCount() -
getPreparedApplicationCount
public int getPreparedApplicationCount() -
getExecutedApplicationCount
public int getExecutedApplicationCount() -
getMaterializedApplicationCount
public int getMaterializedApplicationCount() -
getSourceOwnedApplicationCount
public int getSourceOwnedApplicationCount() -
getExpressionCallableApplicationCount
public int getExpressionCallableApplicationCount() -
getMetadataApplicationCount
public int getMetadataApplicationCount() -
routeCoversAllApplications
public boolean routeCoversAllApplications() -
payloadIndexesAllRoutedApplications
public boolean payloadIndexesAllRoutedApplications() -
dispatchesAllIndexedApplications
public boolean dispatchesAllIndexedApplications() -
preparedAllDispatchItems
public boolean preparedAllDispatchItems() -
executedAllPreparedApplications
public boolean executedAllPreparedApplications() -
materializedAllExecutedApplications
public boolean materializedAllExecutedApplications() -
readyForSemanticLegacyBackendEffectApplication
public boolean readyForSemanticLegacyBackendEffectApplication() -
requiresCompatibilitySourceFallback
public boolean requiresCompatibilitySourceFallback()
-