public class ChunkedDatasetV4 extends ChunkedDatasetBase
ChunkedDatasetBase.FilterPipelineLazyInitializer
AbstractNode.AttributesLazyInitializer
lazyPipeline
hdfBackingStorage, oh
address, attributes, header, name, parent
Constructor and Description |
---|
ChunkedDatasetV4(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, getFilters, getRawChunkBuffer, getSliceDataBuffer, getStorageInBytes, isEmpty
convertToCorrectEndiness, getData, getData, getDataFlat, 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, getData, getDataFlat, 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 ChunkedDatasetV4(HdfBackingStorage hdfBackingStorage, long address, java.lang.String name, Group parent, ObjectHeader oh)
public int[] getChunkDimensions()
ChunkedDataset
protected java.util.Map<ChunkOffset,Chunk> getChunkLookup()
getChunkLookup
in class ChunkedDatasetBase