Uses of Class
org.eclipse.jgit.storage.dht.spi.cache.CacheService.Change

Packages that use CacheService.Change
org.eclipse.jgit.storage.dht.spi.cache   
 

Uses of CacheService.Change in org.eclipse.jgit.storage.dht.spi.cache
 

Methods in org.eclipse.jgit.storage.dht.spi.cache that return CacheService.Change
static CacheService.Change CacheService.Change.put(CacheKey key, byte[] data)
          Initialize a put operation.
static CacheService.Change CacheService.Change.putIfAbsent(CacheKey key, byte[] data)
          Initialize a put operation.
static CacheService.Change CacheService.Change.remove(CacheKey key)
          Initialize a remove operation.
 

Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type CacheService.Change
 void CacheBuffer.modify(CacheService.Change op)
          Schedule any cache change.
 

Method parameters in org.eclipse.jgit.storage.dht.spi.cache with type arguments of type CacheService.Change
 void CacheService.modify(java.util.Collection<CacheService.Change> changes, AsyncCallback<java.lang.Void> callback)
          Modify one or more cache keys.
 



Copyright © 2011. All Rights Reserved.