Index
All Classes and Interfaces|All Packages
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(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.
- 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.
- 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 Class in org.apache.hadoop.yarn.server.timelineservice.storage.flow
-
Identifies the scanner operation on the
FlowRunTable. - FLUSH - Enum constant in enum class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScannerOperation
-
If the scanner is opened during preFlush.
- 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.
- getRegionObserver() - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
- getTagFromAttribute(Map.Entry<String, byte[]>) - Static method in class org.apache.hadoop.yarn.server.timelineservice.storage.common.HBaseTimelineServerUtils
-
Creates a
Tagfrom the input attribute.
H
- HBaseTimelineServerUtils - Class in org.apache.hadoop.yarn.server.timelineservice.storage.common
-
A utility class used by hbase-server module.
M
- MAJOR_COMPACTION - Enum constant in enum class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScannerOperation
-
If the scanner is opened during major Compaction.
- MINOR_COMPACTION - Enum constant in enum class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScannerOperation
-
If the scanner is opened during minor Compaction.
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. flow run table and flow activity table.
P
- postFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, FlushLifeCycleTracker) - 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, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
- preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, FlushLifeCycleTracker) - 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) - Method in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunCoprocessor
R
- READ - Enum constant in enum class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScannerOperation
-
If the scanner is opened for reading during preGet or preScan.
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 class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScannerOperation
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowScannerOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages