@InterfaceAudience.Private public class SlowLogPersistentService extends Object
| Constructor and Description |
|---|
SlowLogPersistentService(org.apache.hadoop.conf.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllLogsToSysTable()
Poll from queueForSysTable and insert 100 records in hbase:slowlog table in single batch
|
void |
addToQueueForSysTable(org.apache.hadoop.hbase.shaded.protobuf.generated.TooSlowLog.SlowLogPayload slowLogPayload) |
public SlowLogPersistentService(org.apache.hadoop.conf.Configuration configuration)
public void addToQueueForSysTable(org.apache.hadoop.hbase.shaded.protobuf.generated.TooSlowLog.SlowLogPayload slowLogPayload)
public void addAllLogsToSysTable()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.