Serialized Form
- 
Package org.apache.sysds.api- 
Class org.apache.sysds.api.DMLException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.sysds.api.mlcontext- 
Class org.apache.sysds.api.mlcontext.MLContextException extends RuntimeException implements Serializable- serialVersionUID:
- 1842275827863526536L
 - 
Serialized Fields- 
suppressStacktraceboolean suppressStacktrace 
 
- 
 
 
- 
- 
Package org.apache.sysds.hops- 
Class org.apache.sysds.hops.HopsException extends DMLException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.sysds.hops.rewrite- 
Class org.apache.sysds.hops.rewrite.RewriteFederatedExecution.PrivacyConstraintRetriever extends FederatedUDF implements Serializable- serialVersionUID:
- 3551741240135587183L
 - 
Serialized Fields- 
filenameString filename 
 
- 
 
 
- 
- 
Package org.apache.sysds.lops- 
Class org.apache.sysds.lops.LopsException extends DMLException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.sysds.parser- 
Class org.apache.sysds.parser.LanguageException extends DMLException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.sysds.parser.ParseException extends DMLException implements Serializable- serialVersionUID:
- 9199966053655385928L
 - 
Serialized Fields- 
_messageString _message Standard exception message. If no list of parse issues exists, this message can be used to display a parse exception message that doesn't relate to the list of parse issues.
- 
_parseIssuesList<CustomErrorListener.ParseIssue> _parseIssues List of issues that happened during parsing. Typically set by the error listener.
- 
_scriptStringString _scriptString The DML/PyDML script string. Used to display the original lines where the parse issues occurred.
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime- 
Class org.apache.sysds.runtime.DMLRuntimeException extends DMLException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.sysds.runtime.DMLScriptException extends DMLRuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.sysds.runtime.codegen- 
Class org.apache.sysds.runtime.codegen.SpoofCellwise extends SpoofOperator implements Serializable- serialVersionUID:
- 3442528770573293590L
 - 
Serialized Fields- 
_aggOpSpoofCellwise.AggOp _aggOp 
- 
_containsSeqboolean _containsSeq 
- 
_sparseSafeboolean _sparseSafe 
- 
_typeSpoofCellwise.CellType _type 
 
- 
 
- 
Class org.apache.sysds.runtime.codegen.SpoofCUDACellwise extends SpoofCellwise implements Serializable- serialVersionUID:
- -5255791443086948200L
 - 
Serialized Fields- 
callSpoofCUDAOperator.PrecisionProxy call 
- 
ctxlong ctx 
- 
fallback_java_opSpoofCellwise fallback_java_op 
- 
IDint ID 
 
- 
 
- 
Class org.apache.sysds.runtime.codegen.SpoofCUDARowwise extends SpoofRowwise implements Serializable- serialVersionUID:
- 3080001135814944399L
 - 
Serialized Fields- 
callSpoofCUDAOperator.PrecisionProxy call 
- 
ctxlong ctx 
- 
IDint ID 
 
- 
 
- 
Class org.apache.sysds.runtime.codegen.SpoofMultiAggregate extends SpoofOperator implements Serializable- serialVersionUID:
- -6164871955591089349L
 - 
Serialized Fields- 
_aggOpsSpoofCellwise.AggOp[] _aggOps 
- 
_sparseSafeboolean _sparseSafe 
 
- 
 
- 
Class org.apache.sysds.runtime.codegen.SpoofOperator extends Object implements Serializable- serialVersionUID:
- 3834006998853573319L
 
- 
Class org.apache.sysds.runtime.codegen.SpoofOuterProduct extends SpoofOperator implements Serializable- serialVersionUID:
- 2948612259863710279L
 - 
Serialized Fields- 
_outerProductTypeSpoofOuterProduct.OutProdType _outerProductType 
 
- 
 
- 
Class org.apache.sysds.runtime.codegen.SpoofRowwise extends SpoofOperator implements Serializable- serialVersionUID:
- 6242910797139642998L
 - 
Serialized Fields- 
_constDim2long _constDim2 
- 
_reqVectMemint _reqVectMem 
- 
_tB1boolean _tB1 
- 
_typeSpoofRowwise.RowType _type 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.compress- 
Class org.apache.sysds.runtime.compress.CompressedMatrixBlock extends MatrixBlock implements Serializable- serialVersionUID:
- 73193720143154058L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput is) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd de-serialization.- Throws:
- IOException- if IOException occurs
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.DMLCompressionException extends DMLRuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.sysds.runtime.compress.colgroup- 
Class org.apache.sysds.runtime.compress.colgroup.AColGroup extends Object implements Serializable- serialVersionUID:
- -1318908671481L
 - 
Serialized Fields- 
_colIndexesint[] _colIndexes The ColGroup Indexes contained in the ColGroup
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.AColGroupCompressed extends AColGroup implements Serializable- serialVersionUID:
- 6219835795420081223L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.AColGroupOffset extends AColGroupValue implements Serializable- serialVersionUID:
- -4105103687174067602L
 - 
Serialized Fields- 
_datachar[] _data Linearized bitmaps (variable lengths)
- 
_ptrint[] _ptr Bitmaps, one per uncompressed value tuple inAColGroupValue._dict.
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.AColGroupValue extends AColGroupCompressed implements Serializable- serialVersionUID:
- -6835757655517301955L
 - 
Serialized Fields- 
_dictADictionary _dict Distinct value tuples associated with individual bitmaps.
- 
_numRowsint _numRows The number of rows in the column group
- 
_zerosboolean _zeros ColGroup Implementation Contains zero tuple. Note this is not if it contains a zero value. If false then the stored values are filling the ColGroup making it a dense representation, that can be leveraged in operations. TODO remove
- 
countsSoftReference<int[]> counts The count of each distinct value contained in the dictionary
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.AMorphingMMColGroup extends AColGroupValue implements Serializable- serialVersionUID:
- -4265713396790607199L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.APreAgg extends AColGroupValue implements Serializable- serialVersionUID:
- 3250955207277128281L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ASDCZero extends APreAgg implements Serializable- serialVersionUID:
- -69266306137398807L
 - 
Serialized Fields- 
_indexesAOffset _indexes Sparse row indexes for the data
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupConst extends AColGroupCompressed implements Serializable- serialVersionUID:
- -7387793538322386611L
 - 
Serialized Fields- 
_dictADictionary _dict 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupDDC extends APreAgg implements Serializable- serialVersionUID:
- -5769772089913918987L
 - 
Serialized Fields- 
_dataAMapToData _data 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupDDCFOR extends AMorphingMMColGroup implements Serializable- serialVersionUID:
- -5769772089913918987L
 - 
Serialized Fields- 
_dataAMapToData _data Pointers to row indexes in the dictionary
- 
_referencedouble[] _reference Reference values in this column group
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupDeltaDDC extends ColGroupDDC implements Serializable- serialVersionUID:
- -1045556313148564147L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupEmpty extends AColGroupCompressed implements Serializable- serialVersionUID:
- -2307677253622099958L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupOLE extends AColGroupOffset implements Serializable- serialVersionUID:
- 5723227906925121066L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupRLE extends AColGroupOffset implements Serializable- serialVersionUID:
- -1560710477952862791L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupSDC extends AMorphingMMColGroup implements Serializable- serialVersionUID:
- 769993538831949086L
 - 
Serialized Fields- 
_dataAMapToData _data Pointers to row indexes in the dictionary.
- 
_defaultTupledouble[] _defaultTuple The default value stored in this column group
- 
_indexesAOffset _indexes Sparse row indexes for the data
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCFOR extends AMorphingMMColGroup implements Serializable- serialVersionUID:
- 3883228464052204203L
 - 
Serialized Fields- 
_dataAMapToData _data Pointers to row indexes in the dictionary.
- 
_indexesAOffset _indexes Sparse row indexes for the data that is nonZero
- 
_referencedouble[] _reference Reference values in this column group
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingle extends AMorphingMMColGroup implements Serializable- serialVersionUID:
- 3883228464052204200L
 - 
Serialized Fields- 
_defaultTupledouble[] _defaultTuple The default value stored in this column group
- 
_indexesAOffset _indexes Sparse row indexes for the data
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCSingleZeros extends ASDCZero implements Serializable- serialVersionUID:
- 8033235615964315078L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupSDCZeros extends ASDCZero implements Serializable- serialVersionUID:
- -3703199743391937991L
 - 
Serialized Fields- 
_dataAMapToData _data Pointers to row indexes in the dictionary. Note the dictionary has one extra entry.
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.ColGroupUncompressed extends AColGroup implements Serializable- serialVersionUID:
- -8254271148043292199L
 - 
Serialized Fields- 
_dataMatrixBlock _data We store the contents of the columns as a MatrixBlock to take advantage of high-performance routines available for this data structure.
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.compress.colgroup.dictionary- 
Class org.apache.sysds.runtime.compress.colgroup.dictionary.ADictionary extends Object implements Serializable- serialVersionUID:
- 9118692576356558592L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.dictionary.DeltaDictionary extends Dictionary implements Serializable- serialVersionUID:
- -5700139221491143705L
 - 
Serialized Fields- 
_numColsint _numCols 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary extends ADictionary implements Serializable- serialVersionUID:
- -6517136537249507753L
 - 
Serialized Fields- 
_valuesdouble[] _values 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.dictionary.MatrixBlockDictionary extends ADictionary implements Serializable- serialVersionUID:
- 2535887782150955098L
 - 
Serialized Fields- 
_dataMatrixBlock _data 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.dictionary.QDictionary extends ADictionary implements Serializable- serialVersionUID:
- 2100501253343438897L
 - 
Serialized Fields- 
_scaledouble _scale 
- 
_valuesbyte[] _values 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.compress.colgroup.mapping- 
Class org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData extends Object implements Serializable- serialVersionUID:
- 1208906071822976041L
 - 
Serialized Fields- 
nUniqueint nUnique Number of unique values inside this map.
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.mapping.MapToBit extends AMapToData implements Serializable- serialVersionUID:
- -8065234231282619923L
 - 
Serialized Fields- 
_dataBitSet _data 
- 
_sizeint _size 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.mapping.MapToByte extends AMapToData implements Serializable- serialVersionUID:
- -2498505439667351828L
 - 
Serialized Fields- 
_databyte[] _data 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.mapping.MapToChar extends AMapToData implements Serializable- serialVersionUID:
- 6315708056775476541L
 - 
Serialized Fields- 
_datachar[] _data 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.mapping.MapToCharPByte extends AMapToData implements Serializable- serialVersionUID:
- 6315708056775476541L
 - 
Serialized Fields- 
_data_bbyte[] _data_b 
- 
_data_cchar[] _data_c 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.mapping.MapToInt extends AMapToData implements Serializable- serialVersionUID:
- -5557070920888782274L
 - 
Serialized Fields- 
_dataint[] _data 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.mapping.MapToUByte extends MapToByte implements Serializable- serialVersionUID:
- -2498505439667351828L
 
