Class DeltaFIFO.DeletedFinalStateUnknown<T>

  • Type Parameters:
    T - object
    Enclosing class:
    DeltaFIFO<T>

    public static final class DeltaFIFO.DeletedFinalStateUnknown<T>
    extends Object
    DeletedFinalStateUnknown is placed into a DeltaFIFO in the case where an object was deleted but the watch deletion event was missed. In this case we don't know the final resting state of the object, so there is a chance the included `Obj` is stale.
    • Method Detail

      • getObj

        public T getObj()