Package | Description |
---|---|
org.pentaho.di.www | |
org.pentaho.di.www.jaxrs |
Modifier and Type | Method and Description |
---|---|
CarteObjectEntry |
TransformationMap.getFirstCarteObjectEntry(String transName) |
CarteObjectEntry |
JobMap.getFirstCarteObjectEntry(String jobName) |
Modifier and Type | Method and Description |
---|---|
List<CarteObjectEntry> |
JobMap.getJobObjects() |
List<CarteObjectEntry> |
TransformationMap.getTransformationObjects() |
Modifier and Type | Method and Description |
---|---|
int |
CarteObjectEntry.compare(CarteObjectEntry o1,
CarteObjectEntry o2) |
int |
CarteObjectEntry.compareTo(CarteObjectEntry o) |
void |
TransformationMap.deallocateServerSocketPorts(CarteObjectEntry entry)
Deallocate all the ports for the given transformation entry, across all hosts.
|
TransConfiguration |
TransformationMap.getConfiguration(CarteObjectEntry entry) |
JobConfiguration |
JobMap.getConfiguration(CarteObjectEntry entry) |
Job |
JobMap.getJob(CarteObjectEntry entry) |
Trans |
TransformationMap.getTransformation(CarteObjectEntry entry) |
void |
JobMap.removeJob(CarteObjectEntry entry) |
void |
TransformationMap.removeTransformation(CarteObjectEntry entry) |
void |
JobMap.replaceJob(CarteObjectEntry entry,
Job job,
JobConfiguration jobConfiguration) |
Modifier and Type | Method and Description |
---|---|
static CarteObjectEntry |
CarteResource.getCarteObjectEntry(String id) |
Modifier and Type | Method and Description |
---|---|
List<CarteObjectEntry> |
CarteResource.getJobs() |
List<CarteObjectEntry> |
CarteResource.getTransformations() |
Copyright © 2018 Hitachi Vantara. All rights reserved.