|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse.FilePosition
public class FilePosition
Placeholder used to identify records written in a file
| Constructor Summary | |
|---|---|
FilePosition()
Creates a new FilePosition |
|
FilePosition(long startOffset,
long stopOffset)
Creates a new FilePosition |
|
| Method Summary | |
|---|---|
long |
getStartOffset()
Retrieves the starting offset |
long |
getStopOffset()
Retrieves the ending offset |
void |
setStartOffset(long startOffset)
Sets the starting offset |
void |
setStopOffset(long stopOffset)
Sets the ending offset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilePosition()
FilePosition
public FilePosition(long startOffset,
long stopOffset)
FilePosition
startOffset - The starting offset of the recordstopOffset - The ending offset of the record| Method Detail |
|---|
public long getStartOffset()
public void setStartOffset(long startOffset)
startOffset - The starting offsetpublic long getStopOffset()
public void setStopOffset(long stopOffset)
stopOffset - The ending offset
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||