Class HdfDatasetToStrings
java.lang.Object
io.nosqlbench.virtdata.library.hdf5.from_long.AbstractHdfFileToVectorType
io.nosqlbench.virtdata.library.hdf5.from_long.to_string.HdfDatasetToStrings
- All Implemented Interfaces:
LongFunction<String>
public class HdfDatasetToStrings
extends AbstractHdfFileToVectorType
implements LongFunction<String>
This function reads a dataset of any supported type from an HDF5 file. The dataset itself is not
read into memory, only the metadata (the "dataset" Java Object). The lambda function
reads a single vector from the dataset, based on the long input value.
-
Field Summary
Fields inherited from class io.nosqlbench.virtdata.library.hdf5.from_long.AbstractHdfFileToVectorType
dataset, dims, hdfFile -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.nosqlbench.virtdata.library.hdf5.from_long.AbstractHdfFileToVectorType
getDataFrom
-
Constructor Details
-
HdfDatasetToStrings
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<String>
-