| Package | Description | 
|---|---|
| com.tangosol.persistence | Contains classes and helpers for implementing various types of persistence. | 
| com.tangosol.util | Contains various generic utilities. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Collector<Object> | AbstractPersistenceManager.AbstractPersistentStore.BatchTask. f_collectorAn optional Collector to add notifications to. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | AbstractPersistenceManager.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. | 
| Object | SafePersistenceWrappers.SafePersistentStore. 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. | 
| Constructor and Description | 
|---|
| BatchTask(Object oToken, Collector<Object> collector, Object oReceipt)Create a new BatchTask. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | NullImplementation.NullCollector<V>A  Collectorimplementation that does nothing. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <V> Collector<V> | NullImplementation. getCollector()Factory method: Obtain a null implementation of a  Collector. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | NullImplementation.NullPersistentStore. begin(Collector<Object> collector, Object oReceipt) | 
| Constructor and Description | 
|---|
| Token(Collector<Object> collector, Object oReceipt)Construct a new Token. |