Reference documentation and code samples for the Cloud Bigtable V2 Client class ListHotTabletsResponse.
Response message for BigtableInstanceAdmin.ListHotTablets.
Generated from protobuf message google.bigtable.admin.v2.ListHotTabletsResponse
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ 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. 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 |
string
Set if not all hot tablets could be returned in a single response. Pass this value to |
getHotTablets
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setHotTablets
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.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Bigtable\Admin\V2\HotTablet>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
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 | |
---|---|
Type | Description |
string |
setNextPageToken
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |