Uses of Class
org.eclipse.jgit.storage.dht.RefKey

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

Uses of RefKey in org.eclipse.jgit.storage.dht
 

Methods in org.eclipse.jgit.storage.dht that return RefKey
static RefKey RefKey.create(RepositoryKey repo, java.lang.String name)
           
static RefKey RefKey.fromBytes(byte[] key)
           
static RefKey RefKey.fromString(java.lang.String key)
           
 

Uses of RefKey in org.eclipse.jgit.storage.dht.spi
 

Methods in org.eclipse.jgit.storage.dht.spi that return types with arguments of type RefKey
 java.util.Map<RefKey,GitStore.RefData> RefTable.getAll(Context options, RepositoryKey repository)
          Read all known references in the repository.
 

Methods in org.eclipse.jgit.storage.dht.spi with parameters of type RefKey
 boolean RefTable.compareAndPut(RefKey refKey, GitStore.RefData oldData, GitStore.RefData newData)
          Compare a reference, and put if it matches.
 boolean RefTable.compareAndRemove(RefKey refKey, GitStore.RefData oldData)
          Compare a reference, and delete if it matches.
 

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

Methods in org.eclipse.jgit.storage.dht.spi.cache that return types with arguments of type RefKey
 java.util.Map<RefKey,GitStore.RefData> CacheRefTable.getAll(Context options, RepositoryKey repository)
           
 

Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type RefKey
 boolean CacheRefTable.compareAndPut(RefKey refKey, GitStore.RefData oldData, GitStore.RefData newData)
           
 boolean CacheRefTable.compareAndRemove(RefKey refKey, GitStore.RefData oldData)
           
 



Copyright © 2011. All Rights Reserved.