Package org.projectnessie.perftest
Interface NessieSampler.SupplierIO<T>
-
- Enclosing class:
- NessieSampler
public static interface NessieSampler.SupplierIO<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get() throws IOException
- Throws:
IOException
-
-