Uses of Class
org.apache.hadoop.hbase.client.OnlineLogRecord
Packages that use OnlineLogRecord
-
Uses of OnlineLogRecord in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return OnlineLogRecordMethods in org.apache.hadoop.hbase.client that return types with arguments of type OnlineLogRecordModifier and TypeMethodDescriptiondefault List<OnlineLogRecord>
Admin.getSlowLogResponses
(Set<ServerName> serverNames, LogQueryFilter logQueryFilter) Deprecated.since 2.4.0 and will be removed in 4.0.0.default CompletableFuture<List<OnlineLogRecord>>
AsyncAdmin.getSlowLogResponses
(Set<ServerName> serverNames, LogQueryFilter logQueryFilter) Deprecated.since 2.4.0 and will be removed in 4.0.0. -
Uses of OnlineLogRecord in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 that return types with arguments of type OnlineLogRecordModifier and TypeMethodDescriptionstatic List<OnlineLogRecord>
ThriftUtilities.getSlowLogRecordsFromThrift
(List<org.apache.hadoop.hbase.thrift2.generated.TOnlineLogRecord> tOnlineLogRecords) Method parameters in org.apache.hadoop.hbase.thrift2 with type arguments of type OnlineLogRecordModifier and TypeMethodDescriptionstatic List<org.apache.hadoop.hbase.thrift2.generated.TOnlineLogRecord>
ThriftUtilities.getSlowLogRecordsFromHBase
(List<OnlineLogRecord> onlineLogRecords) -
Uses of OnlineLogRecord in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return types with arguments of type OnlineLogRecordModifier and TypeMethodDescriptionThriftAdmin.getSlowLogResponses
(Set<ServerName> serverNames, LogQueryFilter logQueryFilter)