| 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 |
AbstractChannelHandler.channelInactive(ChannelContext ctx) |
void |
ChannelHandler.channelInactive(ChannelContext ctx)
The producer of the data has indicated that the channel is no longer active.
|
abstract void |
AbstractChannelHandler.dataReceived(ChannelContext ctx,
Values data) |
void |
ChannelHandler.dataReceived(ChannelContext ctx,
Values data) |
void |
DataSource.open(ChannelContext ctx) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.