Uses of Class
org.pentaho.di.partition.PartitionSchema
- 
- 
Uses of PartitionSchema in org.pentaho.di.partition
Methods in org.pentaho.di.partition with parameters of type PartitionSchema Modifier and Type Method Description voidPartitionSchema. replaceMeta(PartitionSchema partitionSchema) - 
Uses of PartitionSchema in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return PartitionSchema Modifier and Type Method Description PartitionSchemaRepository. loadPartitionSchema(org.pentaho.di.repository.ObjectId id_partition_schema, String versionLabel)Methods in org.pentaho.di.repository that return types with arguments of type PartitionSchema Modifier and Type Method Description List<PartitionSchema>RepositoryExtended. getPartitions(boolean cached)Deprecated.Methods in org.pentaho.di.repository with parameters of type PartitionSchema Modifier and Type Method Description protected booleanRepositoryImporter. equals(PartitionSchema partitionSchema, PartitionSchema partitionSchema2) - 
Uses of PartitionSchema in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return PartitionSchema Modifier and Type Method Description PartitionSchemaKettleFileRepository. 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 PartitionSchema Modifier and Type Method Description PartitionSchemaKettleDatabaseRepository. 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 PartitionSchema Modifier and Type Method Description PartitionSchemaKettleDatabaseRepositoryPartitionSchemaDelegate. loadPartitionSchema(org.pentaho.di.repository.ObjectId id_partition_schema)Methods in org.pentaho.di.repository.kdr.delegates with parameters of type PartitionSchema Modifier and Type Method Description org.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 PartitionSchema Modifier and Type Method Description PartitionSchemaTransMeta. findPartitionSchema(String name)Find a partition schema using its name.Methods in org.pentaho.di.trans that return types with arguments of type PartitionSchema Modifier and Type Method Description List<PartitionSchema>SlaveStepCopyPartitionDistribution. getOriginalPartitionSchemas()List<PartitionSchema>TransMeta. getPartitionSchemas()Gets a list of partition schemas for this transformation.Methods in org.pentaho.di.trans with parameters of type PartitionSchema Modifier and Type Method Description voidTransMeta. 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 PartitionSchema Modifier and Type Method Description voidTransMeta. 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 PartitionSchema Modifier and Type Method Description PartitionSchemaStepPartitioningMeta. getPartitionSchema()Methods in org.pentaho.di.trans.step with parameters of type PartitionSchema Modifier and Type Method Description voidStepPartitioningMeta. setPartitionSchema(PartitionSchema partitionSchema)Method parameters in org.pentaho.di.trans.step with type arguments of type PartitionSchema Modifier and Type Method Description voidStepPartitioningMeta. setPartitionSchemaAfterLoading(List<PartitionSchema> partitionSchemas)Set the partitioning schema after loading from XML or repositoryConstructors in org.pentaho.di.trans.step with parameters of type PartitionSchema Constructor Description StepPartitioningMeta(String method, PartitionSchema partitionSchema) 
 -