This will be called on both the front end and the back end during execution. @return the LoadCaster associated with this loader. Returning null indicates that casts from byte array are not supported for this loader. construction @throws IOException if there is an exception during LoadCaster
()
| 116 | * @throws IOException if there is an exception during LoadCaster |
| 117 | */ |
| 118 | public LoadCaster getLoadCaster() throws IOException { |
| 119 | return new Utf8StorageConverter(); |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Initializes LoadFunc for reading data. This will be called during execution |