Class SetView

    • Constructor Detail

      • SetView

        public SetView​(org.apache.ignite.internal.processors.datastructures.GridCacheSetProxy<?> set)
        Parameters:
        set - Set to view.
    • Method Detail

      • name

        public String name()
        Returns:
        Set name.
      • size

        public int size()
        Returns:
        Set size.
      • groupName

        public String groupName()
        Returns:
        Cache group name where values for set stored.
      • groupId

        public int groupId()
        Returns:
        Cache group id where values for set stored.
      • collocated

        public boolean collocated()
        Returns:
        Collocated flag.
      • removed

        public boolean removed()
        Returns:
        If true then this set removed.