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.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
NaturalAssociator.validateAssociated(Associated assoc)
Check if given Associated object generates a circular association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyAssociation<T>
A KeyAssociation represents a key object that has a natural association
with another key object.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractPersistenceManager.AbstractPersistentStore.BatchTask
Runnable implementation that is used to perform and commit a
sequence of mutating persistent store operations asynchronously.
|
protected class |
AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask
A Task implementation that deletes an extent from the associated
store.
|
protected class |
AbstractPersistenceManager.AbstractPersistentStore.OpenTask
An OpenTask opens the store (parent of this inner class) with the
provided store and notifies the Collector when complete.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeKey<P,S>
Key class that consists of a primary and secondary component.
|
Modifier and Type | Class and Description |
---|---|
protected class |
NonBlockingFiniteStateMachine.Task
A PriorityTask implementation to process a requested event.
|