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
- IOException
void save(int recordsx4, long[] record4) throws IOException
recordsx4
- record4
- IOException
void save(long gid, int slot, long lid, long localTS) throws IOException
gid
- slot
- lid
- localTS
- IOException
void flush()
void close()
void destroy()
Copyright © 2016 Egothor. All Rights Reserved.