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, toString
public byte[] getRowKeyPrefix()
RowKeyPrefix
getRowKeyPrefix
in interface RowKeyPrefix<FlowRunRowKey>
fist!second!...!last!
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.