public class USqlTableFragment extends Object
Constructor and Description |
---|
USqlTableFragment() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
createDate()
Get the creation time of the table fragment.
|
UUID |
fragmentId()
Get the version of the catalog item.
|
Integer |
indexId()
Get the ordinal of the index which contains the table fragment.
|
UUID |
parentId()
Get the parent object Id of the table fragment.
|
Long |
rowCount()
Get the number of rows in the table fragment.
|
Long |
size()
Get the data size of the table fragment in bytes.
|
USqlTableFragment |
withCreateDate(org.joda.time.DateTime createDate)
Set the creation time of the table fragment.
|
USqlTableFragment |
withFragmentId(UUID fragmentId)
Set the version of the catalog item.
|
USqlTableFragment |
withIndexId(Integer indexId)
Set the ordinal of the index which contains the table fragment.
|
USqlTableFragment |
withParentId(UUID parentId)
Set the parent object Id of the table fragment.
|
USqlTableFragment |
withRowCount(Long rowCount)
Set the number of rows in the table fragment.
|
USqlTableFragment |
withSize(Long size)
Set the data size of the table fragment in bytes.
|
public UUID parentId()
public USqlTableFragment withParentId(UUID parentId)
parentId
- the parentId value to setpublic UUID fragmentId()
public USqlTableFragment withFragmentId(UUID fragmentId)
fragmentId
- the fragmentId value to setpublic Integer indexId()
public USqlTableFragment withIndexId(Integer indexId)
indexId
- the indexId value to setpublic Long size()
public USqlTableFragment withSize(Long size)
size
- the size value to setpublic Long rowCount()
public USqlTableFragment withRowCount(Long rowCount)
rowCount
- the rowCount value to setpublic org.joda.time.DateTime createDate()
public USqlTableFragment withCreateDate(org.joda.time.DateTime createDate)
createDate
- the createDate value to setCopyright © 2019. All rights reserved.