Uses of Interface
org.eclipse.jgit.internal.storage.dfs.DfsBlockCacheConfig.IndexEventConsumer
Packages that use DfsBlockCacheConfig.IndexEventConsumer
Package
Description
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.IndexEventConsumerModifier and TypeMethodDescriptionDfsBlockCacheConfig.getIndexEventConsumer()
Get the consumer of cache index events.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsBlockCacheConfig.IndexEventConsumerModifier and TypeMethodDescriptionDfsBlockCacheConfig.setIndexEventConsumer
(DfsBlockCacheConfig.IndexEventConsumer indexEventConsumer) Set the consumer of cache index events.