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