public class TableFileCreationInfo extends TableFileCreationBriefInfo
| 限定符 | 构造器和说明 |
|---|---|
protected |
TableFileCreationInfo(long fileSize,
TableProperties tableProperties,
Status status,
java.lang.String dbName,
java.lang.String columnFamilyName,
java.lang.String filePath,
int jobId,
byte tableFileCreationReasonValue)
Access is protected as this will only be constructed from
C++ via JNI.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.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() |
java.lang.String |
toString() |
getColumnFamilyName, getDbName, getFilePath, getJobId, getReasonprotected TableFileCreationInfo(long fileSize,
TableProperties tableProperties,
Status status,
java.lang.String dbName,
java.lang.String columnFamilyName,
java.lang.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(java.lang.Object o)
equals 在类中 TableFileCreationBriefInfopublic int hashCode()
hashCode 在类中 TableFileCreationBriefInfopublic java.lang.String toString()
toString 在类中 TableFileCreationBriefInfo