Uses of Interface
org.apache.cassandra.locator.ReplicaPlan.Shared
Packages that use ReplicaPlan.Shared
Package
Description
-
Uses of ReplicaPlan.Shared in org.apache.cassandra.locator
Classes in org.apache.cassandra.locator that implement ReplicaPlan.SharedModifier and TypeClassDescriptionstatic classstatic class -
Uses of ReplicaPlan.Shared in org.apache.cassandra.service.reads
Constructors in org.apache.cassandra.service.reads with parameters of type ReplicaPlan.SharedModifierConstructorDescriptionDigestResolver(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.SharedModifier and TypeFieldDescriptionprotected final ReplicaPlan.Shared<E,P> AbstractReadRepair.replicaPlanMethods in org.apache.cassandra.service.reads.repair with parameters of type ReplicaPlan.SharedModifier and TypeMethodDescriptionstatic <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.SharedModifierConstructorDescriptionAbstractReadRepair(ReadCommand command, ReplicaPlan.Shared<E, P> replicaPlan, Dispatcher.RequestTime requestTime)