IBM®
Skip to main content
    Country/region [select]      Terms of use
 
 
    
     Home      Products      Services & industry solutions      Support & downloads      My IBM     
developerworks > My developerWorks >  Dashboard > WebSphere Extended Deployment Compute Grid > Batch data stream framework and patterns
developerWorks
Log In   View a printable version of the current page.
Batch data stream framework and patterns
Added by CarrieMiller, last edited by CarrieMiller on Sep 09, 2009  (view change) show comment
Labels: 
(None)

If you log in with your developerWorks ID, you can leave comments and feedback for the development team.
WebSphere Extended Deployment Compute Grid Version 6.1.1

Batch data stream framework and patterns

Compute Grid provides a batch data stream (BDS) framework that includes pre-built code to work with popular streams like text, byte, database, datasets, and so on. You can implement an interface where the business logic for processing the stream is added. The pre-built code manages the opening, closing, externalizing/internalizing checkpoints, and so on.

You can use this feature if you have Version 6.1.0.3 or later installed.

BDS framework patterns

A BDS framework pattern is a simple Java TM interface for a particular type of data stream that a user implements to insert business logic. The BDS framework has several supporting classes for each pattern that do most of the mundane tasks related to stream management. The following table shows the patterns that Compute Grid provides:
BDS framework patterns and supporting classes

Pattern name Description Supporting classes
JDBCReaderPattern Used to retrieve data from a database using a JDBC connection.

BDS framework steps

BDS framework steps minimize the amount of work needed to create a new batch step by performing the bookkeeping tasks related to step management and delegating the business logic to a class implemented by the user.

BDS framework steps and descriptions

Step Description
Generic batch step A simple step that uses one input and one output stream.
Error Tolerant step A simple step that uses one input, one output stream, and one error stream..

=

ThresholdPolicies

Threshold policies

Step Description
RecordBasedThresholdPolicy This policy provides a Compute Grid implementation of the ThresholdPolicy interface..
PercentageBasedThresholdPolicy This policy provides a Compute Grid implementation of the ThresholdPolicy interface

Related links

Wiki Disclaimer and License
Copyright IBM Corporation 2007,2008,2009. All Rights Reserved.

Content source for this Wiki page: cbtchpttrnover.dita

Docs Generic Batch Step (GenericXDBatchStep) (WebSphere Extended Deployment Compute Grid)


    About IBM Privacy Contact