public interface JobData
Modifier and Type | Field and Description |
---|---|
static String |
JOB_DATA_MIXIN |
static String |
PROP_EXTENSION |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime()
Return this item's creation time
|
InputStream |
getInputStream()
Input stream used to replay data stored
in the stream provided by {#link getOutputStream}
|
OutputStream |
getOutputStream()
OutputStream used to write the job's output,
stored permanently under the job node.
|
String |
getPath()
Return unique path of this data item
|
String |
getProperty(String name)
Get a named property, null if non-existent
|
void |
setProperty(String name,
String value)
Set a named property
|
static final String JOB_DATA_MIXIN
static final String PROP_EXTENSION
String getPath()
OutputStream getOutputStream()
InputStream getInputStream()
Date getCreationTime()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.