org.apache.cassandra.service
Interface IResponseResolver<T>
- All Known Implementing Classes:
- RangeSliceResponseResolver, ReadResponseResolver
public interface IResponseResolver<T>
resolve
T resolve()
throws DigestMismatchException,
java.io.IOException
- Throws:
DigestMismatchException
java.io.IOException
isDataPresent
boolean isDataPresent()
preprocess
void preprocess(Message message)
getMessages
java.lang.Iterable<Message> getMessages()
getMessageCount
int getMessageCount()
Copyright © 2010 The Apache Software Foundation