Uses of Class
org.apache.hop.partition.PartitionSchema
-
Packages that use PartitionSchema Package Description org.apache.hop.core.search org.apache.hop.partition org.apache.hop.pipeline org.apache.hop.pipeline.transform -
-
Uses of PartitionSchema in org.apache.hop.core.search
Methods in org.apache.hop.core.search that return types with arguments of type PartitionSchema Modifier and Type Method Description Class<PartitionSchema>PartitionSchemaSearchableAnalyser. getSearchableClass()Method parameters in org.apache.hop.core.search with type arguments of type PartitionSchema Modifier and Type Method Description List<ISearchResult>PartitionSchemaSearchableAnalyser. search(ISearchable<PartitionSchema> searchable, ISearchQuery searchQuery) -
Uses of PartitionSchema in org.apache.hop.partition
Methods in org.apache.hop.partition with parameters of type PartitionSchema Modifier and Type Method Description voidPartitionSchema. replaceMeta(PartitionSchema partitionSchema) -
Uses of PartitionSchema in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline with parameters of type PartitionSchema Modifier and Type Method Description booleanPipelineMeta. isUsingPartitionSchema(PartitionSchema partitionSchema)Checks if the pipeline is using the specified partition schema. -
Uses of PartitionSchema in org.apache.hop.pipeline.transform
Methods in org.apache.hop.pipeline.transform that return PartitionSchema Modifier and Type Method Description PartitionSchemaTransformPartitioningMeta. getPartitionSchema()Methods in org.apache.hop.pipeline.transform with parameters of type PartitionSchema Modifier and Type Method Description voidTransformPartitioningMeta. setPartitionSchema(PartitionSchema partitionSchema)Constructors in org.apache.hop.pipeline.transform with parameters of type PartitionSchema Constructor Description TransformPartitioningMeta(String method, PartitionSchema partitionSchema)
-