Package org.pentaho.di.partition
Class PartitionSchemaManager
java.lang.Object
org.pentaho.di.shared.BaseSharedObjectsManager<PartitionSchema>
org.pentaho.di.partition.PartitionSchemaManager
- All Implemented Interfaces:
org.pentaho.di.core.bowl.CachingManager,PartitionSchemaManagementInterface,SharedObjectsManagementInterface<PartitionSchema>
public class PartitionSchemaManager
extends BaseSharedObjectsManager<PartitionSchema>
implements PartitionSchemaManagementInterface
This class uses the BaseSharedObjectManager to retrieve and save PartitionSchema objects. This is used by the UI.
This class provides the factory class to create instance of PartitionSchemaManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFactory for the PartitionSchemaManager. -
Field Summary
FieldsFields inherited from class org.pentaho.di.shared.BaseSharedObjectsManager
sharedObjectsIO -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPartitionSchemaManager(String type, org.pentaho.di.shared.SharedObjectsIO sharedObjectsIO) -
Method Summary
Modifier and TypeMethodDescriptionprotected PartitionSchemaThis method is called while populating the sharedObjectMap to create concrete SharedObjectInterface implementation class.static PartitionSchemaManagergetInstance(org.pentaho.di.core.bowl.Bowl bowl) Methods inherited from class org.pentaho.di.shared.BaseSharedObjectsManager
add, addSubscriber, clear, clearCache, get, getAll, notifyChanged, remove, remove, reset
-
Field Details
-
PARTITIONSCHEMA_TYPE
-
-
Constructor Details
-
Method Details
-
getInstance
-