RowKeyPrefix<FlowRunRowKey>public class FlowRunRowKeyPrefix extends FlowRunRowKey implements RowKeyPrefix<FlowRunRowKey>
| Constructor | Description |
|---|---|
FlowRunRowKeyPrefix(java.lang.String clusterId,
java.lang.String userId,
java.lang.String flowName) |
Constructs a row key prefix for the flow run table as follows:
clusterId!userI!flowName!. |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getRowKeyPrefix() |
Create a row key prefix, meaning a partial rowkey that can be used in range
scans.
|
getClusterId, getFlowName, getFlowRunId, getRowKey, getRowKeyAsString, getUserId, parseRowKey, parseRowKeyFromString, toStringpublic FlowRunRowKeyPrefix(java.lang.String clusterId,
java.lang.String userId,
java.lang.String flowName)
clusterId!userI!flowName!.clusterId - identifying the clusteruserId - identifying the userflowName - identifying the flowpublic byte[] getRowKeyPrefix()
RowKeyPrefixgetRowKeyPrefix in interface RowKeyPrefix<FlowRunRowKey>fist!second!...!last!Copyright © 2008–2025 Apache Software Foundation. All rights reserved.