Package step.plugins.silk
Class SilkPerformerFunctionHandler
- java.lang.Object
-
- step.functions.handler.AbstractFunctionHandler<javax.json.JsonObject,javax.json.JsonObject>
-
- step.functions.handler.JsonBasedFunctionHandler
-
- step.plugins.silk.SilkPerformerFunctionHandler
-
public class SilkPerformerFunctionHandler extends step.functions.handler.JsonBasedFunctionHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEBUG
static java.lang.String
FULL_RESULTS
static org.slf4j.Logger
logger
static java.lang.String
SILK_PERFORMER_FOLDER
static java.lang.String
SILK_PERFORMER_INPUT_SCRIPT
static java.lang.String
SILK_PERFORMER_INPUT_WORKLOAD
static java.lang.String
SILK_PERFORMER_PERF_EXEC
static java.lang.String
SILK_PERFORMER_PERF_QUERY
static java.lang.String
SILK_REPORT_NAME
-
Constructor Summary
Constructors Constructor Description SilkPerformerFunctionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description step.functions.io.Output<javax.json.JsonObject>
handle(step.functions.io.Input<javax.json.JsonObject> input)
void
initialize()
-
Methods inherited from class step.functions.handler.JsonBasedFunctionHandler
getInputPayloadClass, getOutputPayloadClass
-
Methods inherited from class step.functions.handler.AbstractFunctionHandler
delegate, delegate, getCurrentContext, getCurrentContext, getFileVersionId, getFunctionHandlerFactory, getProperties, getTokenReservationSession, getTokenSession, mergeAllProperties, pushLocalApplicationContext, pushLocalApplicationContext, pushLocalFolderApplicationContext, pushLocalFolderApplicationContext, pushRemoteApplicationContext, pushRemoteApplicationContext, retrieveFileVersion, runInContext, runInContext, setApplicationContextBuilder, setFileManagerClient, setFunctionHandlerFactory, setProperties, setTokenReservationSession, setTokenSession
-
-
-
-
Field Detail
-
logger
public static final org.slf4j.Logger logger
-
SILK_PERFORMER_INPUT_SCRIPT
public static final java.lang.String SILK_PERFORMER_INPUT_SCRIPT
- See Also:
- Constant Field Values
-
SILK_PERFORMER_INPUT_WORKLOAD
public static final java.lang.String SILK_PERFORMER_INPUT_WORKLOAD
- See Also:
- Constant Field Values
-
SILK_PERFORMER_FOLDER
public static final java.lang.String SILK_PERFORMER_FOLDER
- See Also:
- Constant Field Values
-
SILK_PERFORMER_PERF_EXEC
public static final java.lang.String SILK_PERFORMER_PERF_EXEC
- See Also:
- Constant Field Values
-
SILK_PERFORMER_PERF_QUERY
public static final java.lang.String SILK_PERFORMER_PERF_QUERY
- See Also:
- Constant Field Values
-
SILK_REPORT_NAME
public static final java.lang.String SILK_REPORT_NAME
- See Also:
- Constant Field Values
-
DEBUG
public static final java.lang.String DEBUG
- See Also:
- Constant Field Values
-
FULL_RESULTS
public static final java.lang.String FULL_RESULTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
public step.functions.io.Output<javax.json.JsonObject> handle(step.functions.io.Input<javax.json.JsonObject> input) throws java.lang.Exception
- Specified by:
handle
in classstep.functions.handler.AbstractFunctionHandler<javax.json.JsonObject,javax.json.JsonObject>
- Throws:
java.lang.Exception
-
initialize
public void initialize()
- Overrides:
initialize
in classstep.functions.handler.AbstractFunctionHandler<javax.json.JsonObject,javax.json.JsonObject>
-
-