public interface ArtifactCacheEventFactory
Modifier and Type | Method and Description |
---|---|
ArtifactCacheEvent.Finished |
newContainsFinishedEvent(ArtifactCacheEvent.Started started,
Map<RuleKey,CacheResult> results) |
ArtifactCacheEvent.Started |
newContainsStartedEvent(com.google.common.collect.ImmutableSet<RuleKey> ruleKeys) |
ArtifactCacheEvent.Finished |
newFetchFinishedEvent(ArtifactCacheEvent.Started started,
CacheResult cacheResult) |
ArtifactCacheEvent.Started |
newFetchStartedEvent(com.google.common.collect.ImmutableSet<RuleKey> ruleKeys) |
ArtifactCacheEvent.Finished |
newStoreFinishedEvent(ArtifactCacheEvent.Started started) |
ArtifactCacheEvent.Started |
newStoreStartedEvent(com.google.common.collect.ImmutableSet<RuleKey> ruleKeys,
com.google.common.collect.ImmutableMap<String,String> metadata) |
ArtifactCacheEvent.Started newFetchStartedEvent(com.google.common.collect.ImmutableSet<RuleKey> ruleKeys)
ArtifactCacheEvent.Started newContainsStartedEvent(com.google.common.collect.ImmutableSet<RuleKey> ruleKeys)
ArtifactCacheEvent.Started newStoreStartedEvent(com.google.common.collect.ImmutableSet<RuleKey> ruleKeys, com.google.common.collect.ImmutableMap<String,String> metadata)
ArtifactCacheEvent.Finished newStoreFinishedEvent(ArtifactCacheEvent.Started started)
ArtifactCacheEvent.Finished newFetchFinishedEvent(ArtifactCacheEvent.Started started, CacheResult cacheResult)
ArtifactCacheEvent.Finished newContainsFinishedEvent(ArtifactCacheEvent.Started started, Map<RuleKey,CacheResult> results)