public abstract class AbstractTaskUsageRecord extends BasicUsageRecord
UsageRecord.OperationResult| Modifier and Type | Field and Description |
|---|---|
protected static String |
CORES
Deprecated.
|
protected static String |
DOMAIN
Deprecated.
|
protected static String |
INPUT_FILES_NUMBER
Deprecated.
|
protected static String |
INPUT_FILES_SIZE
Deprecated.
|
static String |
JOB_ID |
protected static String |
OUTPUT_FILES_NUMBER
Deprecated.
|
protected static String |
OUTPUT_FILES_SIZE
Deprecated.
|
protected static String |
OVERALL_NETWORK_IN
Deprecated.
|
protected static String |
OVERALL_NETWORK_OUT
Deprecated.
|
protected static String |
PROCESSORS
Deprecated.
|
static String |
REF_HOST |
static String |
REF_VM |
static String |
TASK_END_TIME |
static String |
TASK_START_TIME |
protected static String |
USAGE_END_TIME
Deprecated.
|
protected static String |
USAGE_PHASE
Deprecated.
|
protected static String |
USAGE_START_TIME
Deprecated.
|
CONSUMER_ID, OPERATION_RESULT, SCOPE| Constructor and Description |
|---|
AbstractTaskUsageRecord() |
AbstractTaskUsageRecord(Map<String,Comparable<? extends Serializable>> properties) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCores()
Deprecated.
|
int |
getInputFilesNumber()
Deprecated.
|
long |
getInputFilesSize()
Deprecated.
|
String |
getJobId() |
int |
getOutputFilesNumber()
Deprecated.
|
long |
getOutputFilesSize()
Deprecated.
|
long |
getOverallNetworkIn()
Deprecated.
|
long |
getOverallNetworkOut()
Deprecated.
|
int |
getProcessors()
Deprecated.
|
String |
getRefHost() |
String |
getRefVM() |
Calendar |
getTaskEndTime() |
Calendar |
getTaskStartTime() |
Calendar |
getUsageEndTime()
Deprecated.
|
Calendar |
getUsageStartTime()
Deprecated.
|
protected String |
giveMeRecordType() |
void |
setCores(int cores)
Deprecated.
|
void |
setInputFilesNumber(int inputFilesNumber)
Deprecated.
|
void |
setInputFilesSize(long inputFilesSize)
Deprecated.
|
void |
setJobId(String jobId) |
void |
setOutputFilesNumber(int outputFilesNumber)
Deprecated.
|
void |
setOutputFilesSize(long outputFilesSize)
Deprecated.
|
void |
setOverallNetworkIn(long overallNetworkIn)
Deprecated.
|
void |
setOverallNetworkOut(long overallNetworkOut)
Deprecated.
|
void |
setProcessors(int processors)
Deprecated.
|
void |
setRefHost(String refHost) |
void |
setRefVM(String refVM) |
void |
setTaskEndTime(Calendar endTime) |
void |
setTaskStartTime(Calendar startTime) |
void |
setUsageEndTime(Calendar usageEndTime)
Deprecated.
|
void |
setUsageStartTime(Calendar usageStartTime)
Deprecated.
|
getConsumerId, getOperationResult, getScope, init, setConsumerId, setOperationResult, setScopecleanExtraFields, compareTo, getAllFields, getCreationTime, getEndTimeAsCalendar, getEndTimeInMillis, getId, getOperationCount, getRecordType, getRequiredFields, getResourceProperties, getResourceProperty, getStartTimeAsCalendar, getStartTimeInMillis, initializeValidation, setCreationTime, setEndTime, setId, setOperationCount, setRecordType, setResourceProperties, setResourceProperty, setStartTime, timestampStringToCalendar, toString, validate, validateField, validatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCreationTime, getId, getRecordType, getRequiredFields, getResourceProperties, getResourceProperty, setCreationTime, setId, setResourceProperties, setResourceProperty, validatecompareTopublic static final String JOB_ID
public static final String REF_HOST
public static final String REF_VM
@Deprecated protected static final String DOMAIN
@Deprecated protected static final String USAGE_START_TIME
@Deprecated protected static final String USAGE_END_TIME
@Deprecated protected static final String USAGE_PHASE
public static final String TASK_START_TIME
public static final String TASK_END_TIME
@Deprecated protected static final String INPUT_FILES_NUMBER
@Deprecated protected static final String INPUT_FILES_SIZE
@Deprecated protected static final String OUTPUT_FILES_NUMBER
@Deprecated protected static final String OUTPUT_FILES_SIZE
@Deprecated protected static final String OVERALL_NETWORK_IN
@Deprecated protected static final String OVERALL_NETWORK_OUT
@Deprecated protected static final String CORES
@Deprecated protected static final String PROCESSORS
public AbstractTaskUsageRecord()
public AbstractTaskUsageRecord(Map<String,Comparable<? extends Serializable>> properties) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueExceptionprotected String giveMeRecordType()
giveMeRecordType in class org.gcube.documentstore.records.implementation.AbstractRecordpublic String getJobId()
public void setJobId(String jobId) throws org.gcube.documentstore.exception.InvalidValueException
jobId - Job Idorg.gcube.documentstore.exception.InvalidValueException - if failspublic String getRefHost()
public void setRefHost(String refHost) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueExceptionpublic String getRefVM()
public void setRefVM(String refVM) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public Calendar getUsageStartTime()
@Deprecated public void setUsageStartTime(Calendar usageStartTime) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public Calendar getUsageEndTime()
@Deprecated public void setUsageEndTime(Calendar usageEndTime) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueExceptionpublic Calendar getTaskStartTime()
public void setTaskStartTime(Calendar startTime) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueExceptionpublic Calendar getTaskEndTime()
public void setTaskEndTime(Calendar endTime) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public int getInputFilesNumber()
@Deprecated public void setInputFilesNumber(int inputFilesNumber) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public long getInputFilesSize()
@Deprecated public void setInputFilesSize(long inputFilesSize) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public int getOutputFilesNumber()
@Deprecated public void setOutputFilesNumber(int outputFilesNumber) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public long getOutputFilesSize()
@Deprecated public void setOutputFilesSize(long outputFilesSize) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public long getOverallNetworkIn()
@Deprecated public void setOverallNetworkIn(long overallNetworkIn) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public long getOverallNetworkOut()
@Deprecated public void setOverallNetworkOut(long overallNetworkOut) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public int getCores()
@Deprecated public void setCores(int cores) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueException@Deprecated public int getProcessors()
@Deprecated public void setProcessors(int processors) throws org.gcube.documentstore.exception.InvalidValueException
org.gcube.documentstore.exception.InvalidValueExceptionCopyright © 2015. All Rights Reserved.