| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PartitionSchema | |
|---|---|
| org.pentaho.di.partition | |
| org.pentaho.di.repository | This package contains the required classes to handle the Kettle repository. | 
| org.pentaho.di.repository.filerep | |
| org.pentaho.di.repository.kdr | |
| org.pentaho.di.repository.kdr.delegates | |
| org.pentaho.di.trans | This package contains the classes needed to define and execute transformations. | 
| org.pentaho.di.trans.step | |
| Uses of PartitionSchema in org.pentaho.di.partition | 
|---|
| Methods in org.pentaho.di.partition with parameters of type PartitionSchema | |
|---|---|
 void | 
PartitionSchema.replaceMeta(PartitionSchema partitionSchema)
 | 
| Uses of PartitionSchema in org.pentaho.di.repository | 
|---|
| Methods in org.pentaho.di.repository that return PartitionSchema | |
|---|---|
 PartitionSchema | 
Repository.loadPartitionSchema(org.pentaho.di.repository.ObjectId id_partition_schema,
                    String versionLabel)
 | 
| Uses of PartitionSchema in org.pentaho.di.repository.filerep | 
|---|
| Methods in org.pentaho.di.repository.filerep that return PartitionSchema | |
|---|---|
 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 | |
|---|---|
 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 | |
|---|---|
 PartitionSchema | 
KettleDatabaseRepositoryPartitionSchemaDelegate.loadPartitionSchema(org.pentaho.di.repository.ObjectId id_partition_schema)
 | 
| Methods in org.pentaho.di.repository.kdr.delegates with parameters of type PartitionSchema | |
|---|---|
 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)
 | 
| Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type PartitionSchema | |
|---|---|
 StepMeta | 
KettleDatabaseRepositoryStepDelegate.loadStepMeta(org.pentaho.di.repository.ObjectId id_step,
             List<org.pentaho.di.core.database.DatabaseMeta> databases,
             Map<String,org.pentaho.di.core.Counter> counters,
             List<PartitionSchema> partitionSchemas)
Create a new step by loading the metadata from the specified repository.  | 
| Uses of PartitionSchema in org.pentaho.di.trans | 
|---|
| Methods in org.pentaho.di.trans that return PartitionSchema | |
|---|---|
 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 | |
|---|---|
 List<PartitionSchema> | 
SlaveStepCopyPartitionDistribution.getOriginalPartitionSchemas()
 | 
 List<PartitionSchema> | 
TransMeta.getPartitionSchemas()
 | 
| Methods in org.pentaho.di.trans with parameters of type PartitionSchema | |
|---|---|
 void | 
TransMeta.addOrReplacePartitionSchema(PartitionSchema partitionSchema)
Add a new partition schema to the transformation if that didn't exist yet.  | 
 boolean | 
TransMeta.isUsingPartitionSchema(PartitionSchema partitionSchema)
 | 
| Method parameters in org.pentaho.di.trans with type arguments of type PartitionSchema | |
|---|---|
 void | 
SlaveStepCopyPartitionDistribution.setOriginalPartitionSchemas(List<PartitionSchema> originalPartitionSchemas)
 | 
 void | 
TransMeta.setPartitionSchemas(List<PartitionSchema> partitionSchemas)
 | 
| Uses of PartitionSchema in org.pentaho.di.trans.step | 
|---|
| Methods in org.pentaho.di.trans.step that return PartitionSchema | |
|---|---|
 PartitionSchema | 
StepPartitioningMeta.getPartitionSchema()
 | 
| Methods in org.pentaho.di.trans.step with parameters of type PartitionSchema | |
|---|---|
 void | 
StepPartitioningMeta.setPartitionSchema(PartitionSchema partitionSchema)
 | 
| Method parameters in org.pentaho.di.trans.step with type arguments of type PartitionSchema | |
|---|---|
 void | 
StepPartitioningMeta.setPartitionSchemaAfterLoading(List<PartitionSchema> partitionSchemas)
Set the partitioning schema after loading from XML or repository  | 
| Constructors in org.pentaho.di.trans.step with parameters of type PartitionSchema | |
|---|---|
StepPartitioningMeta(String method,
                     PartitionSchema partitionSchema)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||