Uses of Class
org.apache.cassandra.concurrent.CreationTimeAwareFuture

Packages that use CreationTimeAwareFuture
org.apache.cassandra.service   
org.apache.cassandra.utils   
 

Uses of CreationTimeAwareFuture in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service with type parameters of type CreationTimeAwareFuture
protected  java.util.List<CreationTimeAwareFuture<?>> AbstractWriteResponseHandler.hintFutures
           
 

Methods in org.apache.cassandra.service with parameters of type CreationTimeAwareFuture
 void AbstractWriteResponseHandler.addFutureForHint(CreationTimeAwareFuture<?> hintFuture)
           
 void IWriteResponseHandler.addFutureForHint(CreationTimeAwareFuture<?> hintFuture)
           
 

Method parameters in org.apache.cassandra.service with type arguments of type CreationTimeAwareFuture
protected static void AbstractWriteResponseHandler.waitForHints(java.util.List<CreationTimeAwareFuture<?>> hintFutures)
           
 

Uses of CreationTimeAwareFuture in org.apache.cassandra.utils
 

Method parameters in org.apache.cassandra.utils with type arguments of type CreationTimeAwareFuture
static void FBUtilities.waitOnFutures(java.util.List<CreationTimeAwareFuture<?>> hintFutures, long timeout, java.util.concurrent.TimeUnit timeUnit)
          Waits for the futures to complete.
 



Copyright © 2011 The Apache Software Foundation