public class FlowRunRowKey extends Object
| Constructor and Description | 
|---|
| FlowRunRowKey(String clusterId,
             String userId,
             String flowName,
             Long flowRunId) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterId() | 
| String | getFlowName() | 
| Long | getFlowRunId() | 
| byte[] | getRowKey()Constructs a row key for the entity table as follows: {
 clusterId!userId!flowName!Inverted Flow Run Id}. | 
| String | getRowKeyAsString()Constructs a row key for the flow run table as follows:
  clusterId!userId!flowName!Flow Run Id. | 
| String | getUserId() | 
| static FlowRunRowKey | parseRowKey(byte[] rowKey)Given the raw row key as bytes, returns the row key as an object. | 
| static FlowRunRowKey | parseRowKeyFromString(String encodedRowKey)Given the encoded row key as string, returns the row key as an object. | 
| String | toString()returns the Flow Key as a verbose String output. | 
public String getClusterId()
public String getUserId()
public String getFlowName()
public Long getFlowRunId()
public byte[] getRowKey()
public static FlowRunRowKey parseRowKey(byte[] rowKey)
rowKey - Byte representation of row key.public String getRowKeyAsString()
clusterId!userId!flowName!Flow Run Id.public static FlowRunRowKey parseRowKeyFromString(String encodedRowKey)
encodedRowKey - String representation of row key.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.