public final class ResourceLaunchEventImpl extends Object implements ResourceLaunchEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceLaunchEventImpl.Builder
Builder used to create ResourceLaunchEvent instances.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getEvaluatorConf() |
Set<FileResource> |
getFileSet() |
String |
getIdentifier() |
String |
getRemoteId() |
ProcessType |
getType() |
static ResourceLaunchEventImpl.Builder |
newBuilder() |
public String getIdentifier()
getIdentifier in interface ResourceLaunchEventpublic String getRemoteId()
getRemoteId in interface ResourceLaunchEventpublic Configuration getEvaluatorConf()
getEvaluatorConf in interface ResourceLaunchEventpublic ProcessType getType()
getType in interface ResourceLaunchEventpublic Set<FileResource> getFileSet()
getFileSet in interface ResourceLaunchEventpublic static ResourceLaunchEventImpl.Builder newBuilder()
Copyright © 2015 The Apache Software Foundation. All rights reserved.