Uses of Interface
com.oracle.coherence.common.base.Collector
Package
Description
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
-
Uses of Collector in com.tangosol.persistence
Modifier and TypeFieldDescriptionAbstractPersistenceManager.AbstractPersistentStore.BatchTask.f_collector
An optional Collector to add notifications to.AbstractPersistenceManager.AbstractPersistentStore.OpenTask.f_collector
TheCollector
to notify upon completion of opening the store.Modifier and TypeMethodDescriptionAbstractPersistenceManager.AbstractPersistentStore.begin
(Collector<Object> collector, Object oReceipt) Begin a new sequence of mutating operations that should be committed to the store asynchronously as an atomic unit.Begin a new sequence of mutating operations that should be committed to the store asynchronously as an atomic unit.com.oracle.coherence.persistence.PersistentStore
<ReadBuffer> AbstractPersistenceManager.open
(String sId, com.oracle.coherence.persistence.PersistentStore<ReadBuffer> storeFrom, Collector<Object> collector) Open or create aPersistentStore
associated with the specified identifier and based on the providedstore
.com.oracle.coherence.persistence.PersistentStore
<R> SafePersistenceWrappers.SafePersistenceManager.open
(String sId, com.oracle.coherence.persistence.PersistentStore<R> store, Collector<Object> collector) Open or create aPersistentStore
associated with the specified identifier and based on the providedstore
.protected void
AbstractPersistenceManager.AbstractPersistentStore.submitOpen
(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> storeFrom, Collector<Object> collector) Open this store either asynchronously, iff both a store to open from and a collector have been provided, or synchronously. -
Uses of Collector in com.tangosol.util
Modifier and TypeMethodDescriptionstatic <V> Collector
<V> NullImplementation.getCollector()
Factory method: Obtain a null implementation of aCollector
.Modifier and TypeMethodDescriptioncom.oracle.coherence.persistence.PersistentStore
<R> NullImplementation.NullPersistenceManager.open
(String sId, com.oracle.coherence.persistence.PersistentStore<R> store, Collector<Object> collector) Open or create aPersistentStore
associated with the specified identifier and based on the providedstore
.