Package com.jcabi.dynamo
Class Throughput
- java.lang.Object
-
- com.jcabi.dynamo.Throughput
-
public final class Throughput extends Object
Throughput of a table.- Since:
- 0.18.4
-
-
Constructor Summary
Constructors Constructor Description Throughput(Table tbl)
Public ctor.
-
-
-
Constructor Detail
-
Throughput
public Throughput(Table tbl)
Public ctor.- Parameters:
tbl
- The table.
-
-