public class TableFileCreationBriefInfo extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TableFileCreationBriefInfo(String dbName,
String columnFamilyName,
String filePath,
int jobId,
byte tableFileCreationReasonValue)
Access is private as this will only be constructed from
C++ via JNI, either directly of via
TableFileCreationInfo.TableFileCreationInfo(long, TableProperties, Status, String,
String, String, int, byte). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColumnFamilyName()
Get the name of the column family where the file was created.
|
String |
getDbName()
Get the name of the database where the file was created.
|
String |
getFilePath()
Get the path to the created file.
|
int |
getJobId()
Get the id of the job (which could be flush or compaction) that
created the file.
|
TableFileCreationReason |
getReason()
Get the reason for creating the table.
|
int |
hashCode() |
String |
toString() |
protected TableFileCreationBriefInfo(String dbName, String columnFamilyName, String filePath, int jobId, byte tableFileCreationReasonValue)
TableFileCreationInfo.TableFileCreationInfo(long, TableProperties, Status, String,
String, String, int, byte).dbName - the database namecolumnFamilyName - the column family namefilePath - the path to the table filejobId - the job identifiertableFileCreationReasonValue - the reason for creation of the table filepublic String getDbName()
public String getColumnFamilyName()
public String getFilePath()
public int getJobId()
public TableFileCreationReason getReason()
Copyright © 2021. All rights reserved.