Uses of Interface
com.oracle.coherence.common.base.Collector
Packages that use Collector
Package
Description
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
-
Uses of Collector in com.tangosol.persistence
Fields in com.tangosol.persistence declared as CollectorModifier 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.Methods in com.tangosol.persistence with parameters of type CollectorModifier 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.Constructors in com.tangosol.persistence with parameters of type Collector -
Uses of Collector in com.tangosol.util
Classes in com.tangosol.util that implement CollectorMethods in com.tangosol.util that return CollectorModifier and TypeMethodDescriptionstatic <V> Collector
<V> NullImplementation.getCollector()
Factory method: Obtain a null implementation of aCollector
.Methods in com.tangosol.util with parameters of type CollectorModifier 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
.Constructors in com.tangosol.util with parameters of type Collector