public class TableFileCreationBriefInfo
extends java.lang.Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
TableFileCreationBriefInfo(java.lang.String dbName,
java.lang.String columnFamilyName,
java.lang.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). |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getColumnFamilyName()
Get the name of the column family where the file was created.
|
java.lang.String |
getDbName()
Get the name of the database where the file was created.
|
java.lang.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() |
java.lang.String |
toString() |
protected TableFileCreationBriefInfo(java.lang.String dbName,
java.lang.String columnFamilyName,
java.lang.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 java.lang.String getDbName()
public java.lang.String getColumnFamilyName()
public java.lang.String getFilePath()
public int getJobId()
public TableFileCreationReason getReason()
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