Uses of Interface
org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig.IndexEventConsumer
-
Packages that use DfsBlockCacheConfig.IndexEventConsumer Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsBlockCacheConfig.IndexEventConsumer in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsBlockCacheConfig.IndexEventConsumer Modifier and Type Method Description DfsBlockCacheConfig.IndexEventConsumer
DfsBlockCacheConfig. getIndexEventConsumer()
Get the consumer of cache index events.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCacheConfig.IndexEventConsumer Modifier and Type Method Description DfsBlockCacheConfig
DfsBlockCacheConfig. setIndexEventConsumer(DfsBlockCacheConfig.IndexEventConsumer indexEventConsumer)
Set the consumer of cache index events.
-