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 void
PartitionSchema. 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 PartitionSchema
Repository. 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 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 PartitionSchema Modifier and Type Method Description PartitionSchema
KettleFileRepository. 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 PartitionSchema
KettleDatabaseRepository. 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 PartitionSchema
KettleDatabaseRepositoryPartitionSchemaDelegate. 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.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 PartitionSchema Modifier and Type Method Description PartitionSchema
TransMeta. 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 void
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 PartitionSchema Modifier and Type Method Description void
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 PartitionSchema Modifier and Type Method Description PartitionSchema
StepPartitioningMeta. getPartitionSchema()
Methods in org.pentaho.di.trans.step with parameters of type PartitionSchema Modifier and Type Method Description void
StepPartitioningMeta. setPartitionSchema(PartitionSchema partitionSchema)
Method parameters in org.pentaho.di.trans.step with type arguments of type PartitionSchema Modifier and Type Method Description void
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 PartitionSchema Constructor Description StepPartitioningMeta(String method, PartitionSchema partitionSchema)
-