public class FlowRunRowKeyPrefix extends FlowRunRowKey implements RowKeyPrefix<FlowRunRowKey>
| Constructor and Description | 
|---|
| FlowRunRowKeyPrefix(String clusterId,
                   String userId,
                   String flowName)Constructs a row key prefix for the flow run table as follows:
  clusterId!userI!flowName!. | 
| Modifier and Type | Method and 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 byte[] getRowKeyPrefix()
RowKeyPrefixgetRowKeyPrefix in interface RowKeyPrefix<FlowRunRowKey>fist!second!...!last!Copyright © 2008–2023 Apache Software Foundation. All rights reserved.