Interface CacheEntryScheduler<I,​M>

    • Method Detail

      • schedule

        void schedule​(I id)
        Schedules a cache entry with the specified identifier. This method will generally delegate to Scheduler.schedule(Object, Object) after performing a cache lookup.
        Parameters:
        id - the identifier of the object to be scheduled
      • cancel

        void cancel​(Locality locality)
        Cancels any previous scheduled tasks for entries which are no longer local to the current node
        Parameters:
        locality - the cache locality