RowKeyPrefix<FlowActivityRowKey>public class FlowActivityRowKeyPrefix extends FlowActivityRowKey implements RowKeyPrefix<FlowActivityRowKey>
| Constructor | Description |
|---|---|
FlowActivityRowKeyPrefix(java.lang.String clusterId) |
Constructs a row key prefix for the flow activity table as follows:
clusterId!. |
FlowActivityRowKeyPrefix(java.lang.String clusterId,
java.lang.Long dayTs) |
Constructs a row key prefix for the flow activity table as follows:
clusterId!dayTimestamp!. |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getRowKeyPrefix() |
Create a row key prefix, meaning a partial rowkey that can be used in range
scans.
|
getClusterId, getDayTimestamp, getFlowName, getRowKey, getRowKeyAsString, getUserId, parseRowKey, parseRowKeyFromStringpublic FlowActivityRowKeyPrefix(java.lang.String clusterId,
java.lang.Long dayTs)
clusterId!dayTimestamp!.clusterId - Cluster Id.dayTs - Start of the day timestamp.public FlowActivityRowKeyPrefix(java.lang.String clusterId)
clusterId!.clusterId - identifying the clusterpublic byte[] getRowKeyPrefix()
RowKeyPrefixgetRowKeyPrefix in interface RowKeyPrefix<FlowActivityRowKey>fist!second!...!last!Copyright © 2008–2025 Apache Software Foundation. All rights reserved.