public enum QueryStatsCollectionMode extends Enum<QueryStatsCollectionMode>
| Enum Constant and Description |
|---|
BASIC |
FULL |
NONE |
PROFILE |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
tech.ydb.proto.table.YdbTable.QueryStatsCollection.Mode |
toPb() |
static QueryStatsCollectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryStatsCollectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryStatsCollectionMode UNSPECIFIED
public static final QueryStatsCollectionMode NONE
public static final QueryStatsCollectionMode BASIC
public static final QueryStatsCollectionMode FULL
public static final QueryStatsCollectionMode PROFILE
public static QueryStatsCollectionMode[] values()
for (QueryStatsCollectionMode c : QueryStatsCollectionMode.values()) System.out.println(c);
public static QueryStatsCollectionMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic tech.ydb.proto.table.YdbTable.QueryStatsCollection.Mode toPb()
Copyright © 2023. All rights reserved.