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