C F G H O P S V 

C

convertCellAsTagList(Cell) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
Convert a cell to a list of tags.
convertTagListToByteArray(List<Tag>) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
Convert a list of tags to a byte array.
createNewCell(Cell, byte[]) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
creates a new cell based on the input cell but with the new value.
createNewCell(byte[], byte[], byte[], long, byte[], byte[]) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
creates a cell with the given inputs.
createTag(byte, byte[]) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
Create a Tag.
createTag(byte, String) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
Create a Tag.

F

FlowRunCoprocessor - Class in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Coprocessor for flow run table.
FlowRunCoprocessor() - Constructor for class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 
FlowScannerOperation - Enum in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Identifies the scanner operation on the FlowRunTable.
flushCompactTableRegions(HRegionServer, TableName) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
Flush and compact all regions of a table.

G

getAggregationCompactionDimension(List<Tag>) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
returns app id from the list of tags.
getAggregationOperationFromTagsList(List<Tag>) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
Returns the first seen aggregation operation as seen in the list of input tags or null otherwise.
getTagFromAttribute(Map.Entry<String, byte[]>) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
Creates a Tag from the input attribute.

H

HBaseTimelineServerUtils - Class in org.apache.hadoop.yarn.server.timelineservice.storage.common
A utility class used by hbase-server module.

O

org.apache.hadoop.yarn.server.timelineservice.storage - package org.apache.hadoop.yarn.server.timelineservice.storage
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.common - package org.apache.hadoop.yarn.server.timelineservice.storage.common
Package org.apache.hadoop.yarn.server.timelineservice.storage.common contains a set of utility classes used across backend storage reader and writer.
org.apache.hadoop.yarn.server.timelineservice.storage.flow - package 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.

P

postFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 
postScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionRequest) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 

S

start(CoprocessorEnvironment) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
 

V

validateFlowRunCoprocessor(HRegionServer, TableName, boolean) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
Check the existence of FlowRunCoprocessor in a table.
valueOf(String) - Static method in enum org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScannerOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScannerOperation
Returns an array containing the constants of this enum type, in the order they are declared.
C F G H O P S V 

Copyright © 2020 Apache Software Foundation. All rights reserved.