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

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

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

Methods in org.eclipse.jgit.storage.dht.spi.cache that return CacheService.Change.Type
 CacheService.Change.Type CacheService.Change.getType()
           
static CacheService.Change.Type CacheService.Change.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheService.Change.Type[] CacheService.Change.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



Copyright © 2011. All Rights Reserved.