Uses of Class
org.apache.cassandra.utils.concurrent.AsyncFuture
Packages that use AsyncFuture
Package
Description
-
Uses of AsyncFuture in org.apache.cassandra.concurrent
Subclasses of AsyncFuture in org.apache.cassandra.concurrentModifier and TypeClassDescriptionclassFutureTask<V>A FutureTask that utilises Cassandra'sAsyncFuture, making it compatible withExecutorPlus.classA FutureTask that utilises Cassandra'sAsyncFuture, making it compatible withExecutorPlus. -
Uses of AsyncFuture in org.apache.cassandra.net
Subclasses of AsyncFuture in org.apache.cassandra.netModifier and TypeClassDescriptionclassSeeAsyncPromiseandChannelPromiseThis class is all boiler plate, just ensuring we return ourselves and invoke the correct Promise method.classA 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.repairModifier and TypeClassDescriptionclassAsymmetricRemoteSyncTask sendsSyncRequestto target node to repair(stream) data with other target replica.classLocalSyncTask performs streaming between local(coordinator) node and remote replica.classRepairJob runs repair on given ColumnFamily.classCoordinates the (active) repair of a list of non overlapping token ranges.static classclassSnapshotTask is a task that sends snapshot request.classSymmetricRemoteSyncTask sendsSyncRequestto remote(non-coordinator) node to repair(stream) data with other replica.classclassValidationTask sendsValidationRequestto a replica. -
Uses of AsyncFuture in org.apache.cassandra.service.paxos.cleanup
Subclasses of AsyncFuture in org.apache.cassandra.service.paxos.cleanupModifier and TypeClassDescriptionclassclassclassclassclassclassDetermines 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 -
Uses of AsyncFuture in org.apache.cassandra.streaming
Subclasses of AsyncFuture in org.apache.cassandra.streamingModifier and TypeClassDescriptionfinal classA 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.concurrentModifier and TypeClassDescriptionclassAsyncPromise<V>ExtendsAsyncFutureto implement thePromiseinterface.static classclassNetty's PromiseCombiner is not threadsafe, and we combine futures from multiple event executors.classMethods in org.apache.cassandra.utils.concurrent that return AsyncFutureModifier and TypeMethodDescriptionAsyncFuture.await()Wait for this future to completeAwaitable.await()