| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. | 
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.slowlog | 
| Modifier and Type | Field and Description | 
|---|---|
| private SlowLogRecorder | RpcServer. slowLogRecorderUse to add online slowlog responses | 
| Modifier and Type | Method and Description | 
|---|---|
| SlowLogRecorder | RpcServerInterface. getSlowLogRecorder() | 
| SlowLogRecorder | RpcServer. getSlowLogRecorder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RpcServerInterface. setSlowLogRecorder(SlowLogRecorder slowLogRecorder)Set Online SlowLog Provider | 
| void | RpcServer. setSlowLogRecorder(SlowLogRecorder slowLogRecorder) | 
| Modifier and Type | Field and Description | 
|---|---|
| private SlowLogRecorder | HRegionServer. slowLogRecorderProvide online slow log responses from ringbuffer | 
| Modifier and Type | Method and Description | 
|---|---|
| SlowLogRecorder | HRegionServer. getSlowLogRecorder()get Online SlowLog Provider to add slow logs to ringbuffer | 
| Modifier and Type | Field and Description | 
|---|---|
| private SlowLogRecorder | SlowLogTableOpsChore. slowLogRecorder | 
| Constructor and Description | 
|---|
| SlowLogTableOpsChore(Stoppable stopper,
                    int period,
                    SlowLogRecorder slowLogRecorder)Chore Constructor | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.