@ThreadSafe public class IndexJoinLookupStats extends Object
Constructor and Description |
---|
IndexJoinLookupStats() |
Modifier and Type | Method and Description |
---|---|
io.airlift.stats.CounterStat |
getStreamedIndexJoinLookups() |
io.airlift.stats.CounterStat |
getSuccessfulIndexJoinLookupsByCacheReset() |
io.airlift.stats.CounterStat |
getSuccessfulIndexJoinLookupsByLimitedRequest() |
io.airlift.stats.CounterStat |
getSuccessfulIndexJoinLookupsBySingleRequest() |
io.airlift.stats.CounterStat |
getTotalIndexJoinLookups() |
void |
recordIndexJoinLookup() |
void |
recordStreamedIndexJoinLookup() |
void |
recordSuccessfulIndexJoinLookupByCacheReset() |
void |
recordSuccessfulIndexJoinLookupByLimitedRequest() |
void |
recordSuccessfulIndexJoinLookupBySingleRequest() |
public io.airlift.stats.CounterStat getTotalIndexJoinLookups()
public io.airlift.stats.CounterStat getSuccessfulIndexJoinLookupsByCacheReset()
public io.airlift.stats.CounterStat getSuccessfulIndexJoinLookupsBySingleRequest()
public io.airlift.stats.CounterStat getSuccessfulIndexJoinLookupsByLimitedRequest()
public io.airlift.stats.CounterStat getStreamedIndexJoinLookups()
public void recordIndexJoinLookup()
public void recordSuccessfulIndexJoinLookupByCacheReset()
public void recordSuccessfulIndexJoinLookupBySingleRequest()
public void recordSuccessfulIndexJoinLookupByLimitedRequest()
public void recordStreamedIndexJoinLookup()
Copyright © 2012–2019. All rights reserved.