Uses of Class
org.apache.cassandra.exceptions.OverloadedException
Packages that use OverloadedException
-
Uses of OverloadedException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw OverloadedExceptionModifier and TypeMethodDescriptionvoidStorageProxy.WritePerformer.apply(IMutation mutation, ReplicaPlan.ForWrite targets, AbstractWriteResponseHandler<IMutation> responseHandler, String localDataCenter, Dispatcher.RequestTime requestTime) StorageProxy.applyCounterMutationOnCoordinator(CounterMutation cm, String localDataCenter, Dispatcher.RequestTime requestTime) StorageProxy.applyCounterMutationOnLeader(CounterMutation cm, String localDataCenter, Runnable callback, Dispatcher.RequestTime requestTime) static voidStorageProxy.mutate(List<? extends IMutation> mutations, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime) Use this method to have these Mutations applied across all replicas.static voidStorageProxy.mutateAtomically(Collection<Mutation> mutations, ConsistencyLevel consistency_level, boolean requireQuorumForRemove, Dispatcher.RequestTime requestTime) See mutate.StorageProxy.mutateCounter(CounterMutation cm, String localDataCenter, Dispatcher.RequestTime requestTime) Handle counter mutation on the coordinator host.static voidStorageProxy.mutateMV(ByteBuffer dataKey, Collection<Mutation> mutations, boolean writeCommitLog, AtomicLong baseComplete, Dispatcher.RequestTime requestTime) Use this method to have these Mutations applied across all replicas.static voidStorageProxy.mutateWithTriggers(List<? extends IMutation> mutations, ConsistencyLevel consistencyLevel, boolean mutateAtomically, Dispatcher.RequestTime requestTime) static voidStorageProxy.sendToHintedReplicas(Mutation mutation, ReplicaPlan.ForWrite plan, AbstractWriteResponseHandler<IMutation> responseHandler, String localDataCenter, Stage stage, Dispatcher.RequestTime requestTime) Send the mutations to the right targets, write it locally if it corresponds or writes a hint when the node is not available. -
Uses of OverloadedException in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return OverloadedExceptionModifier and TypeMethodDescriptionstatic OverloadedExceptionCQLMessageHandler.buildOverloadedException(Supplier<String> endpointLimits, NonBlockingRateLimiter requestRateLimiter, ClientResourceLimits.Overload overload) static OverloadedExceptionCQLMessageHandler.buildOverloadedException(ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve, NonBlockingRateLimiter requestRateLimiter, ClientResourceLimits.Overload overload)