E - public interface IList<E> extends List<E>, ICollection<E>
List
The Hazelcast IList is not a partitioned data-structure. So all the content of the IList is stored in a single machine (and
in the backup). So the IList will not scale by adding more members in the cluster.
Supports Quorum QuorumConfig since 3.10 in cluster versions 3.10 and higher.Listadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayaddItemListener, getName, removeItemListenerparallelStream, removeIf, streamdestroy, getPartitionKey, getServiceNameCopyright © 2018 Hazelcast, Inc.. All rights reserved.