org.apache.cassandra.service
Interface IResponseResolver<T>
- All Known Implementing Classes:
- ReadResponseResolver, WriteResponseResolver
public interface IResponseResolver<T>
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
resolve
T resolve(java.util.List<Message> responses)
throws DigestMismatchException
- Throws:
DigestMismatchException
isDataPresent
boolean isDataPresent(java.util.List<Message> responses)
Copyright © 2009 The Apache Software Foundation