|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndexHeader
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 |
|---|
java.lang.String getName()
ID getID()
java.net.URI getURI()
Timestamp getStartTime()
Timestamp getEndTime()
Timestamp getFirstTime()
Timestamp getLastTime()
Timestamp getFirstDataTime()
Timestamp getLastDataTime()
boolean isFixedSizeData()
long getDataSize()
long getLength()
IndexType getIndexType()
DataType getIndexDataType()
java.lang.String getIndexPathName()
java.lang.String getDataPathName()
Description getDescription()
boolean isReadOnly()
boolean isTerminated()
boolean isInTimeOrder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||