Package | Description |
---|---|
org.apache.storm.sql.runtime |
Modifier and Type | Method and Description |
---|---|
static ChannelContext |
Channels.chain(ChannelContext next,
ChannelHandler handler) |
static ChannelContext |
Channels.voidContext() |
Modifier and Type | Method and Description |
---|---|
static ChannelContext |
Channels.chain(ChannelContext next,
ChannelHandler handler) |
void |
ChannelHandler.channelInactive(ChannelContext ctx)
The producer of the data has indicated that the channel is no longer active.
|
void |
AbstractChannelHandler.channelInactive(ChannelContext ctx) |
void |
ChannelHandler.dataReceived(ChannelContext ctx,
Values data) |
abstract void |
AbstractChannelHandler.dataReceived(ChannelContext ctx,
Values data) |
void |
DataSource.open(ChannelContext ctx) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.