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

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

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

Methods in org.eclipse.jgit.storage.dht.spi.cache that return CacheOptions
 CacheOptions CacheOptions.fromConfig(Config rc)
          Update properties by setting fields from the configuration.
 CacheOptions CacheDatabase.getOptions()
           
 CacheOptions CacheOptions.setTimeout(Timeout maxWaitTime)
          Set the default timeout to wait on long operations.
 CacheOptions CacheOptions.setWriteBufferSize(int sizeInBytes)
          Set the maximum number of outstanding bytes in a WriteBuffer.
 

Constructors in org.eclipse.jgit.storage.dht.spi.cache with parameters of type CacheOptions
CacheBuffer(WriteBuffer dbBuffer, CacheService client, CacheOptions options)
          Initialize a new buffer.
CacheDatabase(Database database, java.util.concurrent.ExecutorService executor, CacheService client, CacheOptions options)
          Initialize a cache database.
 



Copyright © 2011. All Rights Reserved.