Class Util
- java.lang.Object
-
- org.pentaho.di.trans.ael.websocket.Util
-
public class Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.pentaho.di.engine.api.events.MetricsEvent
getMetricEvents(String operationID)
static org.pentaho.di.engine.api.events.LogEvent
getOperationLogEvent(String operationID)
static org.pentaho.di.engine.api.events.DataEvent
getOperationRowEvent(String operationID)
static org.pentaho.di.engine.api.events.StatusEvent
getOperationStatusEvent(String operationID)
static org.pentaho.di.engine.api.remote.StopMessage
getStopMessage()
static org.pentaho.di.engine.api.events.ErrorEvent
getTransformationErrorEvent()
static org.pentaho.di.engine.api.events.LogEvent
getTransformationLogEvent()
static org.pentaho.di.engine.api.events.StatusEvent
getTransformationStatusEvent()
-
-
-
Method Detail
-
getTransformationLogEvent
public static org.pentaho.di.engine.api.events.LogEvent getTransformationLogEvent()
-
getTransformationStatusEvent
public static org.pentaho.di.engine.api.events.StatusEvent getTransformationStatusEvent()
-
getTransformationErrorEvent
public static org.pentaho.di.engine.api.events.ErrorEvent getTransformationErrorEvent()
-
getStopMessage
public static org.pentaho.di.engine.api.remote.StopMessage getStopMessage()
-
getOperationLogEvent
public static org.pentaho.di.engine.api.events.LogEvent getOperationLogEvent(String operationID)
-
getOperationStatusEvent
public static org.pentaho.di.engine.api.events.StatusEvent getOperationStatusEvent(String operationID)
-
getOperationRowEvent
public static org.pentaho.di.engine.api.events.DataEvent getOperationRowEvent(String operationID)
-
getMetricEvents
public static org.pentaho.di.engine.api.events.MetricsEvent getMetricEvents(String operationID)
-
-