public class ToStringFnRunner
extends java.lang.Object
Translation function:
KV<nonce, element>
KV<nonce, string>
For each element, the human-readable string is returned. The nonce is used by a runner to associate each input with its output. The nonce is represented as an opaque set of bytes.
| Modifier and Type | Class and Description |
|---|---|
static class |
ToStringFnRunner.Registrar
A registrar which provides a factory to handle translating elements to a human readable string.
|
| Constructor and Description |
|---|
ToStringFnRunner() |