@Entity public class StorageFileEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
S3_EMPTY_PARTITION
String token that represents an empty partition in S3, this is because hadoop file system implements directory support in S3 by creating empty files with
the "directoryname_$folder$" suffix.
|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
StorageFileEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFileSizeBytes() |
Long |
getId() |
String |
getPath() |
Long |
getRowCount() |
StorageUnitEntity |
getStorageUnit() |
Integer |
getStorageUnitId() |
void |
setFileSizeBytes(Long fileSizeBytes) |
void |
setId(Long id) |
void |
setPath(String path) |
void |
setRowCount(Long rowCount) |
void |
setStorageUnit(StorageUnitEntity storageUnit) |
void |
setStorageUnitId(Integer storageUnitId) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String S3_EMPTY_PARTITION
public static final String TABLE_NAME
public Long getId()
public void setId(Long id)
public String getPath()
public void setFileSizeBytes(Long fileSizeBytes)
public Long getFileSizeBytes()
public Long getRowCount()
public void setRowCount(Long rowCount)
public void setPath(String path)
public StorageUnitEntity getStorageUnit()
public void setStorageUnit(StorageUnitEntity storageUnit)
public Integer getStorageUnitId()
public void setStorageUnitId(Integer storageUnitId)
Copyright © 2021. All rights reserved.