| Modifier and Type | Method and Description | 
|---|---|
MetaData | 
CacheableData.getMetaData()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheableData.setMetaData(MetaData md)  | 
| Constructor and 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 serialization 
 | 
TensorObject(String fname,
            MetaData meta)  | 
| Modifier and Type | Method and Description | 
|---|---|
MetaData | 
ExecutionContext.getMetaData(String varname)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExecutionContext.setMetaData(String fname,
           MetaData md)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<FederatedResponse> | 
FederatedData.initFederatedData(long id,
                 MetaData mtd)  | 
| Modifier and Type | Method and Description | 
|---|---|
MetaData | 
Data.getMetaData()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Data.setMetaData(MetaData md)  | 
| Modifier and Type | Field and Description | 
|---|---|
MetaData | 
InputOutputInfo.metadata  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MetaDataFormat  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.