Uses of Interface
com.tangosol.net.cache.KeyAssociation
-
Packages that use KeyAssociation Package Description 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 KeyAssociation in com.tangosol.persistence
Classes in com.tangosol.persistence that implement KeyAssociation Modifier and Type Class 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.protected static class
AbstractPersistenceManager.BatchTasks
A collection of tasks to execute in a loop. -
Uses of KeyAssociation in com.tangosol.util
Classes in com.tangosol.util that implement KeyAssociation Modifier and Type Class Description class
CompositeKey<P,S>
Key class that consists of a primary and secondary component. -
Uses of KeyAssociation in com.tangosol.util.fsm
Classes in com.tangosol.util.fsm that implement KeyAssociation Modifier and Type Class Description protected class
NonBlockingFiniteStateMachine.Task
A PriorityTask implementation to process a requested event.
-