Uses of Interface
com.oracle.coherence.common.base.Associated
-
Packages that use Associated Package Description com.oracle.coherence.common.base The base package provides a number of classes to complement those in the java.lang package.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence.com.tangosol.util Contains various generic utilities.com.tangosol.util.fsm Contains Finite state machine interfaces. -
-
Uses of Associated in com.oracle.coherence.common.base
Methods in com.oracle.coherence.common.base with parameters of type Associated Modifier and Type Method Description protected ObjectNaturalAssociator. validateAssociated(Associated assoc)Check if given Associated object generates a circular association. -
Uses of Associated in com.tangosol.net.cache
Subinterfaces of Associated in com.tangosol.net.cache Modifier and Type Interface Description interfaceKeyAssociation<T>A KeyAssociation represents a key object that has a natural association with another key object. -
Uses of Associated in com.tangosol.persistence
Classes in com.tangosol.persistence that implement Associated Modifier and Type Class Description protected classAbstractPersistenceManager.AbstractPersistentStore.BatchTaskRunnable implementation that is used to perform and commit a sequence of mutating persistent store operations asynchronously.protected classAbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTaskA Task implementation that deletes an extent from the associated store.protected classAbstractPersistenceManager.AbstractPersistentStore.OpenTaskAn OpenTask opens the store (parent of this inner class) with the provided store and notifies the Collector when complete.protected static classAbstractPersistenceManager.BatchTasksA collection of tasks to execute in a loop. -
Uses of Associated in com.tangosol.util
Classes in com.tangosol.util that implement Associated Modifier and Type Class Description classCompositeKey<P,S>Key class that consists of a primary and secondary component. -
Uses of Associated in com.tangosol.util.fsm
Classes in com.tangosol.util.fsm that implement Associated Modifier and Type Class Description protected classNonBlockingFiniteStateMachine.TaskA PriorityTask implementation to process a requested event.
-