Class Data
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.cp.Data
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- CacheableData,- CM_COV_Object,- Encrypted,- KahanObject,- ListObject,- ScalarObject
 
 public abstract class Data extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Types.DataTypegetDataType()abstract StringgetDebugName()MetaDatagetMetaData()PrivacyConstraintgetPrivacyConstraint()Types.ValueTypegetValueType()voidremoveMetaData()voidsetMetaData(MetaData md)voidsetPrivacyConstraints(PrivacyConstraint pc)voidupdateDataCharacteristics(DataCharacteristics mc)
 
- 
- 
- 
Method Detail- 
getDebugNamepublic abstract String getDebugName() 
 - 
getDataTypepublic Types.DataType getDataType() 
 - 
getValueTypepublic Types.ValueType getValueType() 
 - 
setPrivacyConstraintspublic void setPrivacyConstraints(PrivacyConstraint pc) 
 - 
getPrivacyConstraintpublic PrivacyConstraint getPrivacyConstraint() 
 - 
setMetaDatapublic void setMetaData(MetaData md) 
 - 
getMetaDatapublic MetaData getMetaData() 
 - 
removeMetaDatapublic void removeMetaData() 
 - 
updateDataCharacteristicspublic void updateDataCharacteristics(DataCharacteristics mc) 
 
- 
 
-