|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteAheadEntry | |
---|---|
com.netflix.astyanax |
Uses of WriteAheadEntry in com.netflix.astyanax |
---|
Methods in com.netflix.astyanax that return WriteAheadEntry | |
---|---|
WriteAheadEntry |
WriteAheadLog.createEntry()
Add an entry to WAL before it is sent to Cassandra. |
WriteAheadEntry |
WriteAheadLog.readNextEntry()
Read the next entry to retry from the wall. |
Methods in com.netflix.astyanax with parameters of type WriteAheadEntry | |
---|---|
void |
WriteAheadLog.removeEntry(WriteAheadEntry entry)
Remove an entry from the WAL after it was successfully written to cassandra |
void |
WriteAheadLog.retryEntry(WriteAheadEntry entry)
Retry an entry retrieved by calling getNextEntry(); |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |