Class SpoonClustersDelegate
- java.lang.Object
-
- org.pentaho.di.ui.spoon.delegates.SpoonDelegate
-
- org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
-
- org.pentaho.di.ui.spoon.delegates.SpoonClustersDelegate
-
public class SpoonClustersDelegate extends SpoonSharedObjectDelegate
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
PKG, sharedObjectSyncUtil
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon
-
-
Constructor Summary
Constructors Constructor Description SpoonClustersDelegate(Spoon spoon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delClusterSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.cluster.ClusterSchema clusterSchema)
void
editClusterSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.cluster.ClusterSchema clusterSchema)
void
newClusteringSchema(org.pentaho.di.trans.TransMeta transMeta)
-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
getMessage, getMessage, isDuplicate, saveSharedObjects, saveSharedObjectToRepository, setSharedObjectSyncUtil
-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
getMaxTabLength
-
-
-
-
Constructor Detail
-
SpoonClustersDelegate
public SpoonClustersDelegate(Spoon spoon)
-
-
Method Detail
-
newClusteringSchema
public void newClusteringSchema(org.pentaho.di.trans.TransMeta transMeta)
-
editClusterSchema
public void editClusterSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.cluster.ClusterSchema clusterSchema)
-
delClusterSchema
public void delClusterSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.cluster.ClusterSchema clusterSchema)
-
-