jp.terasoluna.fw.batch.partition
クラス PartitionKeyHandlerFactory

java.lang.Object
  上位を拡張 jp.terasoluna.fw.batch.partition.PartitionKeyHandlerFactory
すべての実装されたインタフェース:
CollectedDataHandlerFactory

public class PartitionKeyHandlerFactory
extends java.lang.Object
implements CollectedDataHandlerFactory

分割キー処理用ハンドラのファクトリクラス。


コンストラクタの概要
PartitionKeyHandlerFactory()
           
 
メソッドの概要
 PartitionKeyHandler getHandler(WorkQueue workQueue, JobContext jobContext)
          分割キー処理用ハンドラを生成する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PartitionKeyHandlerFactory

public PartitionKeyHandlerFactory()
メソッドの詳細

getHandler

public PartitionKeyHandler getHandler(WorkQueue workQueue,
                                      JobContext jobContext)
分割キー処理用ハンドラを生成する。

定義:
インタフェース CollectedDataHandlerFactory 内の getHandler
パラメータ:
workQueue - ワークキュー
jobContext - ジョブコンテクスト
戻り値:
分割キー処理用ハンドラ