Interface SystemView<R>

  • Type Parameters:
    R - Type of the row.
    All Superinterfaces:
    Iterable<R>
    All Known Subinterfaces:
    FiltrableSystemView<R>

    public interface SystemView<R>
    extends Iterable<R>
    Implementation provides data for some internal Ignite objects.
    • Method Detail

      • name

        String name()
        Returns:
        View name.
      • description

        String description()
        Returns:
        View description.
      • size

        int size()
        Returns:
        Size of the view.