Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ListHotTabletsResponse (v0.13.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListHotTabletsResponse.

Response message for BigtableInstanceAdmin.ListHotTablets.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#hot_tablets

def hot_tablets() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::HotTablet>
Returns
  • (::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. 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.

#hot_tablets=

def hot_tablets=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::HotTablet>
Parameter
  • value (::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. 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.
Returns
  • (::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. 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.

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — 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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.