Uses of Class
org.pentaho.di.partition.PartitionSchema
Package
Description
-
Uses of PartitionSchema in org.pentaho.di.partition
Modifier and TypeMethodDescriptionvoid
PartitionSchema.replaceMeta
(PartitionSchema partitionSchema) -
Uses of PartitionSchema in org.pentaho.di.repository
Modifier and TypeMethodDescriptionRepository.loadPartitionSchema
(org.pentaho.di.repository.ObjectId id_partition_schema, String versionLabel) Modifier and TypeMethodDescriptionprotected boolean
RepositoryImporter.equals
(PartitionSchema partitionSchema, PartitionSchema partitionSchema2) -
Uses of PartitionSchema in org.pentaho.di.repository.filerep
Modifier and TypeMethodDescriptionKettleFileRepository.loadPartitionSchema
(org.pentaho.di.repository.ObjectId id_partition_schema, String versionName) -
Uses of PartitionSchema in org.pentaho.di.repository.kdr
Modifier and TypeMethodDescriptionKettleDatabaseRepository.loadPartitionSchema
(org.pentaho.di.repository.ObjectId id_partition_schema, String versionName) -
Uses of PartitionSchema in org.pentaho.di.repository.kdr.delegates
Modifier and TypeMethodDescriptionKettleDatabaseRepositoryPartitionSchemaDelegate.loadPartitionSchema
(org.pentaho.di.repository.ObjectId id_partition_schema) Modifier 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
Modifier and TypeMethodDescriptionTransMeta.findPartitionSchema
(String name) Find a partition schema using its name.Modifier and TypeMethodDescriptionSlaveStepCopyPartitionDistribution.getOriginalPartitionSchemas()
TransMeta.getPartitionSchemas()
Gets a list of partition schemas for this transformation.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
StepPartitioningMeta.setPartitionSchema
(PartitionSchema partitionSchema) Modifier and TypeMethodDescriptionvoid
StepPartitioningMeta.setPartitionSchemaAfterLoading
(List<PartitionSchema> partitionSchemas) Set the partitioning schema after loading from XML or repositoryModifierConstructorDescriptionStepPartitioningMeta
(String method, PartitionSchema partitionSchema)