Uses of Interface
com.pervasive.datarush.cal.ResultMerger
-
Packages that use ResultMerger Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of ResultMerger in com.pervasive.datarush.cal
Subinterfaces of ResultMerger in com.pervasive.datarush.cal Modifier and Type Interface Description interface
DistributedCallableBatch<R>
A distributed equivalent of aCallable
.Classes in com.pervasive.datarush.cal that implement ResultMerger Modifier and Type Class Description class
DistributedCommandBatch<T>
Convenient base class forDistributedCallableBatch
's that do not support monitoring/partial results.
-