Uses of Interface
com.hazelcast.spi.exception.SilentException
Packages that use SilentException
Package
Description
Contains the API for the
Ringbuffer
.This package contains ScheduledExecutorService functionality for Hazelcast.
Contains classes related to cluster split brain protection.
-
Uses of SilentException in com.hazelcast.ringbuffer
Classes in com.hazelcast.ringbuffer that implement SilentExceptionModifier and TypeClassDescriptionclass
AnRuntimeException
that is thrown when accessing an item in theRingbuffer
using a sequence that is smaller than the current head sequence and that the ringbuffer store is disabled. -
Uses of SilentException in com.hazelcast.scheduledexecutor
Classes in com.hazelcast.scheduledexecutor that implement SilentExceptionModifier and TypeClassDescriptionclass
Exception thrown by theIScheduledFuture
during any operation on a stale (=previously destroyed) task. -
Uses of SilentException in com.hazelcast.splitbrainprotection
Classes in com.hazelcast.splitbrainprotection that implement SilentExceptionModifier and TypeClassDescriptionclass
An exception thrown when the cluster size is below the defined threshold.