@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class KeyValuesWriter extends KeyValueWriter
KeyValueWriter
Constructor and Description |
---|
KeyValuesWriter() |
Modifier and Type | Method and Description |
---|---|
abstract void |
write(Object key,
Iterable<Object> values)
Writes a key and its associated values
|
write
public abstract void write(Object key, Iterable<Object> values) throws IOException
key
- the key to writevalues
- values to writeIOException
{@link
- IOInterruptedException} if IO was interrupted{@link
- IOInterruptedException} if IO was performing a blocking operation and was interruptedCopyright © 2024 Apache Software Foundation. All rights reserved.