NativeDataSource, NativeDataTargetNativeBatchProcessor@Private public interface INativeHandler extends NativeDataTarget, NativeDataSource
| Modifier and Type | Method | Description |
|---|---|---|
ReadWriteBuffer |
call(Command command,
ReadWriteBuffer parameter) |
call command to downstream
|
void |
close() |
close the native handler
|
long |
getNativeHandler() |
|
void |
init(org.apache.hadoop.conf.Configuration conf) |
init the native handler
|
java.lang.String |
name() |
|
void |
setCommandDispatcher(CommandDispatcher handler) |
getInputBuffer, loadData, setDataReceiverfinishSendData, getOutputBuffer, sendDatajava.lang.String name()
long getNativeHandler()
void init(org.apache.hadoop.conf.Configuration conf) throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOExceptionReadWriteBuffer call(Command command, ReadWriteBuffer parameter) throws java.io.IOException
java.io.IOExceptionvoid setCommandDispatcher(CommandDispatcher handler)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.