Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.caching | |
org.apache.sysds.runtime.controlprogram.context |
Modifier and Type | Method and Description |
---|---|
RDDObject |
CacheableData.getRDDHandle() |
Modifier and Type | Method and Description |
---|---|
void |
CacheableData.setRDDHandle(RDDObject rdd) |
Modifier and Type | Method and Description |
---|---|
static FrameBlock |
SparkExecutionContext.toFrameBlock(RDDObject rdd,
Types.ValueType[] schema,
int rlen,
int clen) |
static MatrixBlock |
SparkExecutionContext.toMatrixBlock(RDDObject rdd,
int rlen,
int clen,
int blen,
long nnz)
This method is a generic abstraction for calls from the buffer pool.
|
static MatrixBlock |
SparkExecutionContext.toMatrixBlock(RDDObject rdd,
int rlen,
int clen,
long nnz) |
static void |
SparkExecutionContext.writeFrameRDDtoHDFS(RDDObject rdd,
String path,
Types.FileFormat fmt) |
static long |
SparkExecutionContext.writeMatrixRDDtoHDFS(RDDObject rdd,
String path,
Types.FileFormat fmt) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.