public interface ResourceGroupTagOrBuilder
extends org.tikv.shade.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceGroupTagLabel |
getLabel()
Use to label the handling kv type of the request.
|
org.tikv.shade.com.google.protobuf.ByteString |
getPlanDigest()
optional bytes plan_digest = 2; |
org.tikv.shade.com.google.protobuf.ByteString |
getSqlDigest()
optional bytes sql_digest = 1; |
boolean |
hasLabel()
Use to label the handling kv type of the request.
|
boolean |
hasPlanDigest()
optional bytes plan_digest = 2; |
boolean |
hasSqlDigest()
optional bytes sql_digest = 1; |
boolean hasSqlDigest()
optional bytes sql_digest = 1;org.tikv.shade.com.google.protobuf.ByteString getSqlDigest()
optional bytes sql_digest = 1;boolean hasPlanDigest()
optional bytes plan_digest = 2;org.tikv.shade.com.google.protobuf.ByteString getPlanDigest()
optional bytes plan_digest = 2;boolean hasLabel()
Use to label the handling kv type of the request. This is for TiKV resource_metering to collect execution information by the key label.
optional .tipb.ResourceGroupTagLabel label = 3;ResourceGroupTagLabel getLabel()
Use to label the handling kv type of the request. This is for TiKV resource_metering to collect execution information by the key label.
optional .tipb.ResourceGroupTagLabel label = 3;Copyright © 2023 PingCAP. All rights reserved.