public final class DataNode extends Object
| Constructor and Description |
|---|
DataNode(String dataNode)
Constructs a data node with well-formatted string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
format()
Format DataNode as string.
|
int |
getFormattedTextLength()
Get formatted text length.
|
int |
hashCode() |
public DataNode(String dataNode)
dataNode - string of data node. use . to split data source name and table name.public String format()
public int getFormattedTextLength()
Copyright © 2022 The Apache Software Foundation. All rights reserved.