public interface GlobalPositions
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
destroy() |
GlobalPositionWithTS |
find(long gid) |
void |
flush() |
void |
save(int recordsx4,
long[] record4) |
void |
save(long gid,
int slot,
long lid,
long localTS) |
GlobalPositionWithTS find(long gid) throws IOException
gid - IOExceptionvoid save(int recordsx4,
long[] record4)
throws IOException
recordsx4 - record4 - IOExceptionvoid save(long gid,
int slot,
long lid,
long localTS)
throws IOException
gid - slot - lid - localTS - IOExceptionvoid flush()
void close()
void destroy()
Copyright © 2016 Egothor. All Rights Reserved.