Constructor and Description |
---|
OperationCount() |
Modifier and Type | Method and Description |
---|---|
List |
getDataSet()
Return the whole data set.
|
void |
populate()
Populate the data set.
|
List<Integer> |
sample(int num)
Returns a random subset of the data.
|
public void populate()
DataSet
public List<Integer> sample(int num)
DataSet
public List getDataSet()
DataSet
getDataSet
in interface DataSet
Copyright © 2019 CorfuDB. All rights reserved.