Interface CDORevisionCache.EvictionEvent
- 
- All Superinterfaces:
- CDOBranchProvider,- CDOBranchVersion,- CDOIDAndVersion,- CDOIdentifiable,- CDORevisionKey,- CDOVersionProvider,- org.eclipse.net4j.util.event.IEvent
 - Enclosing interface:
- CDORevisionCache
 
 public static interface CDORevisionCache.EvictionEvent extends org.eclipse.net4j.util.event.IEvent, CDORevisionKey Aneventfired from arevision cacheforrevisionsthat are evicted because they are no longer strongly referenced when free memory runs low.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchVersionFIRST_VERSION, UNSPECIFIED_VERSION
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDORevisiongetRevision()May benullfor certain cache implementations.CDORevisionCachegetSource()- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchVersiongetBranch, getVersion
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOIDAndVersiongetVersion
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.id.CDOIdentifiablegetID
 
- 
 
- 
- 
- 
Method Detail- 
getSourceCDORevisionCache getSource() - Specified by:
- getSourcein interface- org.eclipse.net4j.util.event.IEvent
- Since:
- 3.0
 
 - 
getRevisionCDORevision getRevision() May benullfor certain cache implementations.- Since:
- 3.0
 
 
- 
 
-