@ThreadSafe public class GlueMetastoreApiStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GlueMetastoreApiStats.ThrowingCallable<V,E extends Exception> |
| Constructor and Description |
|---|
GlueMetastoreApiStats() |
| Modifier and Type | Method and Description |
|---|---|
<V,E extends Exception> |
call(GlueMetastoreApiStats.ThrowingCallable<V,E> callable) |
io.airlift.stats.TimeStat |
getTime() |
io.airlift.stats.CounterStat |
getTotalFailures() |
public <V,E extends Exception> V call(GlueMetastoreApiStats.ThrowingCallable<V,E> callable) throws E extends Exception
E extends Exceptionpublic io.airlift.stats.TimeStat getTime()
public io.airlift.stats.CounterStat getTotalFailures()
Copyright © 2012–2020. All rights reserved.