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
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsBlockCacheConfig.IndexEventConsumer Modifier and Type Field Description private DfsBlockCacheConfig.IndexEventConsumer
DfsBlockCache. indexEventConsumer
Consumer of loading and eviction events of indexes.private DfsBlockCacheConfig.IndexEventConsumer
DfsBlockCacheConfig. indexEventConsumer
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.
-