javax.batch.api.partition

Interface PartitionReducer

  • All Known Implementing Classes:
    AbstractPartitionReducer

    public interface PartitionReducer
    PartitionReducer provides unit of work demarcation across partitions. It is not a JTA transaction; no resources are enlisted. Rather, it provides transactional flow semantics to facilitate finalizing merge or compensation logic.
    • Method Detail

      • beginPartitionedStep

        void beginPartitionedStep()
                           throws Exception
        The beginPartitionedStep method receives control at the start of partition processing. It receives control before the PartitionMapper is invoked and before any partitions are started.
        Throws:
        Exception - is thrown if an error occurs.
      • beforePartitionedStepCompletion

        void beforePartitionedStepCompletion()
                                      throws Exception
        The beforePartitionedStepCompletion method receives control at the end of partitioned step processing. It receives control after all partitions have completed. It does not receive control if the PartitionReducer is rolling back.
        Throws:
        Exception - is thrown if an error occurs.
      • rollbackPartitionedStep

        void rollbackPartitionedStep()
                              throws Exception
        The rollbackPartitionedStep method receives control if the runtime is rolling back a partitioned step. Any partition threads still running are allowed to complete before this method is invoked. This method receives control if any of the following conditions are true:

        1. One or more partitions end with a Batch Status of STOPPED or FAILED.
        2. Any of the following partitioned step callbacks throw an exception:
          1. PartitionMapper
          2. PartitionReducer
          3. PartitionCollector
          4. PartitionAnalyzer
        3. A job with partitioned steps is restarted.
        Throws:
        Exception - is thrown if an error occurs.
      • afterPartitionedStepCompletion

        void afterPartitionedStepCompletion(PartitionReducer.PartitionStatus status)
                                     throws Exception
        The afterPartitionedStepCompletion method receives control at the end of a partition processing. It receives a status value that identifies the outcome of the partition processing. The status string value is either "COMMIT" or "ROLLBACK".
        Parameters:
        status - specifies the outcome of the partitioned step. Values are "COMMIT" or "ROLLBACK".
        Throws:
        Exception - is thrown if an error occurs.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/batch/api/partition/partitionreducer.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.