Java SDK Documentation
11.0.1
|
Public Member Functions | |
final void | cancelUDX (ServerInterface srvInterface) |
void | destroy (ServerInterface srvInterface) throws UdfException |
void | destroy (ServerInterface srvInterface, SessionParamWriterMap udSessionParams) throws UdfException |
String | getUri () |
boolean | isCanceled () |
abstract StreamState | process (ServerInterface srvInterface, DataBuffer output) throws UdfException |
void | setup (ServerInterface srvInterface) throws UdfException |
Protected Member Functions | |
void | cancel (ServerInterface srvInterface) |
Base class for UDSource. Used with IterativeSourceFactory if computing the size of a source up front would be prohibitively expensive, or if the number of distinct sources would be prohibitively large to use the standard API.
Not intended or optimized for typical applications.
|
protectedinherited |
Cancel callback to be overridden by the UDX implementation. Called when the query running the UDX has been canceled.
srvInterface | a ServerInterface object used to communicate with Vertica |
Referenced by com.vertica.sdk.UDXObject.cancelUDX().
|
inherited |
Cancel callback invoked when the query running the UDX has been canceled.
See cancel().
srvInterface | a ServerInterface object used to communicate with Vertica |
String com.vertica.sdk.UnsizedUDSource.getUri | ( | ) |
This function will be invoked during execution to fill in monitoring information.
|
inherited |
Referenced by com.vertica.sdk.UDXObject.cancelUDX().