Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2.client |
Modifier and Type | Method and Description |
---|---|
OnlineLogRecord |
OnlineLogRecord.OnlineLogRecordBuilder.build() |
Modifier and Type | Method and Description |
---|---|
default List<OnlineLogRecord> |
Admin.getSlowLogResponses(Set<ServerName> serverNames,
LogQueryFilter logQueryFilter)
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use
Admin.getLogEntries(Set, String, ServerType, int, Map) instead. |
default CompletableFuture<List<OnlineLogRecord>> |
AsyncAdmin.getSlowLogResponses(Set<ServerName> serverNames,
LogQueryFilter logQueryFilter)
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use
AsyncAdmin.getLogEntries(Set, String, ServerType, int, Map) instead. |
Modifier and Type | Method and Description |
---|---|
static List<OnlineLogRecord> |
ThriftUtilities.getSlowLogRecordsFromThrift(List<org.apache.hadoop.hbase.thrift2.generated.TOnlineLogRecord> tOnlineLogRecords) |
Modifier and Type | Method and Description |
---|---|
static List<org.apache.hadoop.hbase.thrift2.generated.TOnlineLogRecord> |
ThriftUtilities.getSlowLogRecordsFromHBase(List<OnlineLogRecord> onlineLogRecords) |
Modifier and Type | Method and Description |
---|---|
List<OnlineLogRecord> |
ThriftAdmin.getSlowLogResponses(Set<ServerName> serverNames,
LogQueryFilter logQueryFilter) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.