HotTablet class

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.

Constructors

HotTablet({String? endKey, String? endTime, String? name, double? nodeCpuUsagePercent, String? startKey, String? startTime, String? tableName})
HotTablet.fromJson(Map json_)

Properties

endKey String?
Tablet End Key (inclusive).
getter/setter pair
endTime String?
The end time of the hot tablet.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The unique name of the hot tablet.
getter/setter pair
nodeCpuUsagePercent double?
The average CPU usage spent by a node on this tablet over the start_time to end_time time range.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startKey String?
Tablet Start Key (inclusive).
getter/setter pair
startTime String?
The start time of the hot tablet.
getter/setter pair
tableName String?
Name of the table that contains the tablet.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited