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.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
addItemListener, getName, removeItemListener
destroy, getPartitionKey, getServiceName
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.