public class AppToFlowRowKey
extends java.lang.Object
| Constructor | Description |
|---|---|
AppToFlowRowKey(java.lang.String appId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAppId() |
|
byte[] |
getRowKey() |
Constructs a row key prefix for the app_flow table.
|
static AppToFlowRowKey |
parseRowKey(byte[] rowKey) |
Given the raw row key as bytes, returns the row key as an object.
|
public java.lang.String getAppId()
public byte[] getRowKey()
public static AppToFlowRowKey parseRowKey(byte[] rowKey)
rowKey - a rowkey represented as a byte array.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.