public class ExternalFileIngestionInfo
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getColumnFamilyName()
Get the name of the column family.
|
java.lang.String |
getExternalFilePath()
Get the path of the file outside the DB.
|
long |
getGlobalSeqno()
Get the global sequence number assigned to keys in this file.
|
java.lang.String |
getInternalFilePath()
Get the path of the file inside the DB.
|
TableProperties |
getTableProperties()
Get the Table properties of the table being flushed.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getColumnFamilyName()
public java.lang.String getExternalFilePath()
public java.lang.String getInternalFilePath()
public long getGlobalSeqno()
public TableProperties getTableProperties()
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Object