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 TypeMethodDescriptionvoid
PartitionSchema.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 boolean
RepositoryImporter.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.ObjectId
KettleDatabaseRepositoryPartitionSchemaDelegate.insertPartitionSchema
(PartitionSchema partitionSchema) void
KettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema
(PartitionSchema partitionSchema) void
KettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema
(PartitionSchema partitionSchema, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation) void
KettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema
(PartitionSchema partitionSchema, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation, boolean overwrite) void
KettleDatabaseRepositoryPartitionSchemaDelegate.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 TypeMethodDescriptionvoid
TransMeta.addOrReplacePartitionSchema
(PartitionSchema partitionSchema) Add a new partition schema to the transformation if that didn't exist yet.boolean
TransMeta.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 TypeMethodDescriptionvoid
TransMeta.addOrReplacePartitionSchema
(List<PartitionSchema> partitionSchemas) Add a new partition schemas to the transformation if that didn't exist yet.void
SlaveStepCopyPartitionDistribution.setOriginalPartitionSchemas
(List<PartitionSchema> originalPartitionSchemas) void
TransMeta.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 TypeMethodDescriptionvoid
StepPartitioningMeta.setPartitionSchema
(PartitionSchema partitionSchema) Method parameters in org.pentaho.di.trans.step with type arguments of type PartitionSchemaModifier and TypeMethodDescriptionvoid
StepPartitioningMeta.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)