|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An index header. This is the generic interface to an index header.
Method Summary | |
java.lang.String |
getDataPathName()
Get the path of the data if the index data style is external or shadow. |
long |
getDataSize()
Get the size of the data items, if there is fixed size data. |
Description |
getDescription()
Get the description for an index. |
Timestamp |
getEndTime()
Get the end time of the index. |
Timestamp |
getFirstDataTime()
Get the data time for the first IndexItem in the Index. |
Timestamp |
getFirstTime()
Get the time the first IndexItem was put into the Index. |
ID |
getID()
Get an ID of an index. |
DataType |
getIndexDataType()
Get the data type of the index. |
java.lang.String |
getIndexPathName()
Get the path of the index. |
IndexType |
getIndexType()
Get the style of the index. |
Timestamp |
getLastDataTime()
Get the data time for the last IndexItem in the Index. |
Timestamp |
getLastTime()
Get the time the last IndexItem was put into the Index. |
long |
getLength()
Get the no of items in the index. |
java.lang.String |
getName()
The name of the index. |
Timestamp |
getStartTime()
Get the start time of the index. |
java.net.URI |
getURI()
Get the Index specification in the form of a URI. |
boolean |
isFixedSizeData()
Does the index have fixed size data. |
boolean |
isInTimeOrder()
Is the index still in time order. |
boolean |
isReadOnly()
Is the Index only available for read-only operations. |
boolean |
isTerminated()
Is the Index terminated. |
Method Detail |
public java.lang.String getName()
public ID getID()
public java.net.URI getURI()
public Timestamp getStartTime()
public Timestamp getEndTime()
public Timestamp getFirstTime()
public Timestamp getLastTime()
public Timestamp getFirstDataTime()
public Timestamp getLastDataTime()
public boolean isFixedSizeData()
public long getDataSize()
public long getLength()
public IndexType getIndexType()
public DataType getIndexDataType()
public java.lang.String getIndexPathName()
public java.lang.String getDataPathName()
public Description getDescription()
public boolean isReadOnly()
public boolean isTerminated()
public boolean isInTimeOrder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |