Uses of Interface
org.apache.cassandra.locator.ReplicaPlan.Shared
-
Packages that use ReplicaPlan.Shared Package Description org.apache.cassandra.locator org.apache.cassandra.service.reads org.apache.cassandra.service.reads.repair -
-
Uses of ReplicaPlan.Shared in org.apache.cassandra.locator
Classes in org.apache.cassandra.locator that implement ReplicaPlan.Shared Modifier and Type Class Description static classReplicaPlan.SharedForRangeReadstatic classReplicaPlan.SharedForTokenRead -
Uses of ReplicaPlan.Shared in org.apache.cassandra.service.reads
Constructors in org.apache.cassandra.service.reads with parameters of type ReplicaPlan.Shared Constructor Description DigestResolver(ReadCommand command, ReplicaPlan.Shared<E,P> replicaPlan, Dispatcher.RequestTime requestTime)ReadCallback(ResponseResolver<E,P> resolver, ReadCommand command, ReplicaPlan.Shared<E,P> replicaPlan, Dispatcher.RequestTime requestTime) -
Uses of ReplicaPlan.Shared in org.apache.cassandra.service.reads.repair
Fields in org.apache.cassandra.service.reads.repair declared as ReplicaPlan.Shared Modifier and Type Field Description protected ReplicaPlan.Shared<E,P>AbstractReadRepair. replicaPlanMethods in org.apache.cassandra.service.reads.repair with parameters of type ReplicaPlan.Shared Modifier and Type Method Description static <E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E,P>>
ReadRepair<E,P>ReadRepair. create(ReadCommand command, ReplicaPlan.Shared<E,P> replicaPlan, Dispatcher.RequestTime requestTime)<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E,P>>
ReadRepair<E,P>ReadRepair.Factory. create(ReadCommand command, ReplicaPlan.Shared<E,P> replicaPlan, Dispatcher.RequestTime requestTime)Constructors in org.apache.cassandra.service.reads.repair with parameters of type ReplicaPlan.Shared Constructor Description AbstractReadRepair(ReadCommand command, ReplicaPlan.Shared<E,P> replicaPlan, Dispatcher.RequestTime requestTime)
-