Uses of Interface
org.apache.cassandra.net.IAsyncResult

Packages that use IAsyncResult
org.apache.cassandra.net   
org.apache.cassandra.service   
org.apache.cassandra.utils   
 

Uses of IAsyncResult in org.apache.cassandra.net
 

Methods in org.apache.cassandra.net that return IAsyncResult
 IAsyncResult MessagingService.sendRR(Message message, java.net.InetAddress to)
           
 

Uses of IAsyncResult in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service with type parameters of type IAsyncResult
 java.util.List<IAsyncResult> RangeSliceResponseResolver.repairResults
           
 java.util.List<IAsyncResult> RowRepairResolver.repairResults
           
 

Methods in org.apache.cassandra.service that return types with arguments of type IAsyncResult
static java.util.List<IAsyncResult> RowRepairResolver.scheduleRepairs(ColumnFamily resolved, java.lang.String table, 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.
 

Uses of IAsyncResult in org.apache.cassandra.utils
 

Method parameters in org.apache.cassandra.utils with type arguments of type IAsyncResult
static void FBUtilities.waitOnFutures(java.util.List<IAsyncResult> results, long ms)
           
 



Copyright © 2012 The Apache Software Foundation