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

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

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

Fields in org.eclipse.jgit.storage.dht.spi.cache declared as Namespace
static Namespace Namespace.CACHED_PACK
          Namespace used by the cached pack information.
static Namespace Namespace.CHUNK
          Namespace used by the ChunkTable.
static Namespace Namespace.CHUNK_META
          Namespace used by the ChunkTable for meta field only.
static Namespace Namespace.OBJECT_INDEX
          Namespace used by the ObjectIndexTable.
static Namespace Namespace.REPOSITORY_INDEX
          Namespace used by the RepositoryIndexTable.
 

Methods in org.eclipse.jgit.storage.dht.spi.cache that return Namespace
static Namespace Namespace.create(byte[] name)
          Create a namespace from a byte array.
static Namespace Namespace.create(java.lang.String name)
          Create a namespace from a string name.
 Namespace CacheKey.getNamespace()
           
 

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



Copyright © 2011. All Rights Reserved.