Uses of Class
org.eclipse.jgit.storage.dht.spi.cache.CacheKey

Packages that use CacheKey
org.eclipse.jgit.storage.dht.spi.cache   
 

Uses of CacheKey in org.eclipse.jgit.storage.dht.spi.cache
 

Methods in org.eclipse.jgit.storage.dht.spi.cache that return CacheKey
 CacheKey CacheService.Change.getKey()
           
 CacheKey Namespace.key(byte[] key)
          Construct a MemKey within this namespace.
 CacheKey Namespace.key(RowKey key)
          Construct a MemKey within this namespace.
 

Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type CacheKey
static CacheService.Change CacheService.Change.put(CacheKey key, byte[] data)
          Initialize a put operation.
 void CacheBuffer.put(CacheKey key, byte[] value)
          Schedule storing (or replacing) a key in the cache.
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.
 void CacheBuffer.remove(CacheKey key)
          Schedule removal of a key from the cache.
 void CacheBuffer.removeAfterFlush(CacheKey key)
          Schedule a removal only after the underlying database flushes.
 

Method parameters in org.eclipse.jgit.storage.dht.spi.cache with type arguments of type CacheKey
 void CacheService.get(java.util.Collection<CacheKey> keys, AsyncCallback<java.util.Map<CacheKey,byte[]>> callback)
          Lookup one or more cache keys and return the results.
 void CacheService.get(java.util.Collection<CacheKey> keys, AsyncCallback<java.util.Map<CacheKey,byte[]>> callback)
          Lookup one or more cache keys and return the results.
 

Constructors in org.eclipse.jgit.storage.dht.spi.cache with parameters of type CacheKey
CacheService.Change(CacheService.Change.Type type, CacheKey key, byte[] data)
          Initialize a new change.
 



Copyright © 2011. All Rights Reserved.