public class TableFileCreationInfo extends TableFileCreationBriefInfo
| Modifier | Constructor and Description |
|---|---|
protected |
TableFileCreationInfo(long fileSize,
TableProperties tableProperties,
Status status,
String dbName,
String columnFamilyName,
String filePath,
int jobId,
byte tableFileCreationReasonValue)
Access is protected as this will only be constructed from
C++ via JNI.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getFileSize()
Get the size of the file.
|
Status |
getStatus()
Get the status indicating whether the creation was successful or not.
|
TableProperties |
getTableProperties()
Get the detailed properties of the created file.
|
int |
hashCode() |
String |
toString() |
getColumnFamilyName, getDbName, getFilePath, getJobId, getReasonprotected TableFileCreationInfo(long fileSize,
TableProperties tableProperties,
Status status,
String dbName,
String columnFamilyName,
String filePath,
int jobId,
byte tableFileCreationReasonValue)
fileSize - the size of the table filetableProperties - the properties of the table filestatus - the status of the creation operationdbName - the database namecolumnFamilyName - the column family namefilePath - the path to the table filejobId - the job identifiertableFileCreationReasonValue - the reason for creation of the table filepublic long getFileSize()
public TableProperties getTableProperties()
public Status getStatus()
public boolean equals(Object o)
equals in class TableFileCreationBriefInfopublic int hashCode()
hashCode in class TableFileCreationBriefInfopublic String toString()
toString in class TableFileCreationBriefInfoCopyright © 2022. All rights reserved.