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