public static interface HttpArtifactCacheEvent.HttpArtifactCacheEventFetchData
Modifier and Type | Interface and Description |
---|---|
static class |
HttpArtifactCacheEvent.HttpArtifactCacheEventFetchData.Builder |
Modifier and Type | Method and Description |
---|---|
static HttpArtifactCacheEvent.HttpArtifactCacheEventFetchData.Builder |
builder() |
Optional<String> |
getArtifactContentHash() |
Optional<Long> |
getArtifactSizeBytes() |
com.google.common.collect.ImmutableSet<RuleKey> |
getAssociatedRuleKeys() |
Optional<String> |
getErrorMessage() |
Optional<CacheResult> |
getFetchResult() |
RuleKey |
getRequestedRuleKey() |
Optional<Long> |
getResponseSizeBytes() |
Optional<CacheResult> getFetchResult()
RuleKey getRequestedRuleKey()
com.google.common.collect.ImmutableSet<RuleKey> getAssociatedRuleKeys()
static HttpArtifactCacheEvent.HttpArtifactCacheEventFetchData.Builder builder()