Uses of Class
com.netflix.astyanax.connectionpool.exceptions.WalException

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
 



Copyright © 2012. All Rights Reserved.