Interface CacheScanTaskFormat

    • Method Detail

      • titles

        List<String> titles​(javax.cache.Cache.Entry<Object,​Object> first)
        Calculates and returns titles based on first cache entry.
        Returns:
        Column titles.
      • row

        List<?> row​(javax.cache.Cache.Entry<Object,​Object> e)
        Row for single cache entry.