public static class QueryStats.TableAccess extends Object
| Constructor and Description |
|---|
TableAccess(tech.ydb.proto.YdbQueryStats.TableAccessStats stats) |
| Modifier and Type | Method and Description |
|---|---|
QueryStats.Operation |
getDeletes() |
long |
getPartitionsCount() |
QueryStats.Operation |
getReads() |
String |
getTableName() |
QueryStats.Operation |
getUpdates() |
String |
toString() |
public TableAccess(tech.ydb.proto.YdbQueryStats.TableAccessStats stats)
public String getTableName()
public long getPartitionsCount()
public QueryStats.Operation getReads()
public QueryStats.Operation getUpdates()
public QueryStats.Operation getDeletes()
Copyright © 2024. All rights reserved.