public class ExtensibleArrayIndex extends java.lang.Object implements ChunkIndex
This was added to allow for more efficient indexing of chunks for datasets with only one unlimited dimension.
More info on how extensible arrays work can be found at https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5doc/browse/projects/1_10_alpha/ReviseChunks/skip_lists
https://support.hdfgroup.org/HDF5/doc/H5.format.html#ExtensibleArrayConstructor and Description |
---|
ExtensibleArrayIndex(HdfBackingStorage hdfBackingStorage,
long address,
DatasetInfo datasetInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Chunk> |
getAllChunks() |
public ExtensibleArrayIndex(HdfBackingStorage hdfBackingStorage, long address, DatasetInfo datasetInfo)
public java.util.Collection<Chunk> getAllChunks()
getAllChunks
in interface ChunkIndex