Uses of Class
org.pentaho.di.partition.PartitionSchema
Packages that use PartitionSchema
Package
Description
-
Uses of PartitionSchema in org.pentaho.di.partition
Methods in org.pentaho.di.partition with parameters of type PartitionSchemaModifier and TypeMethodDescriptionvoidPartitionSchema.replaceMeta(PartitionSchema partitionSchema) -
Uses of PartitionSchema in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return PartitionSchemaModifier and TypeMethodDescriptionRepository.loadPartitionSchema(org.pentaho.di.repository.ObjectId id_partition_schema, String versionLabel) Methods in org.pentaho.di.repository that return types with arguments of type PartitionSchemaMethods in org.pentaho.di.repository with parameters of type PartitionSchemaModifier and TypeMethodDescriptionprotected booleanRepositoryImporter.equals(PartitionSchema partitionSchema, PartitionSchema partitionSchema2) -
Uses of PartitionSchema in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return PartitionSchemaModifier and TypeMethodDescriptionKettleFileRepository.loadPartitionSchema(org.pentaho.di.repository.ObjectId id_partition_schema, String versionName) -
Uses of PartitionSchema in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return PartitionSchemaModifier and TypeMethodDescriptionKettleDatabaseRepository.loadPartitionSchema(org.pentaho.di.repository.ObjectId id_partition_schema, String versionName) -
Uses of PartitionSchema in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return PartitionSchemaModifier and TypeMethodDescriptionKettleDatabaseRepositoryPartitionSchemaDelegate.loadPartitionSchema(org.pentaho.di.repository.ObjectId id_partition_schema) Methods in org.pentaho.di.repository.kdr.delegates with parameters of type PartitionSchemaModifier and TypeMethodDescriptionorg.pentaho.di.repository.ObjectIdKettleDatabaseRepositoryPartitionSchemaDelegate.insertPartitionSchema(PartitionSchema partitionSchema) voidKettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema(PartitionSchema partitionSchema) voidKettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema(PartitionSchema partitionSchema, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation) voidKettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema(PartitionSchema partitionSchema, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation, boolean overwrite) voidKettleDatabaseRepositoryPartitionSchemaDelegate.updatePartitionSchema(PartitionSchema partitionSchema) -
Uses of PartitionSchema in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return PartitionSchemaModifier and TypeMethodDescriptionTransMeta.findPartitionSchema(String name) Find a partition schema using its name.Methods in org.pentaho.di.trans that return types with arguments of type PartitionSchemaModifier and TypeMethodDescriptionSlaveStepCopyPartitionDistribution.getOriginalPartitionSchemas()TransMeta.getPartitionSchemas()Gets a list of partition schemas for this transformation.Methods in org.pentaho.di.trans with parameters of type PartitionSchemaModifier and TypeMethodDescriptionvoidTransMeta.addOrReplacePartitionSchema(PartitionSchema partitionSchema) Add a new partition schema to the transformation if that didn't exist yet.booleanTransMeta.isUsingPartitionSchema(PartitionSchema partitionSchema) Checks if the transformation is using the specified partition schema.Method parameters in org.pentaho.di.trans with type arguments of type PartitionSchemaModifier and TypeMethodDescriptionvoidTransMeta.addOrReplacePartitionSchema(List<PartitionSchema> partitionSchemas) Add a new partition schemas to the transformation if that didn't exist yet.voidSlaveStepCopyPartitionDistribution.setOriginalPartitionSchemas(List<PartitionSchema> originalPartitionSchemas) voidTransMeta.setPartitionSchemas(List<PartitionSchema> partitionSchemas) Sets the list of partition schemas for this transformation. -
Uses of PartitionSchema in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return PartitionSchemaMethods in org.pentaho.di.trans.step with parameters of type PartitionSchemaModifier and TypeMethodDescriptionvoidStepPartitioningMeta.setPartitionSchema(PartitionSchema partitionSchema) Method parameters in org.pentaho.di.trans.step with type arguments of type PartitionSchemaModifier and TypeMethodDescriptionvoidStepPartitioningMeta.setPartitionSchemaAfterLoading(List<PartitionSchema> partitionSchemas) Set the partitioning schema after loading from XML or repositoryConstructors in org.pentaho.di.trans.step with parameters of type PartitionSchemaModifierConstructorDescriptionStepPartitioningMeta(String method, PartitionSchema partitionSchema)