PigStreamingBase
@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public interface StreamToPig
Modifier and Type | Method and Description |
---|---|
Tuple |
deserialize(byte[] bytes)
Deprecated.
Given a byte array from a streaming executable, produce a tuple.
|
LoadCaster |
getLoadCaster()
Deprecated.
This will be called on the front end during planning and not on the back
end during execution.
|
Tuple deserialize(byte[] bytes) throws java.io.IOException
bytes
- to deserialize.java.io.IOException
LoadCaster getLoadCaster() throws java.io.IOException
LoadCaster
associated with this object, or null if
there is no such LoadCaster.java.io.IOException
- if there is an exception during LoadCasterCopyright © 2007-2012 The Apache Software Foundation