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
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
SpoonClustersDelegate
-
-
Method Details
-
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)
-