|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.service.RepairCallback<T>
public class RepairCallback<T>
Constructor Summary | |
---|---|
RepairCallback(IResponseResolver<T> resolver,
java.util.List<java.net.InetAddress> endpoints)
|
Method Summary | |
---|---|
T |
get()
The main difference between this and ReadCallback is, ReadCallback has a ConsistencyLevel it needs to achieve. |
void |
response(Message message)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepairCallback(IResponseResolver<T> resolver, java.util.List<java.net.InetAddress> endpoints)
Method Detail |
---|
public T get() throws java.util.concurrent.TimeoutException, DigestMismatchException, java.io.IOException
java.util.concurrent.TimeoutException
DigestMismatchException
java.io.IOException
public void response(Message message)
response
in interface IAsyncCallback
message
- response received.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |