Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_key
def end_key() -> ::String
- (::String) — Tablet End Key (inclusive).
#end_key=
def end_key=(value) -> ::String
- value (::String) — Tablet End Key (inclusive).
- (::String) — Tablet End Key (inclusive).
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The end time of the hot tablet.
#name
def name() -> ::String
-
(::String) — The unique name of the hot tablet. Values are of the form
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/[a-zA-Z0-9_-]*
.
#name=
def name=(value) -> ::String
-
value (::String) — The unique name of the hot tablet. Values are of the form
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/[a-zA-Z0-9_-]*
.
-
(::String) — The unique name of the hot tablet. Values are of the form
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/[a-zA-Z0-9_-]*
.
#node_cpu_usage_percent
def node_cpu_usage_percent() -> ::Float
- (::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).
#start_key
def start_key() -> ::String
- (::String) — Tablet Start Key (inclusive).
#start_key=
def start_key=(value) -> ::String
- value (::String) — Tablet Start Key (inclusive).
- (::String) — Tablet Start Key (inclusive).
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The start time of the hot tablet.
#table_name
def table_name() -> ::String
-
(::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]*
.
#table_name=
def table_name=(value) -> ::String
-
value (::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]*
.
-
(::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]*
.