Uses of Class
org.apache.sysds.runtime.meta.MetaData
- 
- 
Uses of MetaData in org.apache.sysds.runtime.controlprogram.cachingMethods in org.apache.sysds.runtime.controlprogram.caching that return MetaData Modifier and Type Method Description MetaDataCacheableData. getMetaData()Methods in org.apache.sysds.runtime.controlprogram.caching with parameters of type MetaData Modifier and Type Method Description voidCacheableData. setMetaData(MetaData md)Constructors in org.apache.sysds.runtime.controlprogram.caching with parameters of type MetaData Constructor Description FrameObject(String fname, MetaData meta)FrameObject(String fname, MetaData meta, Types.ValueType[] schema)MatrixObject(Types.ValueType vt, String file, MetaData mtd)Constructor that takes the value type, HDFS filename and associated metadata.MatrixObject(Types.ValueType vt, String file, MetaData mtd, MatrixBlock data)Constructor that takes the value type, HDFS filename and associated metadata and a MatrixBlock used for creation after serializationTensorObject(String fname, MetaData meta)
- 
Uses of MetaData in org.apache.sysds.runtime.controlprogram.contextMethods in org.apache.sysds.runtime.controlprogram.context that return MetaData Modifier and Type Method Description MetaDataExecutionContext. getMetaData(String varname)Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type MetaData Modifier and Type Method Description voidExecutionContext. setMetaData(String fname, MetaData md)
- 
Uses of MetaData in org.apache.sysds.runtime.controlprogram.federatedMethods in org.apache.sysds.runtime.controlprogram.federated with parameters of type MetaData Modifier and Type Method Description Future<FederatedResponse>FederatedData. initFederatedData(long id, MetaData mtd)
- 
Uses of MetaData in org.apache.sysds.runtime.instructions.cpMethods in org.apache.sysds.runtime.instructions.cp that return MetaData Modifier and Type Method Description MetaDataData. getMetaData()Methods in org.apache.sysds.runtime.instructions.cp with parameters of type MetaData Modifier and Type Method Description voidData. setMetaData(MetaData md)
- 
Uses of MetaData in org.apache.sysds.runtime.ioFields in org.apache.sysds.runtime.io declared as MetaData Modifier and Type Field Description MetaDataInputOutputInfo. metadata
- 
Uses of MetaData in org.apache.sysds.runtime.metaSubclasses of MetaData in org.apache.sysds.runtime.meta Modifier and Type Class Description classMetaDataFormat
 
-