|
||||||||||
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 | |
org.pentaho.di.ui.partition.dialog | |
org.pentaho.di.ui.repository.repositoryexplorer.model |
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(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(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(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(ObjectId id_partition_schema)
|
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type PartitionSchema | |
---|---|
ObjectId |
KettleDatabaseRepositoryPartitionSchemaDelegate.insertPartitionSchema(PartitionSchema partitionSchema)
|
void |
KettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema(PartitionSchema partitionSchema)
|
void |
KettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema(PartitionSchema partitionSchema,
ObjectId id_transformation,
boolean isUsedByTransformation)
|
void |
KettleDatabaseRepositoryPartitionSchemaDelegate.savePartitionSchema(PartitionSchema partitionSchema,
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(ObjectId id_step,
List<DatabaseMeta> databases,
Map<String,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()
Gets a list of partition schemas for this transformation. |
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)
Checks if the transformation is using the specified partition schema. |
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)
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 | |
---|---|
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)
|
Uses of PartitionSchema in org.pentaho.di.ui.partition.dialog |
---|
Constructors in org.pentaho.di.ui.partition.dialog with parameters of type PartitionSchema | |
---|---|
PartitionSchemaDialog(Shell par,
PartitionSchema partitionSchema,
List<DatabaseMeta> databases,
VariableSpace variableSpace)
|
Uses of PartitionSchema in org.pentaho.di.ui.repository.repositoryexplorer.model |
---|
Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return PartitionSchema | |
---|---|
PartitionSchema |
UIPartition.getPartitionSchema()
|
Constructors in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type PartitionSchema | |
---|---|
UIPartition(PartitionSchema partitionSchema)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |