Uses of Class
org.apache.sysds.runtime.controlprogram.caching.CacheableData
Packages that use CacheableData
Package
Description
-
Uses of CacheableData in org.apache.sysds.runtime.controlprogram
Methods in org.apache.sysds.runtime.controlprogram with parameters of type CacheableDataModifier and TypeMethodDescriptionstatic ResultMerge<?>ParForProgramBlock.createResultMerge(ParForProgramBlock.PResultMerge prm, CacheableData<?> out, CacheableData<?>[] in, String fname, boolean accum, int numThreads, ExecutionContext ec) -
Uses of CacheableData in org.apache.sysds.runtime.controlprogram.caching
Subclasses of CacheableData in org.apache.sysds.runtime.controlprogram.cachingModifier and TypeClassDescriptionclassclassRepresents a matrix in control program.classMethods in org.apache.sysds.runtime.controlprogram.caching with parameters of type CacheableDataModifier and TypeMethodDescriptionstatic voidUnifiedMemoryManager.pin(CacheableData<?> cd) static booleanUnifiedMemoryManager.probe(CacheableData<?> cd) static voidUnifiedMemoryManager.unpin(CacheableData<?> cd) -
Uses of CacheableData in org.apache.sysds.runtime.controlprogram.context
Subclasses of CacheableData in org.apache.sysds.runtime.controlprogram.contextMethods in org.apache.sysds.runtime.controlprogram.context that return CacheableDataModifier and TypeMethodDescriptionstatic CacheableData<?>ExecutionContext.createCacheableData(CacheBlock<?> cb) ExecutionContext.getCacheableData(String varname) ExecutionContext.getCacheableData(CPOperand input) Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type CacheableDataModifier and TypeMethodDescriptionorg.apache.spark.broadcast.Broadcast<CacheBlock<?>>SparkExecutionContext.broadcastVariable(CacheableData<CacheBlock<?>> cd) voidExecutionContext.cleanupCacheableData(CacheableData<?> mo) voidSparkExecutionContext.cleanupCacheableData(CacheableData<?> mo) -
Uses of CacheableData in org.apache.sysds.runtime.controlprogram.federated
Methods in org.apache.sysds.runtime.controlprogram.federated that return CacheableDataModifier and TypeMethodDescriptionGet the data from the ReadCacheEntry corresponding to the specified filename, if the data from this filename has already been read.FederatedReadCache.ReadCacheEntry.get()Methods in org.apache.sysds.runtime.controlprogram.federated with parameters of type CacheableDataModifier and TypeMethodDescriptionFederationMap.broadcast(CacheableData<?> data) FederationMap.broadcastSliced(CacheableData<?> data, boolean transposed) FederationMap.broadcastSliced(CacheableData<?> data, boolean isFrame, int[][] ix) FederationMap.broadcastSliced(CacheableData<?> data, LineageItem lineageItem, boolean isFrame, int[][] ix) static FederationMapFederationUtils.federateLocalData(CacheableData<?> data) static voidFederatedStatistics.incFedReuseReadBytesCount(CacheableData<?> data) voidFederatedReadCache.setData(String fname, CacheableData<?> data) Set the data for the ReadCacheEntry with specified filename.voidFederatedReadCache.ReadCacheEntry.setValue(CacheableData<?> val) Constructors in org.apache.sysds.runtime.controlprogram.federated with parameters of type CacheableData -
Uses of CacheableData in org.apache.sysds.runtime.controlprogram.parfor
Classes in org.apache.sysds.runtime.controlprogram.parfor with type parameters of type CacheableDataConstructors in org.apache.sysds.runtime.controlprogram.parfor with parameters of type CacheableData -
Uses of CacheableData in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return CacheableDataModifier and TypeMethodDescriptionParameterizedBuiltinCPInstruction.getTarget(ExecutionContext ec) -
Uses of CacheableData in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed that return CacheableDataModifier and TypeMethodDescriptionParameterizedBuiltinFEDInstruction.getTarget(ExecutionContext ec) Methods in org.apache.sysds.runtime.instructions.fed with parameters of type CacheableDataModifier and TypeMethodDescription<T> TQuantilePickFEDInstruction.createHistogram(CacheableData<?> in, int vectorLength, double globalMin, double globalMax, int numBuckets, int quantileIndex, boolean average) static voidInitFEDInstruction.federateMatrix(CacheableData<?> output, List<org.apache.commons.lang3.tuple.Pair<FederatedRange, FederatedData>> workers) static voidInitFEDInstruction.federateMatrix(CacheableData<?> output, List<org.apache.commons.lang3.tuple.Pair<FederatedRange, FederatedData>> workers, CacheBlock<?>[] blocks) -
Uses of CacheableData in org.apache.sysds.runtime.instructions.ooc
Methods in org.apache.sysds.runtime.instructions.ooc that return CacheableDataModifier and TypeMethodDescriptionCachingStream.getData()OOCStreamable.getData()PlaybackStream.getData()SubscribableTaskQueue.getData()Methods in org.apache.sysds.runtime.instructions.ooc with parameters of type CacheableDataModifier and TypeMethodDescriptionvoidCachingStream.setData(CacheableData<?> data) voidOOCStreamable.setData(CacheableData<?> data) voidPlaybackStream.setData(CacheableData<?> data) voidSubscribableTaskQueue.setData(CacheableData<?> data) -
Uses of CacheableData in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return CacheableDataModifier and TypeMethodDescriptionParameterizedBuiltinSPInstruction.getTarget(ExecutionContext ec) -
Uses of CacheableData in org.apache.sysds.runtime.instructions.spark.data
Methods in org.apache.sysds.runtime.instructions.spark.data with parameters of type CacheableData -
Uses of CacheableData in org.apache.sysds.runtime.ooc.stream
Methods in org.apache.sysds.runtime.ooc.stream that return CacheableDataModifier and TypeMethodDescriptionFilteredOOCStream.getData()MergedOOCStream.getData()SourceOOCStreamable.getData()SplittingOOCStream.getData()SubOOCStream.getData()Methods in org.apache.sysds.runtime.ooc.stream with parameters of type CacheableDataModifier and TypeMethodDescriptionvoidFilteredOOCStream.setData(CacheableData<?> data) voidMergedOOCStream.setData(CacheableData<?> data) voidSourceOOCStreamable.setData(CacheableData<?> data) voidSplittingOOCStream.setData(CacheableData<?> data) voidSubOOCStream.setData(CacheableData<?> data) Constructors in org.apache.sysds.runtime.ooc.stream with parameters of type CacheableData