Uses of Enum Class
org.apache.sysds.hops.fedplanner.FTypes.FType
Packages that use FTypes.FType
Package
Description
-
Uses of FTypes.FType in org.apache.sysds.hops.fedplanner
Methods in org.apache.sysds.hops.fedplanner that return FTypes.FTypeModifier and TypeMethodDescriptionstatic FTypes.FTypeReturns the enum constant of this class with the specified name.static FTypes.FType[]FTypes.FType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.hops.fedplanner with parameters of type FTypes.FTypeModifier and TypeMethodDescriptionbooleanFTypes.FType.isType(FTypes.FType t) static voidFederatedPlannerLogger.logDataOpFTypeDebug(Hop hop, FTypes.FType fType, String opType, String reason) Logs FType debug information for DataOp operations (FEDERATED, TRANSIENTWRITE, TRANSIENTREAD)static voidFederatedPlannerLogger.logFTypeMismatchError(Hop hop, List<Hop> filteredChildHops, Map<Long, FTypes.FType> fTypeMap, FTypes.FType expectedFType, FTypes.FType mismatchedFType, int mismatchIndex) Logs detailed FType mismatch error information for TransRead hopstatic voidFederatedPlannerLogger.logGetFederatedTypeDebug(Hop hop, FTypes.FType returnFType, String reason) Logs debug information for getFederatedType functionMethod parameters in org.apache.sysds.hops.fedplanner with type arguments of type FTypes.FTypeModifier and TypeMethodDescriptionstatic voidFederatedPlannerLogger.logFTypeMismatchError(Hop hop, List<Hop> filteredChildHops, Map<Long, FTypes.FType> fTypeMap, FTypes.FType expectedFType, FTypes.FType mismatchedFType, int mismatchIndex) Logs detailed FType mismatch error information for TransRead hop -
Uses of FTypes.FType in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching with parameters of type FTypes.FTypeModifier and TypeMethodDescriptionbooleanCacheableData.isFederated(FTypes.FType type) booleanCacheableData.isFederatedExcept(FTypes.FType type) -
Uses of FTypes.FType in org.apache.sysds.runtime.controlprogram.context
Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type FTypes.FTypeModifier and TypeMethodDescriptionbooleanExecutionContext.isFederated(CPOperand input, FTypes.FType type) -
Uses of FTypes.FType in org.apache.sysds.runtime.controlprogram.federated
Methods in org.apache.sysds.runtime.controlprogram.federated that return FTypes.FTypeMethods in org.apache.sysds.runtime.controlprogram.federated with parameters of type FTypes.FTypeModifier and TypeMethodDescriptionFederationMap.copyWithNewIDAndRange(int[][] ix, long outputID, FTypes.FType type) FederationMap.copyWithNewIDAndRange(long rowRangeEnd, long colRangeEnd, long outputID, FTypes.FType type) booleanMatrixLineagePair.isFederated(FTypes.FType ftype) booleanMatrixLineagePair.isFederatedExcept(FTypes.FType ftype) voidFederationMap.setType(FTypes.FType type) Method parameters in org.apache.sysds.runtime.controlprogram.federated with type arguments of type FTypes.FTypeModifier and TypeMethodDescriptionstatic MatrixBlockFederationUtils.aggMinMax(Future<FederatedResponse>[] ffr, boolean isMin, boolean isScalar, Optional<FTypes.FType> fedType) Constructors in org.apache.sysds.runtime.controlprogram.federated with parameters of type FTypes.FTypeModifierConstructorDescriptionFederationMap(long ID, List<org.apache.commons.lang3.tuple.Pair<FederatedRange, FederatedData>> fedMap, FTypes.FType type) -
Uses of FTypes.FType in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type FTypes.FTypeModifier and TypeMethodDescriptionstatic booleanSpoofFEDInstruction.isFederated(ExecutionContext ec, FTypes.FType type, CPOperand[] inputs, Class<?> scla) org.apache.commons.lang3.tuple.Pair<FederationMap,Long> ReorgFEDInstruction.rollFedMap(List<org.apache.commons.lang3.tuple.Pair<FederatedRange, FederatedData>> oldMap, long inID, long outEndID, long outStartID, long shift, long rlen, FTypes.FType type)