Class OOCIOHandler.GroupSourceBlockDescriptor
java.lang.Object
org.apache.sysds.runtime.ooc.cache.io.OOCIOHandler.SourceBlockDescriptor
org.apache.sysds.runtime.ooc.cache.io.OOCIOHandler.GroupSourceBlockDescriptor
- Enclosing interface:
- OOCIOHandler
public static class OOCIOHandler.GroupSourceBlockDescriptor
extends OOCIOHandler.SourceBlockDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intFields inherited from class org.apache.sysds.runtime.ooc.cache.io.OOCIOHandler.SourceBlockDescriptor
format, indexes, offset, path, recordLength, serializedSize -
Constructor Summary
ConstructorsConstructorDescriptionGroupSourceBlockDescriptor(String path, Types.FileFormat format, MatrixIndexes indexes, long offset, int recordLength, long serializedSize, List<OOCIOHandler.SourceBlockDescriptor> blocks) -
Method Summary
-
Field Details
-
blocks
-
count
public final int count
-
-
Constructor Details
-
GroupSourceBlockDescriptor
public GroupSourceBlockDescriptor(String path, Types.FileFormat format, MatrixIndexes indexes, long offset, int recordLength, long serializedSize, List<OOCIOHandler.SourceBlockDescriptor> blocks)
-