public interface HChannel
Channel to submit hedwig's
PubSubData requests.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the channel without waiting.
|
void |
close(boolean wait)
Close the channel
|
org.jboss.netty.channel.Channel |
getChannel() |
void |
submitOp(PubSubData op)
Submit a pub/sub request.
|
void submitOp(PubSubData op)
op - Pub/Sub Request.org.jboss.netty.channel.Channel getChannel()
void close()
void close(boolean wait)
wait - Whether wait until the channel is closed.Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.