Package | Description |
---|---|
org.apache.cassandra.net | |
org.apache.cassandra.service | |
org.apache.cassandra.utils |
Modifier and Type | Method and Description |
---|---|
<T> AsyncOneResponse<T> |
MessagingService.sendRR(MessageOut message,
java.net.InetAddress to) |
Modifier and Type | Field and Description |
---|---|
java.util.List<AsyncOneResponse> |
RangeSliceResponseResolver.repairResults |
java.util.List<AsyncOneResponse> |
RowDataResolver.repairResults |
Modifier and Type | Method and Description |
---|---|
static java.util.List<AsyncOneResponse> |
RowDataResolver.scheduleRepairs(ColumnFamily resolved,
java.lang.String keyspaceName,
DecoratedKey key,
java.util.List<ColumnFamily> versions,
java.util.List<java.net.InetAddress> endpoints)
For each row version, compare with resolved (the superset of all row versions);
if it is missing anything, send a mutation to the endpoint it come from.
|
Modifier and Type | Method and Description |
---|---|
static void |
FBUtilities.waitOnFutures(java.util.List<AsyncOneResponse> results,
long ms) |
Copyright © 2018 The Apache Software Foundation