Tag this array so that it is explicitly enqueued before the kernel is executed @param array @return This kernel so that we can use the 'fluent' style API
(long[] array)
| 3265 | * @return This kernel so that we can use the 'fluent' style API |
| 3266 | */ |
| 3267 | public Kernel put(long[] array) { |
| 3268 | prepareKernelRunner().put(array); |
| 3269 | return (this); |
| 3270 | } |
| 3271 | |
| 3272 | /** |
| 3273 | * Tag this array so that it is explicitly enqueued before the kernel is executed |
nothing calls this directly
no test coverage detected