| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.timelineservice.storage.flow |
Package org.apache.hadoop.yarn.server.timelineservice.storage.flow
contains classes related to implementation for flow related tables, viz.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowRunColumnPrefix.store(byte[] rowKey,
TypedBufferedMutator<FlowRunTable> tableMutator,
byte[] qualifier,
Long timestamp,
Object inputValue,
Attribute... attributes) |
void |
FlowRunColumn.store(byte[] rowKey,
TypedBufferedMutator<FlowRunTable> tableMutator,
Long timestamp,
Object inputValue,
Attribute... attributes) |
void |
FlowRunColumnPrefix.store(byte[] rowKey,
TypedBufferedMutator<FlowRunTable> tableMutator,
String qualifier,
Long timestamp,
Object inputValue,
Attribute... attributes) |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.