Uses of Class
org.apache.cassandra.utils.concurrent.AsyncFuture
-
-
Uses of AsyncFuture in org.apache.cassandra.concurrent
Subclasses of AsyncFuture in org.apache.cassandra.concurrent Modifier and Type Class Description classFutureTask<V>A FutureTask that utilises Cassandra'sAsyncFuture, making it compatible withExecutorPlus.classFutureTaskWithResources<V>A FutureTask that utilises Cassandra'sAsyncFuture, making it compatible withExecutorPlus. -
Uses of AsyncFuture in org.apache.cassandra.net
Subclasses of AsyncFuture in org.apache.cassandra.net Modifier and Type Class Description classAsyncChannelPromiseSeeAsyncPromiseandChannelPromiseThis class is all boiler plate, just ensuring we return ourselves and invoke the correct Promise method.classAsyncOneResponse<T>A callback specialized for returning a value from a single target; that is, this is for messages that we only send to one recipient. -
Uses of AsyncFuture in org.apache.cassandra.repair
Subclasses of AsyncFuture in org.apache.cassandra.repair Modifier and Type Class Description classAsymmetricRemoteSyncTaskAsymmetricRemoteSyncTask sendsSyncRequestto target node to repair(stream) data with other target replica.classLocalSyncTaskLocalSyncTask performs streaming between local(coordinator) node and remote replica.classRepairJobRepairJob runs repair on given ColumnFamily.classRepairSessionCoordinates the (active) repair of a list of non overlapping token ranges.static classScheduler.Task<T>classSnapshotTaskSnapshotTask is a task that sends snapshot request.classSymmetricRemoteSyncTaskSymmetricRemoteSyncTask sendsSyncRequestto remote(non-coordinator) node to repair(stream) data with other replica.classSyncTaskclassValidationTaskValidationTask sendsValidationRequestto a replica. -
Uses of AsyncFuture in org.apache.cassandra.service.paxos.cleanup
Subclasses of AsyncFuture in org.apache.cassandra.service.paxos.cleanup Modifier and Type Class Description classPaxosCleanupclassPaxosCleanupCompleteclassPaxosCleanupLocalCoordinatorclassPaxosCleanupSessionclassPaxosFinishPrepareCleanupclassPaxosStartPrepareCleanupDetermines the highest ballot we should attempt to repair -
Uses of AsyncFuture in org.apache.cassandra.service.reads.repair
Subclasses of AsyncFuture in org.apache.cassandra.service.reads.repair Modifier and Type Class Description classBlockingPartitionRepair -
Uses of AsyncFuture in org.apache.cassandra.streaming
Subclasses of AsyncFuture in org.apache.cassandra.streaming Modifier and Type Class Description classStreamResultFutureA future on the result (StreamState) of a streaming plan. -
Uses of AsyncFuture in org.apache.cassandra.utils.concurrent
Subclasses of AsyncFuture in org.apache.cassandra.utils.concurrent Modifier and Type Class Description classAsyncPromise<V>ExtendsAsyncFutureto implement thePromiseinterface.static classAsyncPromise.WithExecutor<V>classFutureCombiner<T>Netty's PromiseCombiner is not threadsafe, and we combine futures from multiple event executors.classImmediateFuture<V>Methods in org.apache.cassandra.utils.concurrent that return AsyncFuture Modifier and Type Method Description AsyncFuture<V>AsyncFuture. await()Wait for this future to completeAwaitable.await()
-