Package | Description |
---|---|
io.druid.server.lookup.cache.loading |
Modifier and Type | Method and Description |
---|---|
LookupCacheStats |
OnHeapLoadingCache.getStats() |
LookupCacheStats |
OffHeapLoadingCache.getStats() |
LookupCacheStats |
LoadingCache.getStats() |
LookupCacheStats |
LookupCacheStats.minus(LookupCacheStats other)
Returns a new
CacheStats representing the difference between this CacheStats
and other . |
LookupCacheStats |
LookupCacheStats.plus(LookupCacheStats other)
Returns a new
CacheStats representing the sum of this CacheStats
and other . |
Modifier and Type | Method and Description |
---|---|
LookupCacheStats |
LookupCacheStats.minus(LookupCacheStats other)
Returns a new
CacheStats representing the difference between this CacheStats
and other . |
LookupCacheStats |
LookupCacheStats.plus(LookupCacheStats other)
Returns a new
CacheStats representing the sum of this CacheStats
and other . |
Copyright © 2011–2017. All rights reserved.