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