public interface IControlledAdapter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hyracks.api.comm.IFrameWriter writer) |
void |
fail()
Gives the adapter a chance to clean up
|
void |
initialize(org.apache.hyracks.api.context.IHyracksTaskContext ctx,
org.apache.hyracks.api.dataflow.value.INullWriterFactory iNullWriterFactory) |
void |
nextFrame(ByteBuffer buffer,
org.apache.hyracks.api.comm.IFrameWriter writer) |
void initialize(org.apache.hyracks.api.context.IHyracksTaskContext ctx,
org.apache.hyracks.api.dataflow.value.INullWriterFactory iNullWriterFactory)
throws Exception
ctx - recordDescriptors - Exceptionvoid nextFrame(ByteBuffer buffer, org.apache.hyracks.api.comm.IFrameWriter writer) throws Exception
buffer - writer - org.apache.hyracks.api.exceptions.HyracksDataExceptionExceptionvoid close(org.apache.hyracks.api.comm.IFrameWriter writer)
throws Exception
writer - org.apache.hyracks.api.exceptions.HyracksDataExceptionExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.