public class SetContainer extends CollectionContainer
itemMap, logger, name, nodeEngine, txMap
Constructor and Description |
---|
SetContainer() |
SetContainer(String name,
NodeEngine nodeEngine) |
Modifier and Type | Method and Description |
---|---|
Map<Long,Data> |
addAll(List<Data> valueList) |
Set<CollectionItem> |
getCollection() |
SetConfig |
getConfig() |
int |
getId()
Returns type identifier for this class.
|
protected Map<Long,CollectionItem> |
getMap() |
protected void |
onDestroy() |
add, addAllBackup, addBackup, clear, clearBackup, commitAdd, commitAddBackup, commitRemove, commitRemoveBackup, compareAndRemove, contains, destroy, ensureReserve, getAll, getFactoryId, hasEnoughCapacity, init, nextId, readData, remove, removeBackup, reserveAdd, reserveAddBackup, reserveRemove, reserveRemoveBackup, rollbackAdd, rollbackAddBackup, rollbackRemove, rollbackRemoveBackup, rollbackTransaction, size, writeData
public SetContainer()
public SetContainer(String name, NodeEngine nodeEngine)
public SetConfig getConfig()
getConfig
in class CollectionContainer
public Map<Long,Data> addAll(List<Data> valueList)
addAll
in class CollectionContainer
public Set<CollectionItem> getCollection()
getCollection
in class CollectionContainer
protected Map<Long,CollectionItem> getMap()
getMap
in class CollectionContainer
protected void onDestroy()
onDestroy
in class CollectionContainer
public int getId()
IdentifiedDataSerializable
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.