|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddressArray
AddressArray is for maintaining address pointers (long values) to data stored in segments.
Method Summary | |
---|---|
EntryPersistListener |
getPersistListener()
Gets the listener that is called whenever an entry is persisted. |
void |
setCompactionAddress(int index,
long address,
long scn)
Sets the compaction address (produced by a compactor) at a specified index. |
void |
setPersistListener(EntryPersistListener persistListener)
Sets the listener that is called whenever an entry is persisted. |
Methods inherited from interface krati.array.LongArray |
---|
get, getInternalArray, set |
Methods inherited from interface krati.array.Array |
---|
clear, hasIndex, length |
Methods inherited from interface krati.Persistable |
---|
getHWMark, getLWMark, persist, saveHWMark, sync |
Method Detail |
---|
EntryPersistListener getPersistListener()
void setPersistListener(EntryPersistListener persistListener)
persistListener
- void setCompactionAddress(int index, long address, long scn) throws Exception
index
- - the index to address arrayaddress
- - the address value for updatescn
- - the scn associated with this change
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |