public class AppToFlowRowKey extends Object
Constructor and Description |
---|
AppToFlowRowKey(String appId) |
Modifier and Type | Method and Description |
---|---|
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 AppToFlowRowKey(String appId)
public String getAppId()
public byte[] getRowKey()
public static AppToFlowRowKey parseRowKey(byte[] rowKey)
rowKey
- a rowkey represented as a byte array.Copyright © 2008–2020 Apache Software Foundation. All rights reserved.