Uses of Interface
org.eclipse.jgit.storage.dht.RowKey

Packages that use RowKey
org.eclipse.jgit.storage.dht   
org.eclipse.jgit.storage.dht.spi.cache   
org.eclipse.jgit.storage.dht.spi.util   
 

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

Classes in org.eclipse.jgit.storage.dht that implement RowKey
 class CachedPackKey
          Unique identifier of a GitStore.CachedPackInfo in the DHT.
 class ChunkKey
          Unique identifier of a PackChunk in the DHT.
 class ObjectIndexKey
          Identifies an ObjectId in the DHT.
 class RefKey
          Unique identifier of a reference in the DHT.
 class RepositoryKey
           
 class RepositoryName
          Unique name of a repository, as specified by the URL.
 

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

Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type RowKey
 CacheKey Namespace.key(RowKey key)
          Construct a MemKey within this namespace.
 

Constructors in org.eclipse.jgit.storage.dht.spi.cache with parameters of type RowKey
CacheKey(Namespace ns, RowKey key)
          Wrap a database key.
 

Uses of RowKey in org.eclipse.jgit.storage.dht.spi.util
 

Methods in org.eclipse.jgit.storage.dht.spi.util with parameters of type RowKey
 byte[] ColumnMatcher.append(RowKey suffix)
          Append a suffix onto this column name.
 



Copyright © 2011. All Rights Reserved.