| 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.
|
| org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow |
Package org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
contains classes related to implementation for app to flow table.
|
| org.apache.hadoop.yarn.server.timelineservice.storage.common |
Package org.apache.hadoop.yarn.server.timelineservice.storage contains
classes which define and implement reading and writing to backend storage.
|
| 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.
|
| 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.
|
| 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 |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppToFlowColumnPrefix.store(byte[] rowKey,
TypedBufferedMutator<AppToFlowTable> tableMutator,
byte[] qualifier,
Long timestamp,
Object inputValue,
Attribute... attributes) |
void |
AppToFlowColumnPrefix.store(byte[] rowKey,
TypedBufferedMutator<AppToFlowTable> tableMutator,
String qualifier,
Long timestamp,
Object inputValue,
Attribute... attributes) |
| Modifier and Type | Method and Description |
|---|---|
static Attribute[] |
HBaseTimelineStorageUtils.combineAttributes(Attribute[] attributes,
AggregationOperation aggOp)
Combines the input array of attributes and the input aggregation operation
into a new array of attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static Attribute[] |
HBaseTimelineStorageUtils.combineAttributes(Attribute[] attributes,
AggregationOperation aggOp)
Combines the input array of attributes and the input aggregation operation
into a new array of attributes.
|
void |
ColumnHelper.store(byte[] rowKey,
TypedBufferedMutator<?> tableMutator,
byte[] columnQualifier,
Long timestamp,
Object inputValue,
Attribute... attributes)
Sends a Mutation to the table.
|
void |
ColumnPrefix.store(byte[] rowKey,
TypedBufferedMutator<T> tableMutator,
byte[] qualifier,
Long timestamp,
Object inputValue,
Attribute... attributes)
Sends a Mutation to the table.
|
void |
Column.store(byte[] rowKey,
TypedBufferedMutator<T> tableMutator,
Long timestamp,
Object inputValue,
Attribute... attributes)
Sends a Mutation to the table.
|
void |
ColumnPrefix.store(byte[] rowKey,
TypedBufferedMutator<T> tableMutator,
String qualifier,
Long timestamp,
Object inputValue,
Attribute... attributes)
Sends a Mutation to the 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) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AggregationOperation.getAttribute() |
Attribute |
AggregationCompactionDimension.getAttribute(String attributeValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowActivityColumnPrefix.store(byte[] rowKey,
TypedBufferedMutator<FlowActivityTable> tableMutator,
byte[] qualifier,
Long timestamp,
Object inputValue,
Attribute... attributes) |
void |
FlowActivityColumnPrefix.store(byte[] rowKey,
TypedBufferedMutator<FlowActivityTable> tableMutator,
String qualifier,
Long timestamp,
Object inputValue,
Attribute... attributes) |
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) |
| 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.