Class AbstractPersistenceManager.AbstractPersistentStore.OpenTask

    • Field Detail

      • f_storeFrom

        protected final com.oracle.coherence.persistence.PersistentStore<ReadBuffer> f_storeFrom
        The PersistentStore to open with. The contents of this store are copied to the store being opened.
      • f_collector

        protected final Collector<Object> f_collector
        The Collector to notify upon completion of opening the store.
    • Constructor Detail

      • OpenTask

        public OpenTask​(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> storeFrom,
                        Collector<Object> collector)
        Construct an OpenTask.
        Parameters:
        storeFrom - store to open from
        collector - collector to notify when the open completes
    • Method Detail

      • getAssociatedKey

        public Object getAssociatedKey()
        Description copied from interface: Associated
        Determine the host key (or base) object to which this object is associated.

        Note: It's expected that the returned object is suitable to be used as an immutable identity (e.g. a key in a Map).
        Note 2: Circular associations are not permitted.

        Specified by:
        getAssociatedKey in interface Associated
        Returns:
        the host key that for this object, or null if this object has no association