- 
Class org.apache.sysds.runtime.compress.colgroup.mapping.MapToZero extends AMapToData implements Serializable- serialVersionUID:
- -8065234231282619923L
 - 
Serialized Fields- 
_sizeint _size 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.compress.colgroup.offset- 
Class org.apache.sysds.runtime.compress.colgroup.offset.AOffset extends Object implements Serializable- serialVersionUID:
- 6910025321078561338L
 - 
Serialized Fields- 
cacheRowThreadLocal<org.apache.sysds.runtime.compress.colgroup.offset.AOffset.OffsetCache> cacheRow Thread local cache for a single recently used Iterator, this is used for cache blocking
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.offset.OffsetByte extends AOffset implements Serializable- serialVersionUID:
- -4716104973912491790L
 - 
Serialized Fields- 
noOverHalfboolean noOverHalf 
- 
noZeroboolean noZero 
- 
offsetsbyte[] offsets 
- 
offsetToFirstint offsetToFirst 
- 
offsetToLastint offsetToLast 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.offset.OffsetChar extends AOffset implements Serializable- serialVersionUID:
- -1192266421395964882L
 - 
Serialized Fields- 
noZeroboolean noZero 
- 
offsetschar[] offsets 
- 
offsetToFirstint offsetToFirst 
- 
offsetToLastint offsetToLast 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.offset.OffsetSingle extends AOffset implements Serializable- serialVersionUID:
- -614636669776415032L
 - 
Serialized Fields- 
offint off 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.colgroup.offset.OffsetTwo extends AOffset implements Serializable- serialVersionUID:
- -3756723021239389269L
 - 
Serialized Fields- 
firstint first 
- 
lastint last 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.compress.cost- 
Class org.apache.sysds.runtime.compress.cost.ACostEstimate extends Object implements Serializable- serialVersionUID:
- -3241425555L
 
- 
Class org.apache.sysds.runtime.compress.cost.ComputationCostEstimator extends ACostEstimate implements Serializable- serialVersionUID:
- -1205636215389161815L
 - 
Serialized Fields- 
_compressedMultiplicationint _compressedMultiplication Total number of left column groups to compressed multiply with, taken as worst case meaning number of rows
- 
_decompressionsint _decompressions Number of decompressions of this column group directly (aka decompress to same size output)
- 
_dictionaryOpsint _dictionaryOps Number of operations that only modify underlying dictionary
- 
_isDensifyingboolean _isDensifying Boolean specifying if the matrix is getting densified, meaning exploiting zeros is gone.
- 
_leftMultiplicationsint _leftMultiplications Total number of left side rows to multiply with
- 
_overlappingDecompressionsint _overlappingDecompressions Total number of columns to decompress overlapping into
- 
_rightMultiplicationsint _rightMultiplications Total number of right side columns to multiply with
- 
_scansint _scans Number of scans through the column groups (aka. rowSums for instance)
 
- 
 
- 
Class org.apache.sysds.runtime.compress.cost.CostEstimatorBuilder extends Object implements Serializable- serialVersionUID:
- 14L
 - 
Serialized Fields- 
counterInstructionTypeCounter counter 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.cost.DistinctCostEstimator extends ACostEstimate implements Serializable- serialVersionUID:
- 4784682182584508597L
 - 
Serialized Fields- 
largestDistinctdouble largestDistinct 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.cost.HybridCostEstimator extends ACostEstimate implements Serializable- serialVersionUID:
- -542307595058927576L
 - 
Serialized Fields- 
costEstimatorComputationCostEstimator costEstimator 
- 
memoryCostEstimatorMemoryCostEstimator memoryCostEstimator 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.cost.InstructionTypeCounter extends Object implements Serializable- serialVersionUID:
- 115L
 - 
Serialized Fields- 
compressedMultiplicationsint compressedMultiplications 
- 
decompressionsint decompressions 
- 
dictionaryOpsint dictionaryOps 
- 
indexingint indexing 
- 
isDensifyingboolean isDensifying 
- 
leftMultiplicationsint leftMultiplications 
- 
overlappingDecompressionsint overlappingDecompressions 
- 
rightMultiplicationsint rightMultiplications 
- 
scansint scans 
- 
totalint total 
 
- 
 
- 
Class org.apache.sysds.runtime.compress.cost.MemoryCostEstimator extends ACostEstimate implements Serializable- serialVersionUID:
- -1264988969161809465L
 
 
- 
- 
Package org.apache.sysds.runtime.controlprogram- 
Class org.apache.sysds.runtime.controlprogram.ParForProgramBlock.PartitionFormat extends Object implements Serializable- serialVersionUID:
- 4729309847778707801L
 - 
Serialized Fields- 
_dpfParForProgramBlock.PDataPartitionFormat _dpf 
- 
_Nint _N 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.controlprogram.caching- 
Class org.apache.sysds.runtime.controlprogram.caching.CacheableData extends Data implements Serializable- serialVersionUID:
- -413810592207212835L
 - 
Serialized Fields- 
_bcHandleBroadcastObject<T extends CacheBlock> _bcHandle 
- 
_cacheSoftReference<T extends CacheBlock> _cache Cache for actual data, evicted by garbage collector.
- 
_cacheFileNameString _cacheFileName 
- 
_cacheStatusCacheableData.CacheStatus _cacheStatus The cache status of the data blob (whether it can be or is evicted, etc.
- 
_cleanupFlagboolean _cleanupFlag 
- 
_compressedboolean _compressed 
- 
_compressedSizelong _compressedSize 
- 
_dataT extends CacheBlock _data Container object that holds the actual data.
- 
_dirtyFlagboolean _dirtyFlag trueif the in-memory or evicted matrix may be different from the matrix located atCacheableData._hdfsFileName;falseif the two matrices should be the same.
- 
_fedMappingFederationMap _fedMapping 
- 
_formatPropsFileFormatProperties _formatProps Information relevant to specific external file formats.
- 
_gpuObjectsHashMap<GPUContext,GPUObject> _gpuObjects 
- 
_hdfsFileExistsboolean _hdfsFileExists Flag that indicates whether or not hdfs file exists.It is used for improving the performance of "rmvar" instruction. When it has valuefalse, one can skip file system existence checks which can be expensive.
- 
_hdfsFileNameString _hdfsFileName The name of HDFS file in which the data is backed up.
- 
_isAcquireFromEmptyboolean _isAcquireFromEmpty 
- 
_lineageLineageItem _lineage 
- 
_metaDataMetaData _metaData Object that holds the metadata associated with the matrix, which includes: 1) Matrix dimensions, if available 2) Number of non-zeros, if available 3) Block dimensions, if applicable 4) InputInfo -- subsequent operations that use this Matrix expect it to be in this format. When the matrix is written to HDFS (local file system, as well?), one must get the OutputInfo that matches with InputInfo stored inside _mtd.
- 
_numReadThreadsint _numReadThreads 
- 
_rddHandleRDDObject _rddHandle 
- 
_requiresLocalWriteboolean _requiresLocalWrite 
- 
_uniqueIDlong _uniqueID The unique (JVM-wide) ID of a cacheable data object; to ensure unique IDs across JVMs, we concatenate filenames with a unique prefix (map task ID).
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.caching.CacheEvictionQueue extends LinkedHashMap<String,ByteBuffer> implements Serializable- serialVersionUID:
- -5208333402581364859L
 
- 
Class org.apache.sysds.runtime.controlprogram.caching.FrameObject extends CacheableData<FrameBlock> implements Serializable- serialVersionUID:
- 1755082174281927785L
 - 
Serialized Fields- 
_schemaTypes.ValueType[] _schema 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.caching.MatrixObject extends CacheableData<MatrixBlock> implements Serializable- serialVersionUID:
- 6374712373206495637L
 - 
Serialized Fields- 
_diagboolean _diag 
- 
_markForLinCacheboolean _markForLinCache 
- 
_partitionCacheNameString _partitionCacheName 
- 
_partitionedboolean _partitioned 
- 
_partitionFormatParForProgramBlock.PDataPartitionFormat _partitionFormat 
- 
_partitionInMemoryMatrixBlock _partitionInMemory 
- 
_partitionSizeint _partitionSize 
- 
_updateTypeMatrixObject.UpdateType _updateType 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.caching.TensorObject extends CacheableData<TensorBlock> implements Serializable- serialVersionUID:
- -2843358400200380775L
 
 
- 
- 
Package org.apache.sysds.runtime.controlprogram.federated- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedRequest extends Object implements Serializable- serialVersionUID:
- 5946781306963870394L
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedResponse extends Object implements Serializable- serialVersionUID:
- 3142180026498695091L
 - 
Serialized Fields- 
_dataObject[] _data 
- 
_statusFederatedResponse.ResponseType _status 
- 
checkedConstraintsMap<PrivacyConstraint.PrivacyLevel,LongAdder> checkedConstraints 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollectFunction extends FederatedUDF implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
cacheStatsorg.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection.CacheStatsCollection cacheStats 
- 
coordinatorsTrafficBytesList<org.apache.commons.lang3.tuple.Triple<LocalDateTime,String,Long>> coordinatorsTrafficBytes 
- 
cpuUsagedouble cpuUsage 
- 
gcStatsorg.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection.GCStatsCollection gcStats 
- 
heavyHittersHashMap<String,org.apache.commons.lang3.tuple.Pair<Long,Double>> heavyHitters 
- 
jitCompileTimedouble jitCompileTime 
- 
linCacheStatsorg.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection.LineageCacheStatsCollection linCacheStats 
- 
memoryUsagedouble memoryUsage 
- 
mtStatsorg.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection.MultiTenantStatsCollection mtStats 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection.CacheStatsCollection extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
acqMTimedouble acqMTime 
- 
acqRTimedouble acqRTime 
- 
expTimedouble expTime 
- 
fsBuffHitslong fsBuffHits 
- 
fsBuffWriteslong fsBuffWrites 
- 
fsHitslong fsHits 
- 
fsWriteslong fsWrites 
- 
hdfsHitslong hdfsHits 
- 
hdfsWriteslong hdfsWrites 
- 
linHitslong linHits 
- 
linWriteslong linWrites 
- 
memHitslong memHits 
- 
rlsTimedouble rlsTime 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection.GCStatsCollection extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
gcCountlong gcCount 
- 
gcTimedouble gcTime 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection.LineageCacheStatsCollection extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
numHitsDellong numHitsDel 
- 
numHitsFSlong numHitsFS 
- 
numHitsFunclong numHitsFunc 
- 
numHitsInstlong numHitsInst 
- 
numHitsMemlong numHitsMem 
- 
numHitsSBlong numHitsSB 
- 
numMemDellong numMemDel 
- 
numWritesFSlong numWritesFS 
- 
numWritesMemlong numWritesMem 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedStatistics.FedStatsCollection.MultiTenantStatsCollection extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
fLTEntryCountlong fLTEntryCount 
- 
fLTGetCountlong fLTGetCount 
- 
fLTGetTimedouble fLTGetTime 
- 
putLineageCountlong putLineageCount 
- 
putLineageItemslong putLineageItems 
- 
reuseReadByteslong reuseReadBytes 
- 
reuseReadHitslong reuseReadHits 
- 
serializationReuseByteslong serializationReuseBytes 
- 
serializationReuseCountlong serializationReuseCount 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedUDF extends Object implements Serializable- serialVersionUID:
- 799416525191257308L
 - 
Serialized Fields- 
_inputIDslong[] _inputIDs 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.FederatedWorkerHandlerException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.sysds.runtime.controlprogram.federated.MatrixLineagePair extends org.apache.commons.lang3.tuple.MutablePair<MatrixObject,LineageItem> implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.sysds.runtime.controlprogram.paramserv- 
Class org.apache.sysds.runtime.controlprogram.paramserv.FederatedPSControlThread extends PSWorker implements Serializable- serialVersionUID:
- 6846648059569648791L
 - 
Serialized Fields- 
_cycleStartAt0boolean _cycleStartAt0 
- 
_featuresDataFederatedData _featuresData 
- 
_labelsDataFederatedData _labelsData 
- 
_modelVarIDlong _modelVarID 
- 
_numBatchesPerEpochint _numBatchesPerEpoch 
- 
_numBatchesPerNbatchint _numBatchesPerNbatch 
- 
_partial_public_keyPublicKey _partial_public_key 
- 
_possibleBatchesPerLocalEpochint _possibleBatchesPerLocalEpoch 
- 
_runtimeBalancingStatement.PSRuntimeBalancing _runtimeBalancing 
- 
_use_homomorphic_encryptionboolean _use_homomorphic_encryption 
- 
_weightingboolean _weighting 
- 
_weightingFactordouble _weightingFactor 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.LocalPSWorker extends PSWorker implements Serializable- serialVersionUID:
- 5195390748495357295L
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.PSWorker extends Object implements Serializable- serialVersionUID:
- -3510485051178200118L
 - 
Serialized Fields- 
_batchSizelong _batchSize 
- 
_ecExecutionContext _ec 
- 
_epochsint _epochs 
- 
_featuresMatrixObject _features 
- 
_freqStatement.PSFrequency _freq 
- 
_instFunctionCallCPInstruction _inst 
- 
_labelsMatrixObject _labels 
- 
_modelAvgboolean _modelAvg 
- 
_nbatchesint _nbatches 
- 
_outputDataIdentifier _output 
- 
_psParamServer _ps 
- 
_tpoolExecutorService _tpool 
- 
_updFuncString _updFunc 
- 
_workerIDint _workerID 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.SparkPSWorker extends LocalPSWorker implements Serializable- serialVersionUID:
- -8674739573419648732L
 - 
Serialized Fields- 
_aggFuncString _aggFunc 
- 
_aGradorg.apache.spark.util.LongAccumulator _aGrad 
- 
_aIndexorg.apache.spark.util.LongAccumulator _aIndex 
- 
_aRPCorg.apache.spark.util.LongAccumulator _aRPC 
- 
_aSetuporg.apache.spark.util.LongAccumulator _aSetup 
- 
_aUpdateorg.apache.spark.util.LongAccumulator _aUpdate 
- 
_aWorkerorg.apache.spark.util.LongAccumulator _aWorker 
- 
_clsMapHashMap<String,byte[]> _clsMap 
- 
_conforg.apache.spark.SparkConf _conf 
- 
_isLocalboolean _isLocal 
- 
_nBatchesorg.apache.spark.util.LongAccumulator _nBatches 
- 
_nEpochsorg.apache.spark.util.LongAccumulator _nEpochs 
- 
_portint _port 
- 
_programString _program 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.controlprogram.paramserv.dp- 
Class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionerSparkAggregator extends Object implements Serializable- serialVersionUID:
- -1245300852709085117L
 - 
Serialized Fields- 
_fcollong _fcol 
- 
_lcollong _lcol 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionerSparkMapper extends Object implements Serializable- serialVersionUID:
- 1710721606050403296L
 - 
Serialized Fields- 
_dpSparkDataPartitioner _dp 
- 
_workersNumint _workersNum 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionSparkScheme extends Object implements Serializable- serialVersionUID:
- -3462829818083371171L
 - 
Serialized Fields- 
_globalPermsList<PartitionedBroadcast<MatrixBlock>> _globalPerms 
- 
_workerIndicatorPartitionedBroadcast<MatrixBlock> _workerIndicator 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.dp.DCSparkScheme extends DataPartitionSparkScheme implements Serializable- serialVersionUID:
- -2786906947020788787L
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.dp.DRRSparkScheme extends DataPartitionSparkScheme implements Serializable- serialVersionUID:
- -3130831851505549672L
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.dp.DRSparkScheme extends DataPartitionSparkScheme implements Serializable- serialVersionUID:
- -7655310624144544544L
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.dp.ORSparkScheme extends DataPartitionSparkScheme implements Serializable- serialVersionUID:
- 6867567406403580311L
 
- 
Class org.apache.sysds.runtime.controlprogram.paramserv.dp.SparkDataPartitioner extends Object implements Serializable- serialVersionUID:
- 6841548626711057448L
 - 
Serialized Fields- 
_schemeDataPartitionSparkScheme _scheme 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption- 
Class org.apache.sysds.runtime.controlprogram.paramserv.homomorphicEncryption.PublicKey extends Object implements Serializable- serialVersionUID:
- 91289081237980123L
 - 
Serialized Fields- 
_databyte[] _data 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.controlprogram.parfor- 
Class org.apache.sysds.runtime.controlprogram.parfor.DataPartitionerRemoteSparkMapper extends ParWorker implements Serializable- serialVersionUID:
- 332887624852010957L
 - 
Serialized Fields- 
_blenlong _blen 
- 
_clenlong _clen 
- 
_dpfParForProgramBlock.PDataPartitionFormat _dpf 
- 
_nlong _n 
- 
_rlenlong _rlen 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.DataPartitionerRemoteSparkReducer extends Object implements Serializable- serialVersionUID:
- -7149865018683261964L
 - 
Serialized Fields- 
_fnameNewString _fnameNew 
- 
_replicationint _replication 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.RemoteDPParForSparkWorker extends ParWorker implements Serializable- serialVersionUID:
- 30223759283155139L
 - 
Serialized Fields- 
_aItersorg.apache.spark.util.LongAccumulator _aIters 
- 
_aTasksorg.apache.spark.util.LongAccumulator _aTasks 
- 
_blenint _blen 
- 
_cachingboolean _caching 
- 
_clenint _clen 
- 
_clsMapHashMap<String,byte[]> _clsMap 
- 
_dpfParForProgramBlock.PDataPartitionFormat _dpf 
- 
_fmtTypes.FileFormat _fmt 
- 
_inputVarString _inputVar 
- 
_isLocalboolean _isLocal 
- 
_iterVarString _iterVar 
- 
_progString _prog 
- 
_rlenint _rlen 
- 
_tSparseColboolean _tSparseCol 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.RemoteParForSparkWorker extends ParWorker implements Serializable- serialVersionUID:
- -3254950138084272296L
 - 
Serialized Fields- 
_aItersorg.apache.spark.util.LongAccumulator _aIters 
- 
_aTasksorg.apache.spark.util.LongAccumulator _aTasks 
- 
_brInputsMap<String,org.apache.spark.broadcast.Broadcast<CacheBlock>> _brInputs 
- 
_cachingboolean _caching 
- 
_cleanCacheboolean _cleanCache 
- 
_clsMapHashMap<String,byte[]> _clsMap 
- 
_initializedboolean _initialized 
- 
_isLocalboolean _isLocal 
- 
_jobidlong _jobid 
- 
_lineageMap<String,String> _lineage 
- 
_progString _prog 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.ResultMerge extends Object implements Serializable- serialVersionUID:
- -6756689640511059030L
 - 
Serialized Fields- 
_inputsT extends CacheableData<?>[] _inputs 
- 
_isAccumboolean _isAccum 
- 
_outputT extends CacheableData<?> _output 
- 
_outputFNameString _outputFName 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeFrameLocalMemory extends ResultMerge<FrameObject> implements Serializable- serialVersionUID:
- 549739254879310540L
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalAutomatic extends ResultMergeMatrix implements Serializable- serialVersionUID:
- 1600893100602101732L
 - 
Serialized Fields- 
_rmResultMergeMatrix _rm 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalFile extends ResultMergeMatrix implements Serializable- serialVersionUID:
- -6905893742840020489L
 - 
Serialized Fields- 
_seqIDSequence _seq 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeLocalMemory extends ResultMergeMatrix implements Serializable- serialVersionUID:
- -3543612508601511701L
 - 
Serialized Fields- 
_compareDenseBlock _compare 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeMatrix extends ResultMerge<MatrixObject> implements Serializable- serialVersionUID:
- 5319002218804570071L
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeRemoteSpark extends ResultMergeMatrix implements Serializable- serialVersionUID:
- -6924566953903424820L
 - 
Serialized Fields- 
_ecExecutionContext _ec 
- 
_numMappersint _numMappers 
- 
_numReducersint _numReducers 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.ResultMergeRemoteSparkWCompare extends ResultMergeMatrix implements Serializable- serialVersionUID:
- -5970805069405942836L
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.Task extends Object implements Serializable- serialVersionUID:
- 2815832451487164284L
 - 
Serialized Fields- 
_iterationsLinkedList<IntObject> _iterations 
- 
_iterVarString _iterVar 
- 
_typeTask.TaskType _type 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.controlprogram.parfor.util- 
Class org.apache.sysds.runtime.controlprogram.parfor.util.PairWritableBlock extends Object implements Serializable- serialVersionUID:
- -6022511967446089164L
 - 
Serialized Fields- 
blockMatrixBlock block 
- 
indexesMatrixIndexes indexes 
 
- 
 
- 
Class org.apache.sysds.runtime.controlprogram.parfor.util.PairWritableCell extends Object implements Serializable- serialVersionUID:
- 6835655576808999370L
 - 
Serialized Fields- 
cellMatrixCell cell 
- 
indexesMatrixIndexes indexes 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.data- 
Class org.apache.sysds.runtime.data.BasicTensorBlock extends Object implements Serializable- serialVersionUID:
- -7665685894181661833L
 - 
Serialized Fields- 
_denseBlockDenseBlock _denseBlock 
- 
_dimsint[] _dims 
- 
_nnzlong _nnz 
- 
_sparseboolean _sparse 
- 
_sparseBlockSparseBlock _sparseBlock 
- 
_vtTypes.ValueType _vt 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DataTensorBlock extends Object implements Serializable- serialVersionUID:
- 3410679389807309521L
 - 
Serialized Fields- 
_colsdataBasicTensorBlock[] _colsdata 
- 
_colsToIxint[] _colsToIx Contains the (column) index in `_colsdata` for a certain column of the `DataTensor`. Which `_colsdata` to use is specified by the `_schema`
- 
_dimsint[] _dims 
- 
_ixToColsint[][] _ixToCols Contains the column of `DataTensor` an `_colsdata` (column) index corresponds to.
- 
_schemaTypes.ValueType[] _schema 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlock extends Object implements Serializable- serialVersionUID:
- 7517220490270237832L
 - 
Serialized Fields- 
_odimsint[] _odims 
- 
_reusedouble[] _reuse 
- 
_rlenint _rlen 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockBool extends DenseBlockDRB implements Serializable- serialVersionUID:
- -2228057308997136969L
 - 
Serialized Fields- 
_dataBitSet _data 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockDRB extends DenseBlock implements Serializable- serialVersionUID:
- 3581157975703708947L
 
- 
Class org.apache.sysds.runtime.data.DenseBlockFP32 extends DenseBlockDRB implements Serializable- serialVersionUID:
- 1950471811056914020L
 - 
Serialized Fields- 
_datafloat[] _data 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockFP64 extends DenseBlockDRB implements Serializable- serialVersionUID:
- 8546723684649816489L
 - 
Serialized Fields- 
_datadouble[] _data 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockInt32 extends DenseBlockDRB implements Serializable- serialVersionUID:
- 3856034067703046872L
 - 
Serialized Fields- 
_dataint[] _data 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockInt64 extends DenseBlockDRB implements Serializable- serialVersionUID:
- 7166657802668966730L
 - 
Serialized Fields- 
_datalong[] _data 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockLBool extends DenseBlockLDRB implements Serializable- serialVersionUID:
- 2604223782138590322L
 - 
Serialized Fields- 
_blocksBitSet[] _blocks 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockLDRB extends DenseBlock implements Serializable- serialVersionUID:
- -7519435549328146356L
 - 
Serialized Fields- 
_blenint _blen 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockLFP32 extends DenseBlockLDRB implements Serializable- serialVersionUID:
- 2604223782138590322L
 - 
Serialized Fields- 
_blocksfloat[][] _blocks 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockLFP64 extends DenseBlockLDRB implements Serializable- serialVersionUID:
- -1723319832162080273L
 - 
Serialized Fields- 
_blocksdouble[][] _blocks 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockLInt32 extends DenseBlockLDRB implements Serializable- serialVersionUID:
- 4273439182762731283L
 - 
Serialized Fields- 
_blocksint[][] _blocks 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockLInt64 extends DenseBlockLDRB implements Serializable- serialVersionUID:
- 2329693723788239625L
 - 
Serialized Fields- 
_blockslong[][] _blocks 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockLString extends DenseBlockLDRB implements Serializable- serialVersionUID:
- -6632424825959423264L
 - 
Serialized Fields- 
_blocksString[][] _blocks 
 
- 
 
- 
Class org.apache.sysds.runtime.data.DenseBlockString extends DenseBlockDRB implements Serializable- serialVersionUID:
- 7071870563356352352L
 - 
Serialized Fields- 
_dataString[] _data 
 
- 
 
- 
Class org.apache.sysds.runtime.data.IndexedTensorBlock extends Object implements Serializable- serialVersionUID:
- -6227311506740546446L
 - 
Serialized Fields- 
_blockTensorBlock _block 
- 
_indexesTensorIndexes _indexes 
 
- 
 
- 
Class org.apache.sysds.runtime.data.SparseBlock extends Object implements Serializable- serialVersionUID:
- -5008747088111141395L
 
- 
Class org.apache.sysds.runtime.data.SparseBlockCOO extends SparseBlock implements Serializable- serialVersionUID:
- 7223478015917668745L
 - 
Serialized Fields- 
_cindexesint[] _cindexes 
- 
_rindexesint[] _rindexes 
- 
_rlenint _rlen 
- 
_sizeint _size 
- 
_valuesdouble[] _values 
 
- 
 
- 
Class org.apache.sysds.runtime.data.SparseBlockCSR extends SparseBlock implements Serializable- serialVersionUID:
- 1922673868466164244L
 - 
Serialized Fields- 
_indexesint[] _indexes 
- 
_ptrint[] _ptr 
- 
_sizeint _size 
- 
_valuesdouble[] _values 
 
- 
 
- 
Class org.apache.sysds.runtime.data.SparseBlockMCSR extends SparseBlock implements Serializable- serialVersionUID:
- -4743624499258436199L
 - 
Serialized Fields- 
_rowsSparseRow[] _rows 
 
- 
 
- 
Class org.apache.sysds.runtime.data.SparseRow extends Object implements Serializable- serialVersionUID:
- 5806895317005796456L
 
- 
Class org.apache.sysds.runtime.data.SparseRowScalar extends SparseRow implements Serializable- serialVersionUID:
- 722193514969067477L
 - 
Serialized Fields- 
indexint index 
- 
valuedouble value 
 
- 
 
- 
Class org.apache.sysds.runtime.data.SparseRowVector extends SparseRow implements Serializable- serialVersionUID:
- 2971077474424464992L
 - 
Serialized Fields- 
estimatedNzsint estimatedNzs 
- 
indexesint[] indexes 
- 
maxNzsint maxNzs 
- 
sizeint size 
- 
valuesdouble[] values 
 
- 
 
- 
Class org.apache.sysds.runtime.data.TensorBlock extends Object implements Serializable- serialVersionUID:
- -8768054067319422277L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException
 
 
- 
 
- 
Class org.apache.sysds.runtime.data.TensorIndexes extends Object implements Serializable- serialVersionUID:
- -8596795142899904117L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput is) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for consistency/maintainability.- Throws:
- IOException- if IOException occurs
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for consistency/maintainability.- Throws:
- IOException- if IOException occurs
 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.functionobjects- 
Class org.apache.sysds.runtime.functionobjects.And extends ValueFunction implements Serializable- serialVersionUID:
- 6523146102263905602L
 
- 
Class org.apache.sysds.runtime.functionobjects.BitwAnd extends ValueFunction implements Serializable- serialVersionUID:
- 6523146102263905602L
 
- 
Class org.apache.sysds.runtime.functionobjects.BitwOr extends ValueFunction implements Serializable- serialVersionUID:
- -9172774392245257468L
 
- 
Class org.apache.sysds.runtime.functionobjects.BitwShiftL extends ValueFunction implements Serializable- serialVersionUID:
- -6874923721694361623L
 
- 
Class org.apache.sysds.runtime.functionobjects.BitwShiftR extends ValueFunction implements Serializable- serialVersionUID:
- -6746241833459058280L
 
- 
Class org.apache.sysds.runtime.functionobjects.BitwXor extends ValueFunction implements Serializable- serialVersionUID:
- -7231003441114081755L
 
- 
Class org.apache.sysds.runtime.functionobjects.Builtin extends ValueFunction implements Serializable- serialVersionUID:
- 3836744687789840574L
 - 
Serialized Fields- 
bFuncBuiltin.BuiltinCode bFunc 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.CM extends ValueFunction implements Serializable- serialVersionUID:
- 9177194651533064123L
 - 
Serialized Fields- 
_buff2KahanObject _buff2 
- 
_buff3KahanObject _buff3 
- 
_plusKahanPlus _plus 
- 
_typeCMOperator.AggregateOperationTypes _type 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.COV extends ValueFunction implements Serializable- serialVersionUID:
- 1865050401811477181L
 - 
Serialized Fields- 
_plusKahanPlus _plus 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.CTable extends ValueFunction implements Serializable- serialVersionUID:
- -5374880447194177236L
 
- 
Class org.apache.sysds.runtime.functionobjects.DiagIndex extends IndexFunction implements Serializable- serialVersionUID:
- -5294771266108903886L
 - 
Serialized Fields- 
diagV2Mboolean diagV2M 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.Divide extends ValueFunction implements Serializable- serialVersionUID:
- -5377082529324612637L
 
- 
Class org.apache.sysds.runtime.functionobjects.Equals extends ValueComparisonFunction implements Serializable- serialVersionUID:
- -8887713112454357802L
 
- 
Class org.apache.sysds.runtime.functionobjects.FunctionObject extends Object implements Serializable- serialVersionUID:
- -1L
 
- 
Class org.apache.sysds.runtime.functionobjects.GreaterThan extends ValueComparisonFunction implements Serializable- serialVersionUID:
- 1408566061111937556L
 
- 
Class org.apache.sysds.runtime.functionobjects.GreaterThanEquals extends ValueComparisonFunction implements Serializable- serialVersionUID:
- -5444900552418046584L
 
- 
Class org.apache.sysds.runtime.functionobjects.IfElse extends TernaryValueFunction implements Serializable- serialVersionUID:
- -8660124936856173978L
 
- 
Class org.apache.sysds.runtime.functionobjects.IndexFunction extends FunctionObject implements Serializable- serialVersionUID:
- -7672111359444767237L
 
- 
Class org.apache.sysds.runtime.functionobjects.IntegerDivide extends ValueFunction implements Serializable- serialVersionUID:
- -6994403907602762873L
 
- 
Class org.apache.sysds.runtime.functionobjects.KahanFunction extends ValueFunction implements Serializable- serialVersionUID:
- -8880016655817461398L
 
- 
Class org.apache.sysds.runtime.functionobjects.KahanPlus extends KahanFunction implements Serializable- serialVersionUID:
- -8338160609569967791L
 
- 
Class org.apache.sysds.runtime.functionobjects.KahanPlusSq extends KahanFunction implements Serializable- serialVersionUID:
- 5774388904472231717L
 - 
Serialized Fields- 
kplusKahanPlus kplus 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.LessThan extends ValueComparisonFunction implements Serializable- serialVersionUID:
- -5598503447690597942L
 
- 
Class org.apache.sysds.runtime.functionobjects.LessThanEquals extends ValueComparisonFunction implements Serializable- serialVersionUID:
- -1211700634442163849L
 
- 
Class org.apache.sysds.runtime.functionobjects.Mean extends ValueFunction implements Serializable- serialVersionUID:
- 1967222020396371269L
 - 
Serialized Fields- 
_plusKahanPlus _plus 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.Minus extends ValueFunction implements Serializable- serialVersionUID:
- 8433928060333018056L
 
- 
Class org.apache.sysds.runtime.functionobjects.Minus1Multiply extends ValueFunction implements Serializable- serialVersionUID:
- 8211391941572535083L
 
- 
Class org.apache.sysds.runtime.functionobjects.MinusMultiply extends TernaryValueFunction implements Serializable- serialVersionUID:
- 2801982061205871665L
 - 
Serialized Fields- 
_cntdouble _cnt 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.MinusNz extends ValueFunction implements Serializable- serialVersionUID:
- -949397965417772299L
 
- 
Class org.apache.sysds.runtime.functionobjects.Modulus extends ValueFunction implements Serializable- serialVersionUID:
- -1409182981172200840L
 - 
Serialized Fields- 
_intdivIntegerDivide _intdiv 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.Multiply extends ValueFunction implements Serializable- serialVersionUID:
- 2801982061205871665L
 
- 
Class org.apache.sysds.runtime.functionobjects.Multiply2 extends ValueFunction implements Serializable- serialVersionUID:
- -3762789087715600938L
 
- 
Class org.apache.sysds.runtime.functionobjects.Not extends ValueFunction implements Serializable- serialVersionUID:
- -3137270229584267263L
 
- 
Class org.apache.sysds.runtime.functionobjects.NotEquals extends ValueComparisonFunction implements Serializable- serialVersionUID:
- 2243676126579964278L
 
- 
Class org.apache.sysds.runtime.functionobjects.OffsetColumnIndex extends IndexFunction implements Serializable- serialVersionUID:
- 1523769994005450946L
 - 
Serialized Fields- 
numColumnsInOutputint numColumnsInOutput 
- 
numRowsInOutputint numRowsInOutput 
- 
offsetint offset 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.Or extends ValueFunction implements Serializable- serialVersionUID:
- -2847467729680510910L
 
- 
Class org.apache.sysds.runtime.functionobjects.ParameterizedBuiltin extends ValueFunction implements Serializable- serialVersionUID:
- -7987603644903675052L
 - 
Serialized Fields- 
bFuncParameterizedBuiltin.ParameterizedBuiltinCode bFunc 
- 
distFuncParameterizedBuiltin.ProbabilityDistributionCode distFunc 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.Plus extends ValueFunction implements Serializable- serialVersionUID:
- -3573790367761963555L
 
- 
Class org.apache.sysds.runtime.functionobjects.PlusMultiply extends TernaryValueFunction implements Serializable- serialVersionUID:
- 2801982061205871665L
 - 
Serialized Fields- 
_cntdouble _cnt 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.Power extends ValueFunction implements Serializable- serialVersionUID:
- 1503063846565177447L
 
- 
Class org.apache.sysds.runtime.functionobjects.Power2 extends ValueFunction implements Serializable- serialVersionUID:
- -4370611388912121328L
 
- 
Class org.apache.sysds.runtime.functionobjects.ReduceAll extends IndexFunction implements Serializable- serialVersionUID:
- -7395600812331396960L
 
- 
Class org.apache.sysds.runtime.functionobjects.ReduceCol extends IndexFunction implements Serializable- serialVersionUID:
- 5751707683718583013L
 
- 
Class org.apache.sysds.runtime.functionobjects.ReduceDiag extends IndexFunction implements Serializable- serialVersionUID:
- 734843929521413928L
 
- 
Class org.apache.sysds.runtime.functionobjects.ReduceRow extends IndexFunction implements Serializable- serialVersionUID:
- 3611700251686303484L
 
- 
Class org.apache.sysds.runtime.functionobjects.RevIndex extends IndexFunction implements Serializable- serialVersionUID:
- -1002715543022547788L
 
- 
Class org.apache.sysds.runtime.functionobjects.SortIndex extends IndexFunction implements Serializable- serialVersionUID:
- -8446389232078905200L
 - 
Serialized Fields- 
_colsint[] _cols 
- 
_decreasingboolean _decreasing 
- 
_ixreturnboolean _ixreturn 
 
- 
 
- 
Class org.apache.sysds.runtime.functionobjects.SwapIndex extends IndexFunction implements Serializable- serialVersionUID:
- -8898087610410746689L
 
- 
Class org.apache.sysds.runtime.functionobjects.TernaryValueFunction extends ValueFunction implements Serializable- serialVersionUID:
- 4837616587192612216L
 
- 
Class org.apache.sysds.runtime.functionobjects.ValueComparisonFunction extends ValueFunction implements Serializable- serialVersionUID:
- 6021132561216734747L
 
- 
Class org.apache.sysds.runtime.functionobjects.ValueFunction extends FunctionObject implements Serializable- serialVersionUID:
- -4985988545393861058L
 
- 
Class org.apache.sysds.runtime.functionobjects.Xor extends ValueFunction implements Serializable- serialVersionUID:
- -2847467729680510910L
 
 
- 
- 
Package org.apache.sysds.runtime.instructions.cp- 
Class org.apache.sysds.runtime.instructions.cp.BooleanObject extends ScalarObject implements Serializable- serialVersionUID:
- -4506242165735516984L
 - 
Serialized Fields- 
_valueboolean _value 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.cp.CiphertextMatrix extends Encrypted implements Serializable- serialVersionUID:
- 1762936872261940616L
 
- 
Class org.apache.sysds.runtime.instructions.cp.CM_COV_Object extends Data implements Serializable- serialVersionUID:
- -5814207545197934085L
 - 
Serialized Fields- 
c2KahanObject c2 
- 
m2KahanObject m2 
- 
m3KahanObject m3 
- 
m4KahanObject m4 
- 
maxdouble max 
- 
meanKahanObject mean 
- 
mean_vKahanObject mean_v 
- 
mindouble min 
- 
wdouble w 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.cp.Data extends Object implements Serializable- serialVersionUID:
- 9176228330268046168L
 - 
Serialized Fields- 
_privacyConstraintPrivacyConstraint _privacyConstraint Object holding all privacy constraints associated with the data.
- 
dataTypeTypes.DataType dataType 
- 
valueTypeTypes.ValueType valueType 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.cp.DoubleObject extends ScalarObject implements Serializable- serialVersionUID:
- -8525290101679236360L
 - 
Serialized Fields- 
_valuedouble _value 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.cp.Encrypted extends Data implements Serializable- serialVersionUID:
- 1762936872268046168L
 - 
Serialized Fields- 
_databyte[] _data 
- 
_dcDataCharacteristics _dc 
- 
_dimsint[] _dims 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.cp.IntObject extends ScalarObject implements Serializable- serialVersionUID:
- 353170585998999528L
 - 
Serialized Fields- 
_valuelong _value 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.cp.KahanObject extends Data implements Serializable- serialVersionUID:
- -5331529073327676437L
 - 
Serialized Fields- 
_correctiondouble _correction 
- 
_sumdouble _sum 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.cp.ListObject extends Data implements Serializable- serialVersionUID:
- 3652422061598967358L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd deserialization.- Throws:
- IOException- if IOException occurs
- ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.cp.PlaintextMatrix extends Encrypted implements Serializable- serialVersionUID:
- 5732436872261940616L
 
- 
Class org.apache.sysds.runtime.instructions.cp.ScalarObject extends Data implements Serializable- serialVersionUID:
- 6994413375932824892L
 
- 
Class org.apache.sysds.runtime.instructions.cp.StringObject extends ScalarObject implements Serializable- serialVersionUID:
- 2464839775369002455L
 - 
Serialized Fields- 
_valueString _value 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.instructions.fed- 
Class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder extends FederatedUDF implements Serializable- serialVersionUID:
- 2376756757742169692L
 - 
Serialized Fields- 
_offsetint _offset 
- 
_specString _spec 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.fed.MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder extends FederatedUDF implements Serializable- serialVersionUID:
- 6034440964680578276L
 - 
Serialized Fields- 
_encoderMultiColumnEncoder _encoder 
- 
_outputIDlong _outputID 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.fed.ParameterizedBuiltinFEDInstruction.DecodeMatrix extends FederatedUDF implements Serializable- serialVersionUID:
- 2376756757742169692L
 - 
Serialized Fields- 
_decoderDecoder _decoder 
- 
_metaFrameBlock _meta 
- 
_outputIDlong _outputID 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.CreateMatrixFromFrame extends FederatedUDF implements Serializable- serialVersionUID:
- -6569370318237863595L
 - 
Serialized Fields- 
_idint _id 
- 
_outputIDlong _outputID 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetHistogram extends FederatedUDF implements Serializable- serialVersionUID:
- 5413355823424777742L
 - 
Serialized Fields- 
_maxdouble _max 
- 
_mindouble _min 
- 
_numBucketsint _numBuckets 
- 
_rangedouble _range 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetValuesInRange extends FederatedUDF implements Serializable- serialVersionUID:
- 5413355823424777742L
 
- 
Class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.GetValuesInRanges extends FederatedUDF implements Serializable- serialVersionUID:
- 8663298932616139153L
 
- 
Class org.apache.sysds.runtime.instructions.fed.QuantilePickFEDInstruction.MinMax extends FederatedUDF implements Serializable- serialVersionUID:
- -3906698363866500744L
 
- 
Class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.DiagMatrix extends FederatedUDF implements Serializable- serialVersionUID:
- -3466926635958851402L
 - 
Serialized Fields- 
_lenint _len 
- 
_outputIDlong _outputID 
- 
_r_opReorgOperator _r_op 
- 
_rowFedboolean _rowFed 
- 
_sliceint[] _slice 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.fed.ReorgFEDInstruction.Rdiag extends FederatedUDF implements Serializable- serialVersionUID:
- -3466926635958851402L
 - 
Serialized Fields- 
_outputIDlong _outputID 
- 
_r_opReorgOperator _r_op 
- 
_rowFedboolean _rowFed 
- 
_sliceint[] _slice 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.instructions.spark- 
Class org.apache.sysds.runtime.instructions.spark.AggregateUnarySPInstruction.RDDUAggFunction2 extends Object implements Serializable- serialVersionUID:
- 2672082409287856038L
 - 
Serialized Fields- 
_blenint _blen 
- 
_opAggregateUnaryOperator _op 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.AggregateUnarySPInstruction.RDDUTensorAggFunction2 extends Object implements Serializable- serialVersionUID:
- -6258769067791011763L
 - 
Serialized Fields- 
_opAggregateUnaryOperator _op 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.AppendGAlignedSPInstruction.ShiftColumnIndex extends Object implements Serializable- serialVersionUID:
- -5185023611319654242L
 - 
Serialized Fields- 
_cbindboolean _cbind 
- 
_shiftBylong _shiftBy 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.AppendGSPInstruction.MergeWithShiftedBlocks extends Object implements Serializable- serialVersionUID:
- 848955582909209400L
 - 
Serialized Fields- 
_blenint _blen 
- 
_cbindboolean _cbind 
- 
_lastIxLeftlong _lastIxLeft 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.AppendGSPInstruction.ShiftMatrix extends Object implements Serializable- serialVersionUID:
- 3524189212798209172L
 - 
Serialized Fields- 
_blenint _blen 
- 
_cbindboolean _cbind 
- 
_outlenlong _outlen 
- 
_shiftByint _shiftBy 
- 
_startIxlong _startIx 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.BinUaggChainSPInstruction.RDDBinUaggChainFunction extends Object implements Serializable- serialVersionUID:
- 886065328623752520L
 - 
Serialized Fields- 
_bOpBinaryOperator _bOp 
- 
_uaggOpAggregateUnaryOperator _uaggOp 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.BuiltinNarySPInstruction.PadBlocksFunction extends Object implements Serializable- serialVersionUID:
- 1291358959908299855L
 - 
Serialized Fields- 
_mcOutDataCharacteristics _mcOut 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.CompressionSPInstruction.CompressionFunction extends Object implements Serializable- serialVersionUID:
- -6528833083609423922L
 
- 
Class org.apache.sysds.runtime.instructions.spark.CompressionSPInstruction.CompressionWorkloadFunction extends Object implements Serializable- serialVersionUID:
- -65288330833922L
 - 
Serialized Fields- 
costBuilderCostEstimatorBuilder costBuilder 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.CompressionSPInstruction.SizeFunction extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction.MapJoinSignature1 extends Object implements Serializable- serialVersionUID:
- -8819908424033945028L
 
- 
Class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction.MapJoinSignature2 extends Object implements Serializable- serialVersionUID:
- 7690448020081435520L
 
- 
Class org.apache.sysds.runtime.instructions.spark.CtableSPInstruction.MapJoinSignature3 extends Object implements Serializable- serialVersionUID:
- -5222678882354280164L
 
- 
Class org.apache.sysds.runtime.instructions.spark.DeCompressionSPInstruction.DeCompressionFunction extends Object implements Serializable- serialVersionUID:
- -65288330836413922L
 
- 
Class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function extends Object implements Serializable- serialVersionUID:
- 6336375833412029279L
 - 
Serialized Fields- 
_encoderEncoderMVImpute _encoder 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction extends Object implements Serializable- serialVersionUID:
- 6336375833412029279L
 - 
Serialized Fields- 
_encoderMultiColumnEncoder _encoder 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function extends Object implements Serializable- serialVersionUID:
- 702100641492347459L
 - 
Serialized Fields- 
_encoderEncoderMVImpute _encoder 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction extends Object implements Serializable- serialVersionUID:
- -1034187226023517119L
 - 
Serialized Fields- 
_accMaxorg.apache.sysds.runtime.instructions.spark.MultiReturnParameterizedBuiltinSPInstruction.MaxLongAccumulator _accMax 
- 
_encoderMultiColumnEncoder _encoder 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.CreateMatrixCell extends Object implements Serializable- serialVersionUID:
- -5783727852453040737L
 - 
Serialized Fields- 
blenint blen 
- 
opOperator op 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction extends Object implements Serializable- serialVersionUID:
- 6576713401901671660L
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction extends Object implements Serializable- serialVersionUID:
- 6795402640178679851L
 - 
Serialized Fields- 
_blenint _blen 
- 
_ngroupsint _ngroups 
- 
_opOperator _op 
- 
_pbmPartitionedBroadcast<MatrixBlock> _pbm 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2 extends Object implements Serializable- serialVersionUID:
- -6820599604299797661L
 - 
Serialized Fields- 
_ngroupsint _ngroups 
- 
_opOperator _op 
- 
_pbmPartitionedBroadcast<MatrixBlock> _pbm 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction extends Object implements Serializable- serialVersionUID:
- 4906304771183325289L
 - 
Serialized Fields- 
_blenlong _blen 
- 
_lenlong _len 
- 
_rmRowsboolean _rmRows 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem extends Object implements Serializable- serialVersionUID:
- 4906304771183325289L
 - 
Serialized Fields- 
_blenlong _blen 
- 
_lenlong _len 
- 
_offPartitionedBroadcast<MatrixBlock> _off 
- 
_rmRowsboolean _rmRows 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDReplaceFunction extends Object implements Serializable- serialVersionUID:
- 6576713401901671659L
 - 
Serialized Fields- 
_patterndouble _pattern 
- 
_replacementdouble _replacement 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDRExpandFunction extends Object implements Serializable- serialVersionUID:
- -6153643261956222601L
 - 
Serialized Fields- 
_blenlong _blen 
- 
_castboolean _cast 
- 
_dirRowsboolean _dirRows 
- 
_ignoreboolean _ignore 
- 
_maxVallong _maxVal 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTokenizeFunction extends Object implements Serializable- serialVersionUID:
- -8788298032616522019L
 - 
Serialized Fields- 
_tokenizerTokenizer _tokenizer 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction extends Object implements Serializable- serialVersionUID:
- 5759813006068230916L
 - 
Serialized Fields- 
_bencoderorg.apache.spark.broadcast.Broadcast<MultiColumnEncoder> _bencoder 
- 
_omaporg.apache.spark.broadcast.Broadcast<TfOffsetMap> _omap 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction extends Object implements Serializable- serialVersionUID:
- 3450977356721057440L
 - 
Serialized Fields- 
_omitColListint[] _omitColList 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction extends Object implements Serializable- serialVersionUID:
- -8187400248076127598L
 - 
Serialized Fields- 
_blenint _blen 
- 
_clenint _clen 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction extends Object implements Serializable- serialVersionUID:
- -4797324742568170756L
 - 
Serialized Fields- 
_blenint _blen 
- 
_decoderDecoder _decoder 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.SpoofSPInstruction.ReplicateRightFactorFunction extends Object implements Serializable- serialVersionUID:
- -7295989688796126442L
 - 
Serialized Fields- 
_blenlong _blen 
- 
_lenlong _len 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.instructions.spark.data- 
Class org.apache.sysds.runtime.instructions.spark.data.BlockPartitioner extends org.apache.spark.Partitioner implements Serializable- serialVersionUID:
- 3207938407732880324L
 - 
Serialized Fields- 
_cbPerPartlong _cbPerPart 
- 
_ncpartsint _ncparts 
- 
_numPartsint _numParts 
- 
_rbPerPartlong _rbPerPart 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.data.CorrMatrixBlock extends Object implements Serializable- serialVersionUID:
- -2204456681697015083L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput is) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient deserialization.- Throws:
- IOException- if IOException occurs
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.data.IndexedMatrixValue extends Object implements Serializable- serialVersionUID:
- 6723389820806752110L
 - 
Serialized Fields- 
_indexesMatrixIndexes _indexes 
- 
_valueMatrixValue _value 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.data.PartitionedBlock extends Object implements Serializable- serialVersionUID:
- 1298817743064415129L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput is) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast deserialization.- Throws:
- IOException- if IOException occurs
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.data.PartitionedBroadcast extends Object implements Serializable- serialVersionUID:
- 7041959166079438401L
 - 
Serialized Fields- 
_dcDataCharacteristics _dc 
- 
_pbcorg.apache.spark.broadcast.Broadcast<PartitionedBlock<T extends CacheBlock>>[] _pbc 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.data.RowMatrixBlock extends Object implements Serializable- serialVersionUID:
- 3307673667643705793L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput is) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient deserialization.- Throws:
- IOException- if IOException occurs
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.data.SerLongWritable extends org.apache.hadoop.io.LongWritable implements Serializable- serialVersionUID:
- -2609889817086784049L
 
- 
Class org.apache.sysds.runtime.instructions.spark.data.SerText extends org.apache.hadoop.io.Text implements Serializable- serialVersionUID:
- -4918278004334054414L
 
 
- 
- 
Package org.apache.sysds.runtime.instructions.spark.functions- 
Class org.apache.sysds.runtime.instructions.spark.functions.AggregateDropCorrectionFunction extends Object implements Serializable- serialVersionUID:
- -5573656897943638857L
 - 
Serialized Fields- 
_opAggregateOperator _op 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ComputeBinaryBlockNnzFunction extends Object implements Serializable- serialVersionUID:
- -8396410450821999936L
 - 
Serialized Fields- 
_aNnzorg.apache.spark.util.LongAccumulator _aNnz 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ConvertFrameBlockToIJVLines extends Object implements Serializable- serialVersionUID:
- 1803516615963340115L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ConvertMatrixBlockToIJVLines extends Object implements Serializable- serialVersionUID:
- 3555147684480763957L
 - 
Serialized Fields- 
blenint blen 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ConvertStringToLongTextPair extends Object implements Serializable- serialVersionUID:
- 6443041051069809479L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CopyBinaryCellFunction extends Object implements Serializable- serialVersionUID:
- -675490732439827014L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CopyFrameBlockFunction extends Object implements Serializable- serialVersionUID:
- 612972882700587381L
 - 
Serialized Fields- 
_deepCopyboolean _deepCopy 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CopyFrameBlockPairFunction extends Object implements Serializable- serialVersionUID:
- -4686652006382558021L
 - 
Serialized Fields- 
_deepCopyboolean _deepCopy 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockFunction extends Object implements Serializable- serialVersionUID:
- 966409324406154236L
 - 
Serialized Fields- 
_deepCopyboolean _deepCopy 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockPairFunction extends Object implements Serializable- serialVersionUID:
- -196553327495233360L
 - 
Serialized Fields- 
_deepCopyboolean _deepCopy 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CopyTensorBlockFunction extends Object implements Serializable- serialVersionUID:
- 707987326466592670L
 - 
Serialized Fields- 
_deepCopyboolean _deepCopy 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CopyTensorBlockPairFunction extends Object implements Serializable- serialVersionUID:
- 605514365345997070L
 - 
Serialized Fields- 
_deepCopyboolean _deepCopy 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CopyTextInputFunction extends Object implements Serializable- serialVersionUID:
- -196553327495233360L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.CreateSparseBlockFunction extends Object implements Serializable- serialVersionUID:
- -4503367283351708178L
 - 
Serialized Fields- 
_stypeSparseBlock.Type _stype 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ExtractBlockForBinaryReblock extends Object implements Serializable- serialVersionUID:
- -762987655085029215L
 - 
Serialized Fields- 
clenlong clen 
- 
in_blenint in_blen 
- 
out_blenint out_blen 
- 
rlenlong rlen 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup extends Object implements Serializable- serialVersionUID:
- -7059358143841229966L
 - 
Serialized Fields- 
_blenlong _blen 
- 
_ngroupslong _ngroups 
- 
_opOperator _op 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup.ExtractGroupBroadcast extends ExtractGroup implements Serializable- serialVersionUID:
- 5709955602290131093L
 - 
Serialized Fields- 
_pbmPartitionedBroadcast<MatrixBlock> _pbm 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup.ExtractGroupJoin extends ExtractGroup implements Serializable- serialVersionUID:
- 8890978615936560266L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroupNWeights extends Object implements Serializable- serialVersionUID:
- -188180042997588072L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.FilterDiagMatrixBlocksFunction extends Object implements Serializable- serialVersionUID:
- 685221977882289849L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.FilterNonEmptyBlocksFunction extends Object implements Serializable- serialVersionUID:
- -8856829325565589854L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.FilterNonEmptyBlocksFunction2 extends Object implements Serializable- serialVersionUID:
- -8435900761521598692L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.GetMIMBFromRow extends Object implements Serializable- serialVersionUID:
- 2291741087248847581L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.IsBlockInList extends Object implements Serializable- serialVersionUID:
- -1956151588590369875L
 - 
Serialized Fields- 
_blenint _blen 
- 
_colslong[] _cols 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.IsBlockInRange extends Object implements Serializable- serialVersionUID:
- 5849687296021280540L
 - 
Serialized Fields- 
_blenint _blen 
- 
_cllong _cl 
- 
_culong _cu 
- 
_rllong _rl 
- 
_rulong _ru 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.IsFrameBlockInRange extends Object implements Serializable- serialVersionUID:
- 4433918122474769296L
 - 
Serialized Fields- 
_rllong _rl 
- 
_rulong _ru 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.MapInputSignature extends Object implements Serializable- serialVersionUID:
- -816443970067626102L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.MapJoinSignature extends Object implements Serializable- serialVersionUID:
- -704403012606821854L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.MatrixMatrixBinaryOpFunction extends Object implements Serializable- serialVersionUID:
- -2683276102742977900L
 - 
Serialized Fields- 
_bopBinaryOperator _bop 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.MatrixScalarUnaryFunction extends Object implements Serializable- serialVersionUID:
- 7246757780621114500L
 - 
Serialized Fields- 
_opScalarOperator _op 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.MatrixVectorBinaryOpPartitionFunction extends Object implements Serializable- serialVersionUID:
- 9096091404578628534L
 - 
Serialized Fields- 
_opBinaryOperator _op 
- 
_pmVPartitionedBroadcast<MatrixBlock> _pmV 
- 
_vtypeBinaryM.VectorType _vtype 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.OuterVectorBinaryOpFunction extends Object implements Serializable- serialVersionUID:
- 1730704346934726826L
 - 
Serialized Fields- 
_opBinaryOperator _op 
- 
_pmVPartitionedBroadcast<MatrixBlock> _pmV 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.PerformGroupByAggInCombiner extends Object implements Serializable- serialVersionUID:
- -813530414567786509L
 - 
Serialized Fields- 
_opOperator _op 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.PerformGroupByAggInReducer extends Object implements Serializable- serialVersionUID:
- 8160556441153227417L
 - 
Serialized Fields- 
opOperator op 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ReblockTensorFunction extends Object implements Serializable- serialVersionUID:
- 9118830682358813489L
 - 
Serialized Fields- 
_newBlenlong _newBlen 
- 
_numDimsint _numDims 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.RecomputeNnzFunction extends Object implements Serializable- serialVersionUID:
- -973429193604040011L
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ReorgMapFunction extends Object implements Serializable- serialVersionUID:
- 31065772250744103L
 - 
Serialized Fields- 
_indexFnObjectIndexFunction _indexFnObject 
- 
_reorgOpReorgOperator _reorgOp 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ReplicateBlockFunction extends Object implements Serializable- serialVersionUID:
- -1184696764516975609L
 - 
Serialized Fields- 
_blenlong _blen 
- 
_deepboolean _deep 
- 
_leftboolean _left 
- 
_lenlong _len 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ReplicateTensorFunction extends Object implements Serializable- serialVersionUID:
- 7181347334827684965L
 - 
Serialized Fields- 
_byDimint _byDim 
- 
_numReplicaslong _numReplicas 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.ReplicateVectorFunction extends Object implements Serializable- serialVersionUID:
- -1505557561471236851L
 - 
Serialized Fields- 
_byRowboolean _byRow 
- 
_numReplicaslong _numReplicas 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.TensorTensorBinaryOpFunction extends Object implements Serializable- serialVersionUID:
- 4204525225937988112L
 - 
Serialized Fields- 
_bopBinaryOperator _bop 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.functions.TensorTensorBinaryOpPartitionFunction extends Object implements Serializable- serialVersionUID:
- 8029096658247920867L
 - 
Serialized Fields- 
_opBinaryOperator _op 
- 
_ptVPartitionedBroadcast<TensorBlock> _ptV 
- 
_replicateDimboolean[] _replicateDim 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.instructions.spark.utils- 
Class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction extends Object implements Serializable- serialVersionUID:
- -1467314923206783333L
 
- 
Class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction extends Object implements Serializable- serialVersionUID:
- -1232439643533739078L
 
- 
Class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongWritableTextToLongTextFunction extends Object implements Serializable- serialVersionUID:
- -5408386071466175348L
 
- 
Class org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongWritableToSerFunction extends Object implements Serializable- serialVersionUID:
- 2286037080400222528L
 
- 
Class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.BinaryCellToBinaryBlockFunction extends org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.CellToBinaryBlockFunction implements Serializable- serialVersionUID:
- 3928810989462198243L
 
- 
Class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtils.DataFrameExtractIDFunction extends Object implements Serializable- serialVersionUID:
- 7438855241666363433L
 - 
Serialized Fields- 
_indexint _index 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.utils.RDDConverterUtilsExt.AddRowID extends Object implements Serializable- serialVersionUID:
- -3733816995375745659L
 
- 
Class org.apache.sysds.runtime.instructions.spark.utils.RDDSortUtils.IndexComparator extends Object implements Serializable- serialVersionUID:
- 5154839870549241343L
 - 
Serialized Fields- 
_ascboolean _asc 
 
- 
 
- 
Class org.apache.sysds.runtime.instructions.spark.utils.RDDSortUtils.IndexComparator2 extends Object implements Serializable- serialVersionUID:
- 5531987863790922691L
 - 
Serialized Fields- 
_ascboolean _asc 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.io- 
Class org.apache.sysds.runtime.io.FileFormatPropertiesCSV extends FileFormatProperties implements Serializable- serialVersionUID:
- -2870393360885401604L
 
- 
Class org.apache.sysds.runtime.io.FileFormatPropertiesHDF5 extends FileFormatProperties implements Serializable- serialVersionUID:
- 8646275033790103030L
 - 
Serialized Fields- 
datasetNameString datasetName 
 
- 
 
- 
Class org.apache.sysds.runtime.io.FileFormatPropertiesLIBSVM extends FileFormatProperties implements Serializable- serialVersionUID:
- -2870393360885401604L
 
- 
Class org.apache.sysds.runtime.io.FileFormatPropertiesMM extends FileFormatProperties implements Serializable- serialVersionUID:
- -2870393360885401604L
 - 
Serialized Fields- 
_fieldFileFormatPropertiesMM.MMField _field 
- 
_fmtFileFormatPropertiesMM.MMFormat _fmt 
- 
_symmetryFileFormatPropertiesMM.MMSymmetry _symmetry 
 
- 
 
- 
Class org.apache.sysds.runtime.io.InputOutputInfo extends Object implements Serializable- serialVersionUID:
- 7059677437144672023L
 - 
Serialized Fields- 
inputFormatClassClass<? extends org.apache.hadoop.mapred.InputFormat> inputFormatClass 
- 
keyClassClass<? extends org.apache.hadoop.io.Writable> keyClass 
- 
metadataMetaData metadata 
- 
outputFormatClassClass<? extends org.apache.hadoop.mapred.OutputFormat> outputFormatClass 
- 
valueClassClass<? extends org.apache.hadoop.io.Writable> valueClass 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.io.hdf5- 
Class org.apache.sysds.runtime.io.hdf5.H5RuntimeException extends DMLRuntimeException implements Serializable- serialVersionUID:
- -3551978964353888835L
 
 
- 
- 
Package org.apache.sysds.runtime.iogen- 
Class org.apache.sysds.runtime.iogen.CustomProperties extends FileFormatProperties implements Serializable- serialVersionUID:
- -4447926749068752721L
 - 
Serialized Fields- 
colPatternorg.apache.sysds.runtime.iogen.CustomProperties.GRPattern colPattern 
- 
delimString delim 
- 
firstColIndexint firstColIndex 
- 
firstRowIndexint firstRowIndex 
- 
grSymmetryorg.apache.sysds.runtime.iogen.CustomProperties.GRSymmetry grSymmetry 
- 
indexDelimString indexDelim 
- 
naStringsHashSet<String> naStrings 
- 
rowPatternorg.apache.sysds.runtime.iogen.CustomProperties.GRPattern rowPattern 
 
- 
 
- 
Class org.apache.sysds.runtime.iogen.FastStringTokenizer extends Object implements Serializable- serialVersionUID:
- -4698672725609750097L
 
 
- 
- 
Package org.apache.sysds.runtime.matrix.data- 
Class org.apache.sysds.runtime.matrix.data.DnnParameters extends Object implements Serializable- serialVersionUID:
- -212362627205772829L
 - 
Serialized Fields- 
biasMatrixBlock bias 
- 
Cint C 
- 
enableNativeboolean enableNative 
- 
end_indexes_hint[] end_indexes_h 
- 
end_indexes_wint[] end_indexes_w 
- 
Hint H 
- 
input1MatrixBlock input1 
- 
input2MatrixBlock input2 
- 
Kint K 
- 
minValForMaxPoolOperationsdouble minValForMaxPoolOperations 
- 
Nint N 
- 
numThreadsint numThreads 
- 
outputMatrixBlock output 
- 
Pint P 
- 
pad_hint pad_h 
- 
pad_wint pad_w 
- 
Qint Q 
- 
Rint R 
- 
Sint S 
- 
start_indexes_hint[] start_indexes_h 
- 
start_indexes_wint[] start_indexes_w 
- 
stride_hint stride_h 
- 
stride_wint stride_w 
- 
Wint W 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.data.FrameBlock extends Object implements Serializable- serialVersionUID:
- -3993450030207130665L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException
 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.data.FrameBlock.ColumnMetadata extends Object implements Serializable- serialVersionUID:
- -90094082422100311L
 - 
Serialized Fields- 
_mvValueString _mvValue 
- 
_ndistinctlong _ndistinct 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.data.FrameBlock.FrameMapFunction extends Object implements Serializable- serialVersionUID:
- -8398572153616520873L
 
- 
Class org.apache.sysds.runtime.matrix.data.MatrixBlock extends MatrixValue implements Serializable- serialVersionUID:
- 7319972089143154056L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput is) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd deserialization.- Throws:
- IOException- if IOException occurs
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.data.MatrixCell extends MatrixValue implements Serializable- serialVersionUID:
- -7755996717411912578L
 - 
Serialized Fields- 
valuedouble value 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.data.MatrixIndexes extends Object implements Serializable- serialVersionUID:
- -1521166657518127789L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput is) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for consistency/maintainability.- Throws:
- IOException- if IOException occurs
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for consistency/maintainability.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.data.TripleIndexes extends Object implements Serializable- serialVersionUID:
- -4514135024726916288L
 - 
Serialized Fields- 
firstlong first 
- 
secondlong second 
- 
thirdlong third 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.data.WeightedCell extends MatrixCell implements Serializable- serialVersionUID:
- -2283995259000895325L
 - 
Serialized Fields- 
weightdouble weight 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.data.WeightedPair extends WeightedCell implements Serializable- serialVersionUID:
- 8772815876289553196L
 - 
Serialized Fields- 
otherdouble other 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.matrix.operators- 
Class org.apache.sysds.runtime.matrix.operators.AggregateBinaryOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- 1666421325090925726L
 - 
Serialized Fields- 
aggOpAggregateOperator aggOp 
- 
binaryFnValueFunction binaryFn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.AggregateOperator extends Operator implements Serializable- serialVersionUID:
- 8761527329665129670L
 - 
Serialized Fields- 
correctionTypes.CorrectionLocationType correction 
- 
increOpBinaryOperator increOp 
- 
initialValuedouble initialValue 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.AggregateTernaryOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- 4251745081160216784L
 - 
Serialized Fields- 
aggOpAggregateOperator aggOp 
- 
binaryFnValueFunction binaryFn 
- 
indexFnIndexFunction indexFn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.AggregateUnaryOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- 6690553323120787735L
 - 
Serialized Fields- 
aggOpAggregateOperator aggOp 
- 
indexFnIndexFunction indexFn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.BinaryOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- -2547950181558989209L
 - 
Serialized Fields- 
commutativeboolean commutative 
- 
fnValueFunction fn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.CMOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- 4126894676505115420L
 - 
Serialized Fields- 
aggOpTypeCMOperator.AggregateOperationTypes aggOpType 
- 
fnValueFunction fn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.CountDistinctOperator extends Operator implements Serializable- serialVersionUID:
- 7615123453265129670L
 - 
Serialized Fields- 
directionTypes.Direction direction 
- 
hashTypeHash.HashType hashType 
- 
indexFunctionIndexFunction indexFunction 
- 
operatorTypeCountDistinctOperatorTypes operatorType 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.COVOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- -8404264552880694469L
 - 
Serialized Fields- 
fnCOV fn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.LeftScalarOperator extends ScalarOperator implements Serializable- serialVersionUID:
- 2360577666575746424L
 
- 
Class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator extends Operator implements Serializable- serialVersionUID:
- 3528522245925706630L
 - 
Serialized Fields- 
_numThreadsint _numThreads 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.Operator extends Object implements Serializable- serialVersionUID:
- -7453178973186473277L
 - 
Serialized Fields- 
sparseSafeboolean sparseSafe 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.QuaternaryOperator extends Operator implements Serializable- serialVersionUID:
- -1642908613016116069L
 - 
Serialized Fields- 
epsdouble eps 
- 
fnValueFunction fn 
- 
wtype1WeightedSquaredLoss.WeightsType wtype1 
- 
wtype2WeightedSigmoid.WSigmoidType wtype2 
- 
wtype3WeightedDivMM.WDivMMType wtype3 
- 
wtype4WeightedCrossEntropy.WCeMMType wtype4 
- 
wtype5WeightedUnaryMM.WUMMType wtype5 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.ReIndexOperator extends Operator implements Serializable- serialVersionUID:
- 8603367674384408297L
 
- 
Class org.apache.sysds.runtime.matrix.operators.ReorgOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- -5322516429026298404L
 - 
Serialized Fields- 
fnIndexFunction fn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.RightScalarOperator extends ScalarOperator implements Serializable- serialVersionUID:
- 5148300801904349919L
 
- 
Class org.apache.sysds.runtime.matrix.operators.ScalarOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- 4547253761093455869L
 - 
Serialized Fields- 
_constantdouble _constant 
- 
fnValueFunction fn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.SimpleOperator extends Operator implements Serializable- serialVersionUID:
- 625147299273287379L
 - 
Serialized Fields- 
fnFunctionObject fn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.TernaryOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- 3456088891054083634L
 - 
Serialized Fields- 
fnTernaryValueFunction fn 
 
- 
 
- 
Class org.apache.sysds.runtime.matrix.operators.UnaryOperator extends MultiThreadedOperator implements Serializable- serialVersionUID:
- 2441990876648978637L
 - 
Serialized Fields- 
fnValueFunction fn 
- 
inplaceboolean inplace 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.meta- 
Class org.apache.sysds.runtime.meta.DataCharacteristics extends Object implements Serializable- serialVersionUID:
- 3411056029517599342L
 - 
Serialized Fields- 
_blocksizeint _blocksize 
- 
_noEmptyBlocksboolean _noEmptyBlocks 
 
- 
 
- 
Class org.apache.sysds.runtime.meta.MatrixCharacteristics extends DataCharacteristics implements Serializable- serialVersionUID:
- 8300479822915546000L
 - 
Serialized Fields- 
nonZerolong nonZero 
- 
numColumnslong numColumns 
- 
numRowslong numRows 
- 
ubNnzboolean ubNnz 
 
- 
 
- 
Class org.apache.sysds.runtime.meta.TensorCharacteristics extends DataCharacteristics implements Serializable- serialVersionUID:
- 8300479822915546000L
 - 
Serialized Fields- 
_dimslong[] _dims 
- 
_nnzlong _nnz 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.privacy- 
Class org.apache.sysds.runtime.privacy.DMLPrivacyException extends DMLRuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.sysds.runtime.privacy.PrivacyConstraint extends Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput is) throws IOException - Throws:
- IOException
 
- 
writeExternalpublic void writeExternal(ObjectOutput objectOutput) throws IOException - Throws:
- IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.sysds.runtime.transform- 
Class org.apache.sysds.runtime.transform.TfUtils extends Object implements Serializable- serialVersionUID:
- 526252850872633125L
 - 
Serialized Fields- 
_NAstringsString[] _NAstrings 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.transform.decode- 
Class org.apache.sysds.runtime.transform.decode.Decoder extends Object implements Serializable- serialVersionUID:
- -1732411001366177787L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd deserialization.- Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.decode.DecoderComposite extends Decoder implements Serializable- serialVersionUID:
- 5790600547144743716L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.decode.DecoderDummycode extends Decoder implements Serializable- serialVersionUID:
- 4758831042891032129L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.decode.DecoderPassThrough extends Decoder implements Serializable- serialVersionUID:
- -8525203889417422598L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.decode.DecoderRecode extends Decoder implements Serializable- serialVersionUID:
- -3784249774608228805L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
 
- 
- 
Package org.apache.sysds.runtime.transform.encode- 
Class org.apache.sysds.runtime.transform.encode.ColumnEncoder extends Object implements Serializable- serialVersionUID:
- 2299156350718979064L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd deserialization.- Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.ColumnEncoderBin extends ColumnEncoder implements Serializable- serialVersionUID:
- 1917445005206076078L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.ColumnEncoderComposite extends ColumnEncoder implements Serializable- serialVersionUID:
- -8473768154646831882L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.ColumnEncoderDummycode extends ColumnEncoder implements Serializable- serialVersionUID:
- 5832130477659116489L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.ColumnEncoderFeatureHash extends ColumnEncoder implements Serializable- serialVersionUID:
- 7435806042138687342L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.ColumnEncoderPassThrough extends ColumnEncoder implements Serializable- serialVersionUID:
- -8473768154646831882L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd deserialization.- Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.ColumnEncoderRecode extends ColumnEncoder implements Serializable- serialVersionUID:
- 8213163881283341874L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.ColumnEncoderUDF extends ColumnEncoder implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd deserialization.- Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
- 
Class org.apache.sysds.runtime.transform.encode.EncoderMVImpute extends LegacyEncoder implements Serializable- serialVersionUID:
- 9057868620144662194L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.EncoderOmit extends LegacyEncoder implements Serializable- serialVersionUID:
- 1978852120416654195L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException - Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.LegacyEncoder extends Object implements Serializable- serialVersionUID:
- 2299156350718979064L
 - 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd deserialization.- Throws:
- IOException- if IOException occur
 
- 
writeExternalpublic void writeExternal(ObjectOutput os) throws IOException Redirects the default java serialization via externalizable to our default hadoop writable serialization for efficient broadcast/rdd serialization.- Throws:
- IOException- if IOException occurs
 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.encode.MultiColumnEncoder extends Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Throws:
- IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.sysds.runtime.transform.meta- 
Class org.apache.sysds.runtime.transform.meta.TfOffsetMap extends Object implements Serializable- serialVersionUID:
- 8949124761287236703L
 
 
- 
- 
Package org.apache.sysds.runtime.transform.tokenize- 
Class org.apache.sysds.runtime.transform.tokenize.Tokenizer extends Object implements Serializable- serialVersionUID:
- 7155673772374114577L
 - 
Serialized Fields- 
tokenizerPostTokenizerPost tokenizerPost 
- 
tokenizerPreTokenizerPre tokenizerPre 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.tokenize.TokenizerPostCount extends Object implements Serializable- serialVersionUID:
- 6382000606237705019L
 - 
Serialized Fields- 
maxTokensint maxTokens 
- 
numIdColsint numIdCols 
- 
paramsorg.apache.sysds.runtime.transform.tokenize.TokenizerPostCount.Params params 
- 
wideFormatboolean wideFormat 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.tokenize.TokenizerPostHash extends Object implements Serializable- serialVersionUID:
- 4763889041868044668L
 - 
Serialized Fields- 
maxTokensint maxTokens 
- 
numIdColsint numIdCols 
- 
paramsorg.apache.sysds.runtime.transform.tokenize.TokenizerPostHash.Params params 
- 
wideFormatboolean wideFormat 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.tokenize.TokenizerPostPosition extends Object implements Serializable- serialVersionUID:
- 3563407270742660830L
 - 
Serialized Fields- 
maxTokensint maxTokens 
- 
numIdColsint numIdCols 
- 
wideFormatboolean wideFormat 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.tokenize.TokenizerPreNgram extends Object implements Serializable- serialVersionUID:
- -6297904316677723802L
 - 
Serialized Fields- 
paramsorg.apache.sysds.runtime.transform.tokenize.TokenizerPreNgram.Params params 
- 
tokenizerPreWhitespaceSplitTokenizerPreWhitespaceSplit tokenizerPreWhitespaceSplit 
 
- 
 
- 
Class org.apache.sysds.runtime.transform.tokenize.TokenizerPreWhitespaceSplit extends Object implements Serializable- serialVersionUID:
- 539127244034913364L
 
 
- 
- 
Package org.apache.sysds.runtime.util- 
Class org.apache.sysds.runtime.util.FastStringTokenizer extends Object implements Serializable- serialVersionUID:
- 4051436015710778611L
 - 
Serialized Fields- 
_delchar _del 
- 
_posint _pos 
- 
_stringString _string 
 
- 
 
- 
Class org.apache.sysds.runtime.util.IndexRange extends Object implements Serializable- serialVersionUID:
- 5746526303666494601L
 - 
Serialized Fields- 
colEndlong colEnd 
- 
colStartlong colStart 
- 
rowEndlong rowEnd 
- 
rowStartlong rowStart 
 
- 
 
 
-