Reference documentation and code samples for the Cloud Bigtable V2 Client class HotTablet.
A tablet is a defined by a start and end key and is explained in https://cloud.google.com/bigtable/docs/overview#architecture and https://cloud.google.com/bigtable/docs/performance#optimization .
A Hot tablet is a tablet that exhibits high average cpu usage during the time interval from start time to end time.
Generated from protobuf message google.bigtable.admin.v2.HotTablet
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The unique name of the hot tablet. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/[a-zA-Z0-9_-]*
.
↳ table_name
string
Name of the table that contains the tablet. Values are of the form projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*
.
↳ start_time
↳ end_time
↳ start_key
string
Tablet Start Key (inclusive).
↳ end_key
string
Tablet End Key (inclusive).
↳ node_cpu_usage_percent
float
Output only. The average CPU usage spent by a node on this tablet over the start_time to end_time time range. The percentage is the amount of CPU used by the node to serve the tablet, from 0% (tablet was not interacted with) to 100% (the node spent all cycles serving the hot tablet).
getName
The unique name of the hot tablet. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/[a-zA-Z0-9_-]*
.
string
setName
The unique name of the hot tablet. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/[a-zA-Z0-9_-]*
.
var
string
$this
getTableName
Name of the table that contains the tablet. Values are of the form projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*
.
string
setTableName
Name of the table that contains the tablet. Values are of the form projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*
.
var
string
$this
getStartTime
Output only. The start time of the hot tablet.
hasStartTime
clearStartTime
setStartTime
Output only. The start time of the hot tablet.
$this
getEndTime
Output only. The end time of the hot tablet.
hasEndTime
clearEndTime
setEndTime
Output only. The end time of the hot tablet.
$this
getStartKey
Tablet Start Key (inclusive).
string
setStartKey
Tablet Start Key (inclusive).
var
string
$this
getEndKey
Tablet End Key (inclusive).
string
setEndKey
Tablet End Key (inclusive).
var
string
$this
getNodeCpuUsagePercent
Output only. The average CPU usage spent by a node on this tablet over the start_time to end_time time range. The percentage is the amount of CPU used by the node to serve the tablet, from 0% (tablet was not interacted with) to 100% (the node spent all cycles serving the hot tablet).
float
setNodeCpuUsagePercent
Output only. The average CPU usage spent by a node on this tablet over the start_time to end_time time range. The percentage is the amount of CPU used by the node to serve the tablet, from 0% (tablet was not interacted with) to 100% (the node spent all cycles serving the hot tablet).
var
float
$this