@InterfaceAudience.Public
public class UnorderedKVOutput
extends org.apache.tez.runtime.api.AbstractLogicalOutput
UnorderedKVOutput
is a LogicalOutput
that writes key
value data without applying any ordering or grouping constraints. This can be
used to write raw key value data as is.Constructor and Description |
---|
UnorderedKVOutput(org.apache.tez.runtime.api.OutputContext outputContext,
int numPhysicalOutputs) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.tez.runtime.api.Event> |
close() |
KeyValuesWriter |
getWriter() |
void |
handleEvents(List<org.apache.tez.runtime.api.Event> outputEvents) |
List<org.apache.tez.runtime.api.Event> |
initialize() |
void |
start() |
public UnorderedKVOutput(org.apache.tez.runtime.api.OutputContext outputContext, int numPhysicalOutputs)
public List<org.apache.tez.runtime.api.Event> initialize() throws Exception
initialize
in interface org.apache.tez.runtime.api.OutputFrameworkInterface
initialize
in class org.apache.tez.runtime.api.AbstractLogicalOutput
Exception
public KeyValuesWriter getWriter() throws Exception
Exception
public void handleEvents(List<org.apache.tez.runtime.api.Event> outputEvents)
Copyright © 2024 Apache Software Foundation. All rights reserved.