Class SetView
- java.lang.Object
- 
- org.apache.ignite.spi.systemview.view.datastructures.SetView
 
- 
 public class SetView extends Object Set representation for aSystemView.
- 
- 
Constructor SummaryConstructors Constructor Description SetView(org.apache.ignite.internal.processors.datastructures.GridCacheSetProxy<?> set)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancollocated()intgroupId()StringgroupName()IgniteUuidid()Stringname()booleanremoved()intsize()
 
- 
- 
- 
Method Detail- 
idpublic IgniteUuid id() - Returns:
- Set id.
 
 - 
namepublic String name() - Returns:
- Set name.
 
 - 
sizepublic int size() - Returns:
- Set size.
 
 - 
groupNamepublic String groupName() - Returns:
- Cache group name where values for set stored.
 
 - 
groupIdpublic int groupId() - Returns:
- Cache group id where values for set stored.
 
 - 
collocatedpublic boolean collocated() - Returns:
- Collocated flag.
 
 - 
removedpublic boolean removed() - Returns:
- If truethen this set removed.
 
 
- 
 
-