V - Vector implementation typepublic abstract static class VectorPerformance.VectorInputBase<V extends Vector<V>> extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getType()
Get the type of double values to use in the creation of input vectors.
|
List<V> |
getVectors()
Get the input vectors for the instance.
|
void |
setup()
Set up the instance for the benchmark.
|
public void setup()
public List<V> getVectors()
public abstract String getType()
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.