E
- the type of elements maintained by this setpublic interface ISet<E> extends Set<E>, ICollection<E>
Set
Note: This class is not a general-purpose Set
implementation! While this class implements the Set
interface,
it intentionally violates Set
's general contract, which mandates the
use of the equals()
method when comparing objects. Instead of the
equals method this implementation compares the serialized byte version
of the objects.
Supports split brain protection SplitBrainProtectionConfig
since 3.10 in cluster
versions 3.10 and higher.
Set
Modifier and Type | Method and Description |
---|---|
LocalSetStats |
getLocalSetStats()
Returns
LocalSetStats for this collection. |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
addItemListener, getName, removeItemListener
parallelStream, removeIf, stream
destroy, getDestroyContextForTenant, getPartitionKey, getServiceName
LocalSetStats getLocalSetStats()
LocalSetStats
for this collection.Copyright © 2023 Hazelcast, Inc.. All rights reserved.