public class ChunkedDatasetV3 extends ChunkedDatasetBase
ChunkedDatasetBase.FilterPipelineLazyInitializer
AbstractNode.AttributesLazyInitializer
lazyPipeline
hdfBackingStorage, oh
address, attributes, header, name, parent
Constructor and Description |
---|
ChunkedDatasetV3(HdfBackingStorage hdfBackingStorage,
long address,
java.lang.String name,
Group parent,
ObjectHeader oh) |
Modifier and Type | Method and Description |
---|---|
int[] |
getChunkDimensions()
Gets the chunk dimensions of this dataset.
|
protected java.util.Map<ChunkOffset,Chunk> |
getChunkLookup() |
fillDataFromChunk, getChunkInternalOffsets, getDataBuffer, getDataOffsets, getRawChunkBuffer, getStorageInBytes, isEmpty
convertToCorrectEndiness, getData, getDataLayout, getDataType, getDimensions, getFillValue, getJavaType, getMaxSize, getSize, getSizeInBytes, getType, isCompound, isScalar, isVariableLength, toString
getAddress, getAttribute, getAttributes, getFile, getFileAsPath, getHdfFile, getHeader, getHeaderMessage, getName, getParent, getPath, isAttributeCreationOrderTracked, isGroup, isLink
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getData, getDataLayout, getDataType, getDimensions, getFillValue, getJavaType, getMaxSize, getSize, getSizeInBytes, isCompound, isScalar, isVariableLength
getAddress, getAttribute, getAttributes, getFile, getFileAsPath, getHdfFile, getName, getParent, getPath, getType, isAttributeCreationOrderTracked, isGroup, isLink
public ChunkedDatasetV3(HdfBackingStorage hdfBackingStorage, long address, java.lang.String name, Group parent, ObjectHeader oh)
protected java.util.Map<ChunkOffset,Chunk> getChunkLookup()
getChunkLookup
in class ChunkedDatasetBase
public int[] getChunkDimensions()
ChunkedDataset