Class: Google::Cloud::Bigtable::Admin::V2::ListHotTabletsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListHotTabletsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Response message for BigtableInstanceAdmin.ListHotTablets.
Instance Attribute Summary collapse
-
#hot_tablets ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::HotTablet>
List of hot tablets in the tables of the requested cluster that fall within the requested time range.
-
#next_page_token ⇒ ::String
Set if not all hot tablets could be returned in a single response.
Instance Attribute Details
#hot_tablets ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::HotTablet>
Returns List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
505 506 507 508 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 505 class ListHotTabletsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Set if not all hot tablets could be returned in a single response.
Pass this value to page_token
in another request to get the next
page of results.
505 506 507 508 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 505 class ListHotTabletsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |