public class BoltChannelAutoReadLimiter extends Object implements BoltWorkerQueueMonitor
| Constructor and Description |
|---|
BoltChannelAutoReadLimiter(io.netty.channel.Channel channel,
org.neo4j.logging.Log log) |
BoltChannelAutoReadLimiter(io.netty.channel.Channel channel,
org.neo4j.logging.Log log,
int lowWatermark,
int highWatermark) |
| Modifier and Type | Method and Description |
|---|---|
void |
dequeued(Job job) |
void |
drained(Collection<Job> jobs) |
void |
enqueued(Job job) |
public BoltChannelAutoReadLimiter(io.netty.channel.Channel channel,
org.neo4j.logging.Log log)
public BoltChannelAutoReadLimiter(io.netty.channel.Channel channel,
org.neo4j.logging.Log log,
int lowWatermark,
int highWatermark)
public void enqueued(Job job)
enqueued in interface BoltWorkerQueueMonitorpublic void dequeued(Job job)
dequeued in interface BoltWorkerQueueMonitorpublic void drained(Collection<Job> jobs)
drained in interface BoltWorkerQueueMonitorCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.