| Package | Description | 
|---|---|
| org.apache.sysds.runtime.controlprogram.caching | |
| org.apache.sysds.runtime.controlprogram.federated | |
| org.apache.sysds.runtime.instructions.fed | 
| Modifier and Type | Method and Description | 
|---|---|
| FederationMap | CacheableData. getFedMapping()Gets the mapping of indices ranges to federated objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CacheableData. setFedMapping(FederationMap fedMapping)Sets the mapping of indices ranges to federated objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| FederationMap | FederationMap. copyWithNewID() | 
| FederationMap | FederationMap. copyWithNewID(long id) | 
| FederationMap | FederationMap. copyWithNewID(long id,
             long clen) | 
| FederationMap | FederationMap. mapParallel(long newVarID,
           BiFunction<FederatedRange,FederatedData,Void> mappingFunction)Execute a function for each  FederatedRange+FederatedDatapair mapping the pairs to
 their new form by directly changing bothFederatedRangeandFederatedData. | 
| FederationMap | FederationMap. rbind(long offset,
     FederationMap that) | 
| FederationMap | FederationMap. transpose() | 
| Modifier and Type | Method and Description | 
|---|---|
| static MatrixBlock | FederationUtils. aggMatrix(AggregateUnaryOperator aop,
         Future<FederatedResponse>[] ffr,
         FederationMap map) | 
| static MatrixBlock | FederationUtils. aggMean(Future<FederatedResponse>[] ffr,
       FederationMap map) | 
| boolean | FederationMap. isAligned(FederationMap that,
         boolean transposed) | 
| FederationMap | FederationMap. rbind(long offset,
     FederationMap that) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | MultiReturnParameterizedBuiltinFEDInstruction. encodeFederatedFrames(FederationMap fedMapping,
                     Encoder globalEncoder,
                     MatrixObject transformedMat) | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.