public interface StreamHook
Modifier and Type | Field and Description |
---|---|
static StreamHook |
instance |
Modifier and Type | Method and Description |
---|---|
static StreamHook |
createHook() |
void |
reportIncomingStream(TableId tableId,
IncomingStream stream,
StreamSession session,
int sequenceNumber) |
OutgoingStreamMessage |
reportOutgoingStream(StreamSession session,
OutgoingStream stream,
OutgoingStreamMessage message) |
void |
reportStreamFuture(StreamSession session,
StreamResultFuture future) |
static final StreamHook instance
OutgoingStreamMessage reportOutgoingStream(StreamSession session, OutgoingStream stream, OutgoingStreamMessage message)
void reportStreamFuture(StreamSession session, StreamResultFuture future)
void reportIncomingStream(TableId tableId, IncomingStream stream, StreamSession session, int sequenceNumber)
static StreamHook createHook()
Copyright © 2009- The Apache Software Foundation