org.gcube.vremanagement.executor.state
Class TaskRuntime.Entry
java.lang.Object
org.gcube.vremanagement.executor.state.TaskRuntime.Entry
- Enclosing class:
- TaskRuntime
public static class TaskRuntime.Entry
- extends Object
A wrapper for named output to be used for bulk addition.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
- The entry's name.
value
public Object value
- The entry's value.
TaskRuntime.Entry
public TaskRuntime.Entry(String name,
Object value)
- Creates an instance from a name and a value.
- Parameters:
name - the name.value - the value.
Copyright © 2013. All Rights Reserved.