public interface

WriteAheadEntry

com.netflix.astyanax.WriteAheadEntry

Summary

Public Methods
abstract void readMutation(MutationBatch mutation)
Fill a MutationBatch from the data in this entry
abstract void writeMutation(MutationBatch mutation)
Write the contents of this mutation to the WAL entry.

Public Methods

public abstract void readMutation (MutationBatch mutation)

Fill a MutationBatch from the data in this entry

Throws
WalException

public abstract void writeMutation (MutationBatch mutation)

Write the contents of this mutation to the WAL entry. Shall be called only once.

Throws
WalException