public class KeepTopOp extends Object
| Constructor and Description |
|---|
KeepTopOp(URI locator,
StatsContainer stats)
Creates a new
KeepTopOp with the default timeout for the reader and the writer |
KeepTopOp(URI locator,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
KeepTopOp with configurable timeout for the reader and the writer |
public KeepTopOp(URI locator, StatsContainer stats)
KeepTopOp with the default timeout for the reader and the writerlocator - The locator of the inputstats - Statisticspublic KeepTopOp(URI locator, StatsContainer stats, long timeout, TimeUnit timeUnit)
KeepTopOp with configurable timeout for the reader and the writerlocator - The locator of the inputstats - Statisticstimeout - The timeout to be used both by the reader and the writertimeUnit - The time unit of the timeout usedCopyright © 2017. All Rights Reserved.