Class CacheIteratorConverter<T,​V>

  • Type Parameters:
    T - Type for iterator.
    V - Type for cache query future.

    public abstract class CacheIteratorConverter<T,​V>
    extends Object
    • Constructor Detail

      • CacheIteratorConverter

        public CacheIteratorConverter()
    • Method Detail

      • convert

        protected abstract T convert​(V v)
        Converts class V to class T.
        Parameters:
        v - Item to convert.
        Returns:
        Converted item.
      • remove

        protected abstract void remove​(T item)
        Removes item.
        Parameters:
        item - Item to remove.