Package io.sbk.api.impl
Class SbkCallbackReader
java.lang.Object
io.sbk.api.Worker
io.sbk.api.impl.SbkCallbackReader
@Deprecated
public final class SbkCallbackReader
extends Worker
implements Callback<Object>, Benchmark
Deprecated.
This interface is replaced by Abstract class AbstractCallbackReader and SbkReader.
SBK Callback reader implementation.
-
Field Summary
Fields inherited from class io.sbk.api.Worker
id, params, perlChannel
-
Constructor Summary
ConstructorDescriptionSbkCallbackReader
(int readerId, ParameterOptions params, io.perl.api.PerlChannel perlChannel, int idMax, DataType<Object> dataType, io.time.Time time) Deprecated. -
Method Summary
-
Constructor Details
-
SbkCallbackReader
public SbkCallbackReader(int readerId, ParameterOptions params, io.perl.api.PerlChannel perlChannel, int idMax, DataType<Object> dataType, io.time.Time time) Deprecated.
-
-
Method Details
-
start
Deprecated.Description copied from interface:Benchmark
Start the Benchmark. -
stop
public void stop()Deprecated.Description copied from interface:Benchmark
stop/shutdown the Benchmark. -
record
public void record(long startTime, long endTime, int dataSize, int events) Deprecated.Description copied from interface:Callback
Accept the benchmarking data. if your storage driver is not interested in passing the data read; then below method can be overridden. -
consume
Deprecated.Description copied from interface:Callback
Consume the data.
-