Module xl.compiler

Class XL16USemanticLegacyBackendEffectApplicationSummary

java.lang.Object
de.grogra.xl.compiler.xl16u.XL16USemanticLegacyBackendEffectApplicationSummary

public final class XL16USemanticLegacyBackendEffectApplicationSummary extends Object
Compact accounting summary for semantic legacy-backend effect application.
  • 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()