public class ExternalFileIngestionInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColumnFamilyName()
Get the name of the column family.
|
String |
getExternalFilePath()
Get the path of the file outside the DB.
|
long |
getGlobalSeqno()
Get the global sequence number assigned to keys in this file.
|
String |
getInternalFilePath()
Get the path of the file inside the DB.
|
TableProperties |
getTableProperties()
Get the Table properties of the table being flushed.
|
int |
hashCode() |
String |
toString() |
public String getColumnFamilyName()
public String getExternalFilePath()
public String getInternalFilePath()
public long getGlobalSeqno()
public TableProperties getTableProperties()
Copyright © 2022. All rights reserved.