Modifier and Type | Class and Description |
---|---|
class |
FrameObject |
class |
MatrixObject
Represents a matrix in control program.
|
class |
TensorObject |
Modifier and Type | Method and Description |
---|---|
static CacheableData<?> |
ExecutionContext.createCacheableData(CacheBlock cb) |
CacheableData<?> |
ExecutionContext.getCacheableData(CPOperand input) |
CacheableData<?> |
ExecutionContext.getCacheableData(String varname) |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.broadcast.Broadcast<CacheBlock> |
SparkExecutionContext.broadcastVariable(CacheableData<CacheBlock> cd) |
void |
ExecutionContext.cleanupCacheableData(CacheableData<?> mo) |
void |
SparkExecutionContext.cleanupCacheableData(CacheableData<?> mo) |
Modifier and Type | Method and Description |
---|---|
FederatedRequest |
FederationMap.broadcast(CacheableData<?> data) |
FederatedRequest[] |
FederationMap.broadcastSliced(CacheableData<?> data,
boolean transposed) |
static FederationMap |
FederationUtils.federateLocalData(CacheableData<?> data) |
Constructor and Description |
---|
FederatedLocalData(long id,
CacheableData<?> data) |
Modifier and Type | Method and Description |
---|---|
CacheableData<?> |
ParameterizedBuiltinCPInstruction.getTarget(ExecutionContext ec) |
Modifier and Type | Method and Description |
---|---|
CacheableData<?> |
ParameterizedBuiltinFEDInstruction.getTarget(ExecutionContext ec) |
Modifier and Type | Method and Description |
---|---|
void |
LineageObject.setBackReference(CacheableData<?> cd) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.