Uses of Interface
org.apache.hop.pipeline.IPartitioner
-
Packages that use IPartitioner Package Description org.apache.hop.pipeline org.apache.hop.pipeline.transform -
-
Uses of IPartitioner in org.apache.hop.pipeline
Classes in org.apache.hop.pipeline that implement IPartitioner Modifier and Type Class Description classBasePartitionerImplements common functionality needed by partitioner plugins.classModPartitionerMethods in org.apache.hop.pipeline that return IPartitioner Modifier and Type Method Description IPartitionerBasePartitioner. clone()IPartitionerIPartitioner. clone()Clone.abstract IPartitionerBasePartitioner. getInstance()IPartitionerIPartitioner. getInstance()Gets the single instance of IPartitioner.IPartitionerModPartitioner. getInstance() -
Uses of IPartitioner in org.apache.hop.pipeline.transform
Methods in org.apache.hop.pipeline.transform that return IPartitioner Modifier and Type Method Description IPartitionerTransformPartitioningMeta. getPartitioner()Methods in org.apache.hop.pipeline.transform with parameters of type IPartitioner Modifier and Type Method Description voidTransformPartitioningMeta. setPartitioner(IPartitioner partitioner)
-