public final class ILMHistoryItem
extends java.lang.Object
Constructor and Description |
---|
ILMHistoryItem(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element row,
ConnectionAttributes session)
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
DateTime |
getEnd()
Returns the time up to when data records have been stored in the partition.
|
java.lang.String |
getFileGroupTableSpace()
Returns the name of the filegroup (MS SQL Server) or the tablespace (Oracle).
|
int |
getMaxRunID()
Returns the largest RunID of the partition.
|
int |
getMinRunID()
Returns the smallest RunID of the partition.
|
int |
getNumber()
Returns the running number of the partition.
|
java.lang.String |
getParent()
Returns the schema name (MS SQL Server) or the corresponding main table of the database (Oracle).
|
DateTime |
getStart()
Returns the time as of when data records have been stored in the partition.
|
public ILMHistoryItem(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row, ConnectionAttributes session)
doc
- XML documentrow
- Elementsession
- Session infopublic int getNumber()
public java.lang.String getParent()
public java.lang.String getFileGroupTableSpace()
public DateTime getStart()
public DateTime getEnd()
public int getMinRunID()
public int getMaxRunID()