|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WalException | |
---|---|
com.netflix.astyanax | |
com.netflix.astyanax.impl | |
com.netflix.astyanax.util |
Uses of WalException in com.netflix.astyanax |
---|
Methods in com.netflix.astyanax that throw WalException | |
---|---|
WriteAheadEntry |
WriteAheadLog.createEntry()
Add an entry to WAL before it is sent to Cassandra. |
void |
WriteAheadEntry.readMutation(MutationBatch mutation)
Fill a MutationBatch from the data in this entry |
void |
WriteAheadEntry.writeMutation(MutationBatch mutation)
Write the contents of this mutation to the WAL entry. |
Uses of WalException in com.netflix.astyanax.impl |
---|
Methods in com.netflix.astyanax.impl that throw WalException | |
---|---|
WriteAheadEntry |
NoOpWriteAheadLog.createEntry()
|
Uses of WalException in com.netflix.astyanax.util |
---|
Methods in com.netflix.astyanax.util that throw WalException | |
---|---|
com.google.common.util.concurrent.ListenableFuture<OperationResult<Void>> |
WriteAheadMutationBatchExecutor.execute(MutationBatch m)
Write a mutation to the wal and execute it |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |