Uses of Class
org.apache.cassandra.utils.concurrent.SyncFuture
-
Packages that use SyncFuture Package Description org.apache.cassandra.concurrent org.apache.cassandra.utils.concurrent -
-
Uses of SyncFuture in org.apache.cassandra.concurrent
Subclasses of SyncFuture in org.apache.cassandra.concurrent Modifier and Type Class Description class
SyncFutureTask<T>
-
Uses of SyncFuture in org.apache.cassandra.utils.concurrent
Subclasses of SyncFuture in org.apache.cassandra.utils.concurrent Modifier and Type Class Description class
SyncPromise<V>
ExtendsSyncFuture
to implement thePromise
interface.static class
SyncPromise.WithExecutor<V>
-