Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

acquire(Duration) - Method in class tech.ydb.table.impl.pool.SessionPool
 
acquire(CompletableFuture<T>) - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
addChangefeed(ChangefeedDescription) - Method in class tech.ydb.table.description.TableDescription.Builder
Adds changefeed information to table description
NOTICE: Changefeed description cannot be used for changefeed creating.
addChangefeed(Changefeed) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addColumn(String, Type) - Method in class tech.ydb.table.settings.AlterTableSettings
Deprecated.
addColumn(String) - Method in class tech.ydb.table.settings.ReadRowsSettings.ReadRowsSettingsBuilder
 
addColumnFamily(ColumnFamily) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addColumns(List<String>) - Method in class tech.ydb.table.settings.ReadRowsSettings.ReadRowsSettingsBuilder
 
addColumns(String...) - Method in class tech.ydb.table.settings.ReadRowsSettings.ReadRowsSettingsBuilder
 
addExplicitPartitioningPoint(TupleValue) - Method in class tech.ydb.table.settings.PartitioningPolicy
 
addGlobalAsyncIndex(String, List<String>) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addGlobalAsyncIndex(String, List<String>, List<String>) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addGlobalAsyncIndex(String, List<String>) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addGlobalAsyncIndex(String, List<String>, List<String>) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addGlobalIndex(String, List<String>) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addGlobalIndex(String, List<String>, List<String>) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addGlobalIndex(String, List<String>) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addGlobalIndex(String, List<String>, List<String>) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addGlobalUiniqueIndex(String, List<String>) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addGlobalUniqueIndex(String, List<String>) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addGlobalUniqueIndex(String, List<String>, List<String>) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addGlobalUniqueIndex(String, List<String>, List<String>) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addKey(StructValue) - Method in class tech.ydb.table.settings.ReadRowsSettings.ReadRowsSettingsBuilder
Key should contain all primary key columns
addKeyRange(KeyRange) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addKeys(List<StructValue>) - Method in class tech.ydb.table.settings.ReadRowsSettings.ReadRowsSettingsBuilder
Keys must be a list of structs where each struct is a primary key for one requested row and should contain all key columns
addKeys(StructValue...) - Method in class tech.ydb.table.settings.ReadRowsSettings.ReadRowsSettingsBuilder
Keys must be a list of structs where each struct is a primary key for one requested row and should contain all key columns
addNonnullColumn(String, Type) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addNonnullColumn(String, Type, String) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addNonnullColumn(String, Type) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addNonnullColumn(String, Type, String) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addNullableColumn(String, Type) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addNullableColumn(String, Type, String) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addNullableColumn(String, Type) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addNullableColumn(String, Type, String) - Method in class tech.ydb.table.settings.AlterTableSettings
 
addPartitionStat(long, long) - Method in class tech.ydb.table.description.TableDescription.Builder
 
addTable(String, String, boolean) - Method in class tech.ydb.table.settings.CopyTablesSettings
 
addTable(String, String) - Method in class tech.ydb.table.settings.CopyTablesSettings
 
addTable(String, String, boolean) - Method in class tech.ydb.table.settings.RenameTablesSettings
 
addTable(String, String) - Method in class tech.ydb.table.settings.RenameTablesSettings
 
alterTable(String, AlterTableSettings) - Method in class tech.ydb.table.impl.BaseSession
 
alterTable(YdbTable.AlterTableRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
alterTable(YdbTable.AlterTableRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Modifies schema of given table.
alterTable(String, AlterTableSettings) - Method in interface tech.ydb.table.Session
 
alterTable(String) - Method in interface tech.ydb.table.Session
 
AlterTableSettings - Class in tech.ydb.table.settings
 
AlterTableSettings() - Constructor for class tech.ydb.table.settings.AlterTableSettings
 
Arrays2 - Class in tech.ydb.table.utils
 
asData() - Method in interface tech.ydb.table.values.Value
 
asDict() - Method in interface tech.ydb.table.values.Value
 
asList() - Method in interface tech.ydb.table.values.Value
 
asOptional() - Method in interface tech.ydb.table.values.Value
 
asStuct() - Method in interface tech.ydb.table.values.Value
 
asVariant() - Method in interface tech.ydb.table.values.Value
 
asVoid() - Method in interface tech.ydb.table.values.Value
 
AutoPartitioningPolicy - Enum in tech.ydb.table.settings
 

B

backoffCeiling(int) - Method in class tech.ydb.table.SessionRetryContext.Builder
 
backoffSlot(Duration) - Method in class tech.ydb.table.SessionRetryContext.Builder
 
BaseSession - Class in tech.ydb.table.impl
 
BaseSession(String, TableRpc, boolean) - Constructor for class tech.ydb.table.impl.BaseSession
 
BaseSession.DeprecatedTransactionImpl - Class in tech.ydb.table.impl
 
batchLimitBytes() - Method in class tech.ydb.table.settings.ReadTableSettings
 
batchLimitBytes(int) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
batchLimitRows() - Method in class tech.ydb.table.settings.ReadTableSettings
 
batchLimitRows(int) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
beginTransaction(Transaction.Mode, BeginTxSettings) - Method in class tech.ydb.table.impl.BaseSession
 
beginTransaction(TxMode, BeginTxSettings) - Method in class tech.ydb.table.impl.BaseSession
 
beginTransaction(YdbTable.BeginTransactionRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
beginTransaction(YdbTable.BeginTransactionRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Begins new transaction.
beginTransaction(Transaction.Mode, BeginTxSettings) - Method in interface tech.ydb.table.Session
beginTransaction(TxMode, BeginTxSettings) - Method in interface tech.ydb.table.Session
Create and start a new active TableTransaction.
beginTransaction(TxMode) - Method in interface tech.ydb.table.Session
Create and start a new active TableTransaction.
beginTransaction(Transaction.Mode) - Method in interface tech.ydb.table.Session
Consider using Session.beginTransaction(TxMode) instead
BeginTxSettings - Class in tech.ydb.table.settings
 
BeginTxSettings() - Constructor for class tech.ydb.table.settings.BeginTxSettings
 
bswap(long) - Static method in class tech.ydb.table.utils.LittleEndian
Reverses the byte order of a long value.
build() - Method in class tech.ydb.table.description.TableDescription.Builder
 
build() - Method in class tech.ydb.table.impl.PooledTableClient.Builder
 
build() - Method in class tech.ydb.table.impl.SimpleTableClient.Builder
 
build() - Method in class tech.ydb.table.SessionRetryContext.Builder
 
build() - Method in class tech.ydb.table.settings.Changefeed.Builder
 
build() - Method in class tech.ydb.table.settings.ExecuteScanQuerySettings.Builder
 
build() - Method in class tech.ydb.table.settings.ReadRowsSettings.ReadRowsSettingsBuilder
 
build() - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
build() - Method in interface tech.ydb.table.TableClient.Builder
 
buildChangefeed(Changefeed) - Static method in class tech.ydb.table.impl.BaseSession
 
buildChangefeedFormat(Changefeed.Format) - Static method in class tech.ydb.table.impl.BaseSession
 
buildChangefeedMode(Changefeed.Mode) - Static method in class tech.ydb.table.impl.BaseSession
 
Builder() - Constructor for class tech.ydb.table.description.TableDescription.Builder
 
Builder(TableRpc) - Constructor for class tech.ydb.table.impl.PooledTableClient.Builder
 
Builder(TableRpc) - Constructor for class tech.ydb.table.impl.SimpleTableClient.Builder
 
Builder(SessionSupplier) - Constructor for class tech.ydb.table.SessionRetryContext.Builder
 
Builder() - Constructor for class tech.ydb.table.settings.ExecuteScanQuerySettings.Builder
 
Builder() - Constructor for class tech.ydb.table.settings.ReadTableSettings.Builder
 
bulkUpsert(YdbTable.BulkUpsertRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
bulkUpsert(YdbTable.BulkUpsertRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Execute bulk upsert
BulkUpsertSettings - Class in tech.ydb.table.settings
 
BulkUpsertSettings() - Constructor for class tech.ydb.table.settings.BulkUpsertSettings
 

C

Changefeed - Class in tech.ydb.table.settings
 
Changefeed.Builder - Class in tech.ydb.table.settings
 
Changefeed.Format - Enum in tech.ydb.table.settings
 
Changefeed.Mode - Enum in tech.ydb.table.settings
 
ChangefeedDescription - Class in tech.ydb.table.description
 
ChangefeedDescription(String, Changefeed.Mode, Changefeed.Format, ChangefeedDescription.State, boolean, Duration) - Constructor for class tech.ydb.table.description.ChangefeedDescription
 
ChangefeedDescription(String, Changefeed.Mode, Changefeed.Format, ChangefeedDescription.State, boolean) - Constructor for class tech.ydb.table.description.ChangefeedDescription
Deprecated.
use constructor with resolvedTimestampsInterval instead
ChangefeedDescription.State - Enum in tech.ydb.table.description
 
clearMaxPartitionsCount() - Method in class tech.ydb.table.settings.PartitioningSettings
 
clearMinPartitionsCount() - Method in class tech.ydb.table.settings.PartitioningSettings
 
clearPartitioningByLoad() - Method in class tech.ydb.table.settings.PartitioningSettings
 
clearPartitioningBySize() - Method in class tech.ydb.table.settings.PartitioningSettings
 
clearPartitionSize() - Method in class tech.ydb.table.settings.PartitioningSettings
 
close() - Method in class tech.ydb.table.impl.pool.SessionPool
 
close() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
close() - Method in class tech.ydb.table.impl.PooledTableClient
 
close() - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
close() - Method in interface tech.ydb.table.rpc.TableRpc
 
close() - Method in interface tech.ydb.table.Session
 
close() - Method in interface tech.ydb.table.TableClient
 
coldIterator() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
collectStats() - Method in class tech.ydb.table.settings.ExecuteDataQuerySettings
 
column(String) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
ColumnFamily - Class in tech.ydb.table.description
 
ColumnFamily(String, StoragePool, ColumnFamily.Compression, boolean) - Constructor for class tech.ydb.table.description.ColumnFamily
Deprecated.
ColumnFamily(String, StoragePool, ColumnFamily.Compression) - Constructor for class tech.ydb.table.description.ColumnFamily
 
ColumnFamily.Compression - Enum in tech.ydb.table.description
 
columns(List<String>) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
columns(String...) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
commit(CommitTxSettings) - Method in class tech.ydb.table.impl.BaseSession.DeprecatedTransactionImpl
 
commit(CommitTxSettings) - Method in interface tech.ydb.table.transaction.TableTransaction
 
commit() - Method in interface tech.ydb.table.transaction.TableTransaction
 
commit(CommitTxSettings) - Method in interface tech.ydb.table.transaction.Transaction
 
commit() - Method in interface tech.ydb.table.transaction.Transaction
 
commitTransaction(String, CommitTxSettings) - Method in class tech.ydb.table.impl.BaseSession
 
commitTransaction(YdbTable.CommitTransactionRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
commitTransaction(YdbTable.CommitTransactionRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Commits specified active transaction.
commitTransaction(String, CommitTxSettings) - Method in interface tech.ydb.table.Session
Consider using commit() ()} instead
CommitTxSettings - Class in tech.ydb.table.settings
 
CommitTxSettings() - Constructor for class tech.ydb.table.settings.CommitTxSettings
 
CompilationStats - Class in tech.ydb.table.query.stats
 
CompilationStats(YdbQueryStats.CompilationStats) - Constructor for class tech.ydb.table.query.stats.CompilationStats
 
contains(Value<?>) - Method in class tech.ydb.table.values.DictValue
 
copyOf(Map<String, Value<?>>) - Static method in interface tech.ydb.table.query.Params
Returns a mutable implementation of Params containing the same entries as given map.
copyOf(Params) - Static method in interface tech.ydb.table.query.Params
Returns a mutable implementation of Params containing the same entries as given parameters.
copyTable(String, String, CopyTableSettings) - Method in class tech.ydb.table.impl.BaseSession
 
copyTable(YdbTable.CopyTableRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
copyTable(YdbTable.CopyTableRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Creates copy of given table.
copyTable(String, String, CopyTableSettings) - Method in interface tech.ydb.table.Session
 
copyTable(String, String) - Method in interface tech.ydb.table.Session
 
copyTables(CopyTablesSettings) - Method in class tech.ydb.table.impl.BaseSession
 
copyTables(YdbTable.CopyTablesRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
copyTables(YdbTable.CopyTablesRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Creates consistent copies of the given tables.
copyTables(CopyTablesSettings) - Method in interface tech.ydb.table.Session
 
CopyTableSettings - Class in tech.ydb.table.settings
 
CopyTableSettings() - Constructor for class tech.ydb.table.settings.CopyTableSettings
 
CopyTablesSettings - Class in tech.ydb.table.settings
 
CopyTablesSettings() - Constructor for class tech.ydb.table.settings.CopyTablesSettings
 
CopyTablesSettings.Item - Class in tech.ydb.table.settings
 
create() - Method in interface tech.ydb.table.impl.pool.WaitingQueue.Handler
 
create() - Static method in interface tech.ydb.table.query.Params
Returns a modifiable implementation of Params with no parameters.
create(int) - Static method in interface tech.ydb.table.query.Params
Returns a modifiable implementation of Params with no parameters.
create(SessionSupplier) - Static method in class tech.ydb.table.SessionRetryContext
 
createNewTransaction(TxMode) - Method in class tech.ydb.table.impl.BaseSession
 
createNewTransaction(TxMode) - Method in interface tech.ydb.table.Session
Create a new not active TableTransaction.
createSession(Duration) - Method in class tech.ydb.table.impl.PooledTableClient
 
createSession(Duration) - Method in class tech.ydb.table.impl.SimpleTableClient
 
createSession(YdbTable.CreateSessionRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
createSession(YdbTable.CreateSessionRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Create new session.
createSession(Duration) - Method in interface tech.ydb.table.SessionSupplier
Create new session asynchronous
createSessionId(TableRpc, CreateSessionSettings, boolean) - Static method in class tech.ydb.table.impl.BaseSession
 
CreateSessionSettings - Class in tech.ydb.table.settings
 
CreateSessionSettings() - Constructor for class tech.ydb.table.settings.CreateSessionSettings
 
createTable(String, TableDescription, CreateTableSettings) - Method in class tech.ydb.table.impl.BaseSession
 
createTable(YdbTable.CreateTableRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
createTable(YdbTable.CreateTableRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Creates new table.
createTable(String, TableDescription, CreateTableSettings) - Method in interface tech.ydb.table.Session
 
createTable(String, TableDescription) - Method in interface tech.ydb.table.Session
 
CreateTableSettings - Class in tech.ydb.table.settings
 
CreateTableSettings() - Constructor for class tech.ydb.table.settings.CreateTableSettings
 

D

DataQuery - Interface in tech.ydb.table.query
 
DataQueryResult - Class in tech.ydb.table.query
 
DataQueryResult(YdbTable.ExecuteQueryResult) - Constructor for class tech.ydb.table.query.DataQueryResult
 
dateTimeColumn(String, int) - Static method in class tech.ydb.table.description.TableTtl
The row will be considered as expired at the moment of time, when the value stored in columnName is less than or equal to the current time (in epoch time format), and expireAfterSeconds has passed since that moment; i.e. the expiration threshold is the value of columnNameplus expireAfterSeconds.
DecimalType - Class in tech.ydb.table.values
 
DecimalValue - Class in tech.ydb.table.values
 
DEFAULT - Static variable in class tech.ydb.table.impl.pool.SessionPoolOptions
 
DEFAULT - Static variable in interface tech.ydb.table.SessionRetryHandler
 
delete(DeleteSessionSettings) - Method in class tech.ydb.table.impl.BaseSession
 
delete(T) - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
deleteSession(YdbTable.DeleteSessionRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
deleteSession(YdbTable.DeleteSessionRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Ends a session, releasing server resources associated with it.
DeleteSessionSettings - Class in tech.ydb.table.settings
 
DeleteSessionSettings() - Constructor for class tech.ydb.table.settings.DeleteSessionSettings
 
describeTable(String, DescribeTableSettings) - Method in class tech.ydb.table.impl.BaseSession
 
describeTable(YdbTable.DescribeTableRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
describeTable(YdbTable.DescribeTableRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Returns information about given table (metadata).
describeTable(String, DescribeTableSettings) - Method in interface tech.ydb.table.Session
 
describeTable(String) - Method in interface tech.ydb.table.Session
 
DescribeTableSettings - Class in tech.ydb.table.settings
 
DescribeTableSettings() - Constructor for class tech.ydb.table.settings.DescribeTableSettings
 
destroy(T) - Method in interface tech.ydb.table.impl.pool.WaitingQueue.Handler
 
dict() - Static method in class tech.ydb.table.values.proto.ProtoValue
 
dict(ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
dict(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
dict(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
dict(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
dict(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
dict(ValueProtos.ValuePair...) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
DictReader - Interface in tech.ydb.table.result
 
DictType - Class in tech.ydb.table.values
 
DictValue - Class in tech.ydb.table.values
 
disableQueryCache() - Method in class tech.ydb.table.settings.ExecuteDataQuerySettings
 
dropChangefeed(String) - Method in class tech.ydb.table.settings.AlterTableSettings
 
dropColumn(String) - Method in class tech.ydb.table.settings.AlterTableSettings
 
dropIndex(String) - Method in class tech.ydb.table.settings.AlterTableSettings
 
dropTable(String, DropTableSettings) - Method in class tech.ydb.table.impl.BaseSession
 
dropTable(YdbTable.DropTableRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
dropTable(YdbTable.DropTableRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Drop table.
dropTable(String, DropTableSettings) - Method in interface tech.ydb.table.Session
 
dropTable(String) - Method in interface tech.ydb.table.Session
 
DropTableSettings - Class in tech.ydb.table.settings
 
DropTableSettings() - Constructor for class tech.ydb.table.settings.DropTableSettings
 

E

empty() - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with no parameters.
empty(Type) - Static method in class tech.ydb.table.values.ListValue
 
empty() - Static method in class tech.ydb.table.values.TupleType
 
empty() - Static method in class tech.ydb.table.values.TupleValue
 
EMPTY_ARRAY - Static variable in interface tech.ydb.table.values.Type
 
EMPTY_ARRAY - Static variable in interface tech.ydb.table.values.Value
 
emptyValue() - Method in class tech.ydb.table.values.DictType
 
emptyValue() - Method in class tech.ydb.table.values.ListType
 
emptyValue() - Method in class tech.ydb.table.values.OptionalType
 
entrySet() - Method in class tech.ydb.table.values.DictValue
 
equals(Object) - Method in class tech.ydb.table.description.ChangefeedDescription
 
equals(Object) - Method in class tech.ydb.table.query.stats.CompilationStats
 
equals(Object) - Method in class tech.ydb.table.query.stats.OperationStats
 
equals(Object) - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
equals(Object) - Method in class tech.ydb.table.query.stats.QueryStats
 
equals(Object) - Method in class tech.ydb.table.query.stats.TableAccessStats
 
equals(Object) - Method in class tech.ydb.table.values.DecimalType
 
equals(Object) - Method in class tech.ydb.table.values.DecimalValue
 
equals(Object) - Method in class tech.ydb.table.values.DictType
 
equals(Object) - Method in class tech.ydb.table.values.DictValue
 
equals(Object) - Method in class tech.ydb.table.values.ListType
 
equals(Object) - Method in class tech.ydb.table.values.ListValue
 
equals(Object) - Method in class tech.ydb.table.values.OptionalType
 
equals(Object) - Method in class tech.ydb.table.values.OptionalValue
 
equals(Object) - Method in class tech.ydb.table.values.PgType
 
equals(Object) - Method in class tech.ydb.table.values.StructType
 
equals(Object) - Method in class tech.ydb.table.values.StructValue
 
equals(Object) - Method in class tech.ydb.table.values.TupleType
 
equals(Object) - Method in class tech.ydb.table.values.TupleValue
 
equals(Object) - Method in interface tech.ydb.table.values.Type
 
equals(Object) - Method in class tech.ydb.table.values.VariantType
 
equals(Object) - Method in class tech.ydb.table.values.VariantValue
 
equals(Object) - Method in class tech.ydb.table.values.VoidType
 
equals(Object) - Method in class tech.ydb.table.values.VoidValue
 
errorMsg(Throwable) - Method in interface tech.ydb.table.SessionRetryHandler
Obtain the error message text from an exception
exclusive(Value<?>) - Static method in class tech.ydb.table.description.KeyBound
 
execute(TxControl<?>, Params, ExecuteDataQuerySettings) - Method in interface tech.ydb.table.query.DataQuery
 
execute(TxControl<?>, Params) - Method in interface tech.ydb.table.query.DataQuery
 
execute(TxControl<?>) - Method in interface tech.ydb.table.query.DataQuery
 
executeBulkUpsert(String, ListValue, BulkUpsertSettings) - Method in class tech.ydb.table.impl.BaseSession
 
executeBulkUpsert(String, ListValue, BulkUpsertSettings) - Method in interface tech.ydb.table.Session
 
executeBulkUpsert(String, ListValue) - Method in interface tech.ydb.table.Session
 
executeDataQuery(String, TxControl<?>, Params, ExecuteDataQuerySettings) - Method in class tech.ydb.table.impl.BaseSession
 
executeDataQuery(YdbTable.ExecuteDataQueryRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
executeDataQuery(YdbTable.ExecuteDataQueryRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Executes data query.
executeDataQuery(String, TxControl<?>, Params, ExecuteDataQuerySettings) - Method in interface tech.ydb.table.Session
 
executeDataQuery(String, TxControl<?>, Params) - Method in interface tech.ydb.table.Session
 
executeDataQuery(String, TxControl<?>) - Method in interface tech.ydb.table.Session
 
executeDataQuery(String, boolean, Params, ExecuteDataQuerySettings) - Method in interface tech.ydb.table.transaction.TableTransaction
Execute DataQuery
executeDataQuery(String) - Method in interface tech.ydb.table.transaction.TableTransaction
Execute DataQuery.
executeDataQuery(String, Params) - Method in interface tech.ydb.table.transaction.TableTransaction
Execute DataQuery.
executeDataQueryAndCommit(String) - Method in interface tech.ydb.table.transaction.TableTransaction
Execute DataQuery.
executeDataQueryAndCommit(String, Params) - Method in interface tech.ydb.table.transaction.TableTransaction
Execute DataQuery.
executeDataQueryInternal(String, YdbTable.TransactionControl, Params, ExecuteDataQuerySettings) - Method in class tech.ydb.table.impl.BaseSession
 
ExecuteDataQuerySettings - Class in tech.ydb.table.settings
 
ExecuteDataQuerySettings() - Constructor for class tech.ydb.table.settings.ExecuteDataQuerySettings
 
executeReadTable(String, ReadTableSettings) - Method in class tech.ydb.table.impl.BaseSession
 
executeReadTable(String, ReadTableSettings) - Method in interface tech.ydb.table.Session
 
executeScanQuery(String, Params, ExecuteScanQuerySettings) - Method in class tech.ydb.table.impl.BaseSession
 
executeScanQuery(String, Params, ExecuteScanQuerySettings) - Method in interface tech.ydb.table.Session
 
executeScanQuery(String, Params, ExecuteScanQuerySettings, Consumer<ResultSetReader>) - Method in interface tech.ydb.table.Session
Deprecated.
ExecuteScanQuerySettings - Class in tech.ydb.table.settings
 
ExecuteScanQuerySettings(ExecuteScanQuerySettings.Builder) - Constructor for class tech.ydb.table.settings.ExecuteScanQuerySettings
 
ExecuteScanQuerySettings.Builder - Class in tech.ydb.table.settings
 
ExecuteScanQuerySettings.Mode - Enum in tech.ydb.table.settings
 
executeSchemeQuery(String, ExecuteSchemeQuerySettings) - Method in class tech.ydb.table.impl.BaseSession
 
executeSchemeQuery(YdbTable.ExecuteSchemeQueryRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
executeSchemeQuery(YdbTable.ExecuteSchemeQueryRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Executes scheme query.
executeSchemeQuery(String, ExecuteSchemeQuerySettings) - Method in interface tech.ydb.table.Session
 
executeSchemeQuery(String) - Method in interface tech.ydb.table.Session
 
ExecuteSchemeQuerySettings - Class in tech.ydb.table.settings
 
ExecuteSchemeQuerySettings() - Constructor for class tech.ydb.table.settings.ExecuteSchemeQuerySettings
 
executor(Executor) - Method in class tech.ydb.table.SessionRetryContext.Builder
 
explainDataQuery(String, ExplainDataQuerySettings) - Method in class tech.ydb.table.impl.BaseSession
 
explainDataQuery(YdbTable.ExplainDataQueryRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
explainDataQuery(YdbTable.ExplainDataQueryRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Explains data query.
explainDataQuery(String, ExplainDataQuerySettings) - Method in interface tech.ydb.table.Session
 
explainDataQuery(String) - Method in interface tech.ydb.table.Session
 
ExplainDataQueryResult - Class in tech.ydb.table.query
 
ExplainDataQueryResult(YdbTable.ExplainQueryResult) - Constructor for class tech.ydb.table.query.ExplainDataQueryResult
 
ExplainDataQuerySettings - Class in tech.ydb.table.settings
 
ExplainDataQuerySettings() - Constructor for class tech.ydb.table.settings.ExplainDataQuerySettings
 

F

fastBackoffCeiling(int) - Method in class tech.ydb.table.SessionRetryContext.Builder
 
fastBackoffSlot(Duration) - Method in class tech.ydb.table.SessionRetryContext.Builder
 
forCase(int) - Static method in enum tech.ydb.table.description.TableTtl.TtlMode
 
forEachAddChangefeed(Consumer<Changefeed>) - Method in class tech.ydb.table.settings.AlterTableSettings
Deprecated.
forEachAddColumn(BiConsumer<String, Type>) - Method in class tech.ydb.table.settings.AlterTableSettings
Deprecated.
forEachDropChangefeed(Consumer<String>) - Method in class tech.ydb.table.settings.AlterTableSettings
Deprecated.
forEachDropColumn(Consumer<String>) - Method in class tech.ydb.table.settings.AlterTableSettings
Deprecated.
forResultSet(ValueProtos.ResultSet) - Static method in class tech.ydb.table.result.impl.ProtoValueReaders
 
forResultSets(Collection<ResultSetReader>) - Static method in class tech.ydb.table.result.impl.ProtoValueReaders
 
forType(ValueProtos.Type) - Static method in class tech.ydb.table.result.impl.ProtoValueReaders
 
fromBool(boolean) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromBytes(ByteString) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromBytes(byte[]) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromBytesOwn(byte[]) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDate(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDate(LocalDate) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDate(Instant) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDate32(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDatetime(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDatetime(Instant) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDatetime(LocalDateTime) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDatetime64(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDecimal(long, long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromDescription(ChangefeedDescription) - Static method in class tech.ydb.table.settings.Changefeed
 
fromDouble(double) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromFloat(float) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromInt16(short) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromInt32(int) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromInt64(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromInt8(byte) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromInterval(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromInterval(Duration) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromInterval64(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromJson(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromJsonDocument(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromKey(TupleValue, boolean) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
fromKeyExclusive(TupleValue) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
fromKeyExclusive(PrimitiveValue) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
fromKeyInclusive(TupleValue) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
fromKeyInclusive(PrimitiveValue) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
fromOwnYson(byte[]) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromPb(ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
fromPb(Type, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromStringAsBytes(String, Charset) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromText(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromTimestamp(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromTimestamp(Instant) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromTimestamp64(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromTzDate(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromTzDatetime(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromUint16(int) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromUint32(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromUint64(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromUint8(int) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromUuid(long, long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromUuid(UUID) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
fromYson(byte[]) - Static method in class tech.ydb.table.values.proto.ProtoValue
 

G

get(Value<?>) - Method in class tech.ydb.table.values.DictValue
 
get(int) - Method in class tech.ydb.table.values.ListValue
 
get() - Method in class tech.ydb.table.values.OptionalValue
 
get(int) - Method in class tech.ydb.table.values.TupleValue
 
getAcquiredCount() - Method in interface tech.ydb.table.SessionPoolStats
 
getAcquiredTotal() - Method in interface tech.ydb.table.SessionPoolStats
 
getAddChangefeeds() - Method in class tech.ydb.table.settings.AlterTableSettings
 
getAddColumns() - Method in class tech.ydb.table.settings.AlterTableSettings
 
getAddIndexes() - Method in class tech.ydb.table.settings.AlterTableSettings
 
getAffectedShards() - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
getAutoPartitioning() - Method in class tech.ydb.table.settings.PartitioningPolicy
 
getBool() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getBool() - Method in class tech.ydb.table.values.PrimitiveValue
 
getBool() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getBytes() - Method in class tech.ydb.table.query.stats.OperationStats
 
getBytes() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getBytes() - Method in class tech.ydb.table.values.PrimitiveValue
 
getBytes() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getBytesAsByteString() - Method in class tech.ydb.table.values.PrimitiveValue
 
getBytesAsString(Charset) - Method in interface tech.ydb.table.result.PrimitiveReader
 
getBytesAsString(Charset) - Method in class tech.ydb.table.values.PrimitiveValue
 
getBytesUnsafe() - Method in class tech.ydb.table.values.PrimitiveValue
 
getCancelAfter() - Method in class tech.ydb.table.settings.RequestSettings
 
getChangefeeds() - Method in class tech.ydb.table.description.TableDescription
 
getCollectStats() - Method in class tech.ydb.table.settings.ExecuteScanQuerySettings
 
getColumn(int) - Method in interface tech.ydb.table.result.ResultSetReader
Returns value reader for column by index.
getColumn(String) - Method in interface tech.ydb.table.result.ResultSetReader
Returns value reader for column by name.
getColumnCount() - Method in interface tech.ydb.table.result.ResultSetReader
Returns number of columns.
getColumnFamilies() - Method in class tech.ydb.table.description.TableDescription
 
getColumnIndex(String) - Method in interface tech.ydb.table.result.ResultSetReader
Returns column index by name or -1 if column with given name is not present.
getColumnName(int) - Method in interface tech.ydb.table.result.ResultSetReader
Returns column name by index.
getColumns() - Method in class tech.ydb.table.description.TableDescription
 
getColumns() - Method in class tech.ydb.table.description.TableIndex
 
getColumns() - Method in class tech.ydb.table.settings.ReadRowsSettings
 
getColumns() - Method in class tech.ydb.table.settings.ReadTableSettings
 
getColumnType(int) - Method in interface tech.ydb.table.result.ResultSetReader
Returns column type by index (always create a new type instance)
getCompactionPolicy() - Method in class tech.ydb.table.settings.CreateTableSettings
 
getCompilation() - Method in class tech.ydb.table.query.stats.QueryStats
 
getCompression() - Method in class tech.ydb.table.description.ColumnFamily
 
getCpuTimeUs() - Method in class tech.ydb.table.query.stats.CompilationStats
 
getCpuTimeUs() - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
getCreatedTotal() - Method in interface tech.ydb.table.SessionPoolStats
 
getCreationTime() - Method in class tech.ydb.table.description.TableDescription.TableStats
 
getData() - Method in class tech.ydb.table.description.ColumnFamily
 
getData() - Method in class tech.ydb.table.settings.StoragePolicy
 
getDatabase() - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
getDatabase() - Method in interface tech.ydb.table.rpc.TableRpc
 
getDataColumns() - Method in class tech.ydb.table.description.TableIndex
 
getDate() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getDate() - Method in class tech.ydb.table.values.PrimitiveValue
 
getDate() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getDate32() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getDate32() - Method in class tech.ydb.table.values.PrimitiveValue
 
getDate32() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getDatetime() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getDatetime() - Method in class tech.ydb.table.values.PrimitiveValue
 
getDatetime() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getDatetime64() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getDatetime64() - Method in class tech.ydb.table.values.PrimitiveValue
 
getDatetime64() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getDateTimeColumn() - Method in class tech.ydb.table.description.TableTtl
 
getDateTimeColumn() - Method in class tech.ydb.table.settings.TtlSettings
Deprecated.
 
getDecimal() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getDecimal(int, int) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getDefault() - Static method in class tech.ydb.table.values.DecimalType
 
getDeletedTotal() - Method in interface tech.ydb.table.SessionPoolStats
 
getDeletes() - Method in class tech.ydb.table.query.stats.TableAccessStats
 
getDestinationPath() - Method in class tech.ydb.table.settings.CopyTablesSettings.Item
 
getDestinationPath() - Method in class tech.ydb.table.settings.RenameTablesSettings.Item
 
getDict(ValueProtos.Type, ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getDictItemsCount() - Method in interface tech.ydb.table.result.DictReader
 
getDictKey(int) - Method in interface tech.ydb.table.result.DictReader
 
getDictValue(int) - Method in interface tech.ydb.table.result.DictReader
 
getDouble() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getDouble() - Method in class tech.ydb.table.values.PrimitiveValue
 
getDouble() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getDropChangefeeds() - Method in class tech.ydb.table.settings.AlterTableSettings
 
getDropColumns() - Method in class tech.ydb.table.settings.AlterTableSettings
 
getDropIndexes() - Method in class tech.ydb.table.settings.AlterTableSettings
 
getDurationUs() - Method in class tech.ydb.table.query.stats.CompilationStats
 
getDurationUs() - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
getDyNumber() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getElementsCount() - Method in class tech.ydb.table.values.TupleType
 
getElementType(int) - Method in class tech.ydb.table.values.TupleType
 
getExecutionPolicy() - Method in class tech.ydb.table.settings.CreateTableSettings
 
getExpireAfterSeconds() - Method in class tech.ydb.table.description.TableTtl
 
getExpireAfterSeconds() - Method in class tech.ydb.table.settings.TtlSettings
Deprecated.
 
getExplicitPartitioningPoints() - Method in class tech.ydb.table.settings.PartitioningPolicy
 
getExternal() - Method in class tech.ydb.table.settings.StoragePolicy
 
getFailedTotal() - Method in interface tech.ydb.table.SessionPoolStats
 
getFamily() - Method in class tech.ydb.table.description.TableColumn
 
getFloat() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getFloat() - Method in class tech.ydb.table.values.PrimitiveValue
 
getFloat() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getFormat() - Method in class tech.ydb.table.description.ChangefeedDescription
 
getFormat() - Method in class tech.ydb.table.settings.Changefeed
 
getFrom() - Method in class tech.ydb.table.description.KeyRange
 
getFromCache() - Method in class tech.ydb.table.query.stats.CompilationStats
 
getFromKey() - Method in class tech.ydb.table.settings.ReadTableSettings
 
getHigh() - Method in class tech.ydb.table.values.DecimalValue
 
getId() - Method in class tech.ydb.table.impl.BaseSession.DeprecatedTransactionImpl
 
getId() - Method in class tech.ydb.table.impl.BaseSession
 
getId() - Method in interface tech.ydb.table.query.DataQuery
 
getId() - Method in interface tech.ydb.table.Session
 
getId() - Method in interface tech.ydb.table.transaction.Transaction
 
getIdleCount() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
getIdleCount() - Method in interface tech.ydb.table.SessionPoolStats
 
getIndexes() - Method in class tech.ydb.table.description.TableDescription
 
getInf() - Method in class tech.ydb.table.values.DecimalType
 
getInt16() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getInt16() - Method in class tech.ydb.table.values.PrimitiveValue
 
getInt16() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getInt32() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getInt32() - Method in class tech.ydb.table.values.PrimitiveValue
 
getInt32() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getInt64() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getInt64() - Method in class tech.ydb.table.values.PrimitiveValue
 
getInt64() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getInt8() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getInt8() - Method in class tech.ydb.table.values.PrimitiveValue
 
getInt8() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getInterval() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getInterval() - Method in class tech.ydb.table.values.PrimitiveValue
 
getInterval() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getInterval64() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getInterval64() - Method in class tech.ydb.table.values.PrimitiveValue
 
getInterval64() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getItem() - Method in class tech.ydb.table.values.VariantValue
 
getItems() - Method in class tech.ydb.table.settings.CopyTablesSettings
 
getItems() - Method in class tech.ydb.table.settings.RenameTablesSettings
 
getItemsCount() - Method in class tech.ydb.table.values.VariantType
 
getItemType() - Method in class tech.ydb.table.values.ListType
 
getItemType() - Method in class tech.ydb.table.values.OptionalType
 
getItemType(int) - Method in class tech.ydb.table.values.VariantType
 
getJson() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getJson() - Method in class tech.ydb.table.values.PrimitiveValue
 
getJson() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getJsonDocument() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getJsonDocument() - Method in class tech.ydb.table.values.PrimitiveValue
 
getJsonDocument() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getKeyRanges() - Method in class tech.ydb.table.description.TableDescription
 
getKeys() - Method in class tech.ydb.table.settings.ReadRowsSettings
 
getKeyType() - Method in class tech.ydb.table.values.DictType
 
getKind() - Method in class tech.ydb.table.values.DecimalType
 
getKind() - Method in class tech.ydb.table.values.DictType
 
getKind() - Method in class tech.ydb.table.values.ListType
 
getKind() - Method in class tech.ydb.table.values.NullType
 
getKind() - Method in class tech.ydb.table.values.OptionalType
 
getKind() - Method in class tech.ydb.table.values.PgType
 
getKind() - Method in enum tech.ydb.table.values.PrimitiveType
 
getKind() - Method in class tech.ydb.table.values.StructType
 
getKind() - Method in class tech.ydb.table.values.TupleType
 
getKind() - Method in interface tech.ydb.table.values.Type
 
getKind() - Method in class tech.ydb.table.values.VariantType
 
getKind() - Method in class tech.ydb.table.values.VoidType
 
getList(ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getListItem(int) - Method in interface tech.ydb.table.result.ListReader
 
getListItemsCount() - Method in interface tech.ydb.table.result.ListReader
 
getLiteralPhase() - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
getLog() - Method in class tech.ydb.table.settings.StoragePolicy
 
getLow() - Method in class tech.ydb.table.values.DecimalValue
 
getMaxPartitionsCount() - Method in class tech.ydb.table.settings.PartitioningSettings
 
getMaxSize() - Method in interface tech.ydb.table.SessionPoolStats
 
getMedia() - Method in class tech.ydb.table.description.StoragePool
 
getMemberIndex(String) - Method in class tech.ydb.table.values.StructType
 
getMemberName(int) - Method in class tech.ydb.table.values.StructType
 
getMembersCount() - Method in class tech.ydb.table.values.StructType
 
getMembersCount() - Method in class tech.ydb.table.values.StructValue
 
getMemberType(int) - Method in class tech.ydb.table.values.StructType
 
getMemberValue(int) - Method in class tech.ydb.table.values.StructValue
 
getMinPartitionsCount() - Method in class tech.ydb.table.settings.PartitioningSettings
 
getMinSize() - Method in interface tech.ydb.table.SessionPoolStats
 
getMode() - Method in class tech.ydb.table.description.ChangefeedDescription
 
getMode() - Method in class tech.ydb.table.settings.Changefeed
 
getMode() - Method in class tech.ydb.table.settings.ExecuteScanQuerySettings
 
getModificationTime() - Method in class tech.ydb.table.description.TableDescription.TableStats
 
getName() - Method in class tech.ydb.table.description.ChangefeedDescription
 
getName() - Method in class tech.ydb.table.description.ColumnFamily
 
getName() - Method in class tech.ydb.table.description.TableColumn
 
getName() - Method in class tech.ydb.table.description.TableIndex
 
getName() - Method in class tech.ydb.table.query.stats.TableAccessStats
 
getName() - Method in class tech.ydb.table.settings.Changefeed
 
getNaN() - Method in class tech.ydb.table.values.DecimalType
 
getNegInf() - Method in class tech.ydb.table.values.DecimalType
 
getNull() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getOid() - Method in class tech.ydb.table.values.PgType
 
getOperationTimeout() - Method in class tech.ydb.table.settings.RequestSettings
 
getOptional(ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getOptionalItem() - Method in interface tech.ydb.table.result.OptionalReader
 
getPartitioningByLoad() - Method in class tech.ydb.table.settings.PartitioningSettings
 
getPartitioningBySize() - Method in class tech.ydb.table.settings.PartitioningSettings
 
getPartitioningPolicy() - Method in class tech.ydb.table.settings.CreateTableSettings
 
getPartitioningSettings() - Method in class tech.ydb.table.description.TableDescription
 
getPartitioningSettings() - Method in class tech.ydb.table.settings.AlterTableSettings
 
getPartitionsCount() - Method in class tech.ydb.table.query.stats.TableAccessStats
 
getPartitionSizeMb() - Method in class tech.ydb.table.settings.PartitioningSettings
 
getPartitionStats() - Method in class tech.ydb.table.description.TableDescription
 
getPendingAcquireCount() - Method in interface tech.ydb.table.SessionPoolStats
 
getPendingCount() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
getPgType(int, int, int) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getPlanStep() - Method in class tech.ydb.table.query.ReadTablePart.VirtualTimestamp
 
getPrecision() - Method in class tech.ydb.table.values.DecimalType
 
getPresetName() - Method in class tech.ydb.table.settings.CreateTableSettings
 
getPresetName() - Method in class tech.ydb.table.settings.PartitioningPolicy
 
getPresetName() - Method in class tech.ydb.table.settings.ReplicationPolicy
 
getPresetName() - Method in class tech.ydb.table.settings.StoragePolicy
 
getPrimaryKeys() - Method in class tech.ydb.table.description.TableDescription
 
getProcessCpuTimeUs() - Method in class tech.ydb.table.query.stats.QueryStats
 
getQueryAst() - Method in class tech.ydb.table.query.ExplainDataQueryResult
 
getQueryAst() - Method in class tech.ydb.table.query.stats.QueryStats
 
getQueryPhases(int) - Method in class tech.ydb.table.query.stats.QueryStats
 
getQueryPhasesCount() - Method in class tech.ydb.table.query.stats.QueryStats
 
getQueryPhasesList() - Method in class tech.ydb.table.query.stats.QueryStats
 
getQueryPlan() - Method in class tech.ydb.table.query.ExplainDataQueryResult
 
getQueryPlan() - Method in class tech.ydb.table.query.stats.QueryStats
 
getQueryStats() - Method in class tech.ydb.table.query.DataQueryResult
 
getReads() - Method in class tech.ydb.table.query.stats.TableAccessStats
 
getReleasedTotal() - Method in interface tech.ydb.table.SessionPoolStats
 
getReplicasCount() - Method in class tech.ydb.table.settings.ReplicationPolicy
 
getReplicationPolicy() - Method in class tech.ydb.table.settings.CreateTableSettings
 
getReportCostInfo() - Method in class tech.ydb.table.settings.RequestSettings
 
getRequestedTotal() - Method in interface tech.ydb.table.SessionPoolStats
 
getResolvedTimestampsInterval() - Method in class tech.ydb.table.description.ChangefeedDescription
 
getResolvedTimestampsInterval() - Method in class tech.ydb.table.settings.Changefeed
 
getResultSet(int) - Method in class tech.ydb.table.query.DataQueryResult
 
getResultSetCount() - Method in class tech.ydb.table.query.DataQueryResult
 
getResultSetReader() - Method in class tech.ydb.table.query.ReadRowsResult
 
getResultSetReader() - Method in class tech.ydb.table.query.ReadTablePart
 
getRetentionPeriod() - Method in class tech.ydb.table.settings.Changefeed
 
getRowCount(int) - Method in class tech.ydb.table.query.DataQueryResult
 
getRowCount() - Method in interface tech.ydb.table.result.ResultSetReader
Returns number of rows.
getRowLimit() - Method in class tech.ydb.table.settings.ReadTableSettings
 
getRows() - Method in class tech.ydb.table.query.stats.OperationStats
 
getRowsEstimate() - Method in class tech.ydb.table.description.TableDescription.TableStats
 
getRunIntervaelSeconds() - Method in class tech.ydb.table.description.TableTtl
 
getScale() - Method in class tech.ydb.table.values.DecimalType
 
getScheduler() - Method in class tech.ydb.table.impl.PooledTableClient
 
getScheduler() - Method in class tech.ydb.table.impl.SimpleTableClient
 
getScheduler() - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
getScheduler() - Method in interface tech.ydb.table.rpc.TableRpc
 
getScheduler() - Method in interface tech.ydb.table.SessionSupplier
Default scheduler for asynchronous tasks execution
getSession() - Method in interface tech.ydb.table.transaction.TableTransaction
Returns Session that was used to create this transaction
getSourcePath() - Method in class tech.ydb.table.settings.CopyTablesSettings.Item
 
getSourcePath() - Method in class tech.ydb.table.settings.RenameTablesSettings.Item
 
getState() - Method in class tech.ydb.table.description.ChangefeedDescription
 
getStoragePolicy() - Method in class tech.ydb.table.settings.CreateTableSettings
 
getStoreSize() - Method in class tech.ydb.table.description.TableDescription.TableStats
 
getStoreType() - Method in class tech.ydb.table.description.TableDescription
 
getStruct(String, ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getStruct(String, ValueProtos.Type, String, ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getStruct(String, ValueProtos.Type, String, ValueProtos.Type, String, ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getStruct(String, ValueProtos.Type, String, ValueProtos.Type, String, ValueProtos.Type, String, ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getStruct(String, ValueProtos.Type, String, ValueProtos.Type, String, ValueProtos.Type, String, ValueProtos.Type, String, ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getStruct(ValueProtos.StructMember, ValueProtos.StructMember...) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getStructMember(int) - Method in interface tech.ydb.table.result.StructReader
 
getStructMember(String) - Method in interface tech.ydb.table.result.StructReader
 
getStructMemberName(int) - Method in interface tech.ydb.table.result.StructReader
 
getStructMembersCount() - Method in interface tech.ydb.table.result.StructReader
 
getSysLog() - Method in class tech.ydb.table.settings.StoragePolicy
 
getTableAccess(int) - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
getTableAccessCount() - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
getTableAccessList() - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
getTableStats() - Method in class tech.ydb.table.description.TableDescription
 
getTableTtl() - Method in class tech.ydb.table.description.TableDescription
 
getTableTTL() - Method in class tech.ydb.table.settings.AlterTableSettings
 
getText() - Method in interface tech.ydb.table.query.DataQuery
 
getText() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getText() - Method in class tech.ydb.table.values.PrimitiveValue
 
getText() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getTimeout() - Method in class tech.ydb.table.settings.RequestSettings
Deprecated.
getTimeoutDuration() - Method in class tech.ydb.table.settings.RequestSettings
 
getTimestamp() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getTimestamp() - Method in class tech.ydb.table.values.PrimitiveValue
 
getTimestamp() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getTimestamp64() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getTimestamp64() - Method in class tech.ydb.table.values.PrimitiveValue
 
getTimestamp64() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getTo() - Method in class tech.ydb.table.description.KeyRange
 
getToKey() - Method in class tech.ydb.table.settings.ReadTableSettings
 
getTotalCount() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
getTotalCpuTimeUs() - Method in class tech.ydb.table.query.stats.QueryStats
 
getTotalDurationUs() - Method in class tech.ydb.table.query.stats.QueryStats
 
getTotalLimit() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
getTraceId() - Method in class tech.ydb.table.settings.RequestSettings
 
getTraceIdOrGenerateNew() - Method in class tech.ydb.table.settings.RequestSettings
 
getTtlMode() - Method in class tech.ydb.table.description.TableTtl
 
getTtlSettings() - Method in class tech.ydb.table.settings.AlterTableSettings
Deprecated.
getTtlSettings() - Method in class tech.ydb.table.settings.CreateTableSettings
Deprecated.
getTtlUnit() - Method in class tech.ydb.table.description.TableTtl
 
getTuple() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getTuple(ValueProtos.Type...) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getTupleElement(int) - Method in interface tech.ydb.table.result.TupleReader
 
getTupleElementsCount() - Method in interface tech.ydb.table.result.TupleReader
 
getTxId() - Method in class tech.ydb.table.query.DataQueryResult
 
getTxId() - Method in class tech.ydb.table.query.ReadTablePart.VirtualTimestamp
 
getType() - Method in class tech.ydb.table.description.TableColumn
 
getType() - Method in class tech.ydb.table.description.TableIndex
 
getType() - Method in interface tech.ydb.table.result.ValueReader
Returns value type for current cell.
getType() - Method in class tech.ydb.table.values.DecimalValue
 
getType() - Method in class tech.ydb.table.values.DictValue
 
getType() - Method in class tech.ydb.table.values.ListValue
 
getType() - Method in class tech.ydb.table.values.NullValue
 
getType() - Method in class tech.ydb.table.values.OptionalValue
 
getType() - Method in class tech.ydb.table.values.StructValue
 
getType() - Method in class tech.ydb.table.values.TupleValue
 
getType() - Method in interface tech.ydb.table.values.Value
 
getType() - Method in class tech.ydb.table.values.VariantValue
 
getType() - Method in class tech.ydb.table.values.VoidValue
 
getTypeIndex() - Method in class tech.ydb.table.values.VariantValue
 
getTzDate() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getTzDate() - Method in class tech.ydb.table.values.PrimitiveValue
 
getTzDate() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getTzDatetime() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getTzDatetime() - Method in class tech.ydb.table.values.PrimitiveValue
 
getTzDatetime() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getTzTimestamp() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getTzTimestamp() - Method in class tech.ydb.table.values.PrimitiveValue
 
getTzTimestamp() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getUint16() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getUint16() - Method in class tech.ydb.table.values.PrimitiveValue
 
getUint16() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getUint32() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getUint32() - Method in class tech.ydb.table.values.PrimitiveValue
 
getUint32() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getUint64() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getUint64() - Method in class tech.ydb.table.values.PrimitiveValue
JVM does not support unsigned long, be careful when using this method for numbers greater than Long.MAX_VALUE.For correct work you can use wrappers like UnsignedLong
getUint64() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getUint8() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getUint8() - Method in class tech.ydb.table.values.PrimitiveValue
 
getUint8() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getUniformPartitions() - Method in class tech.ydb.table.settings.PartitioningPolicy
 
getUpdates() - Method in class tech.ydb.table.query.stats.TableAccessStats
 
getUsedCount() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
getUuid() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getUuid() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getUuidHigh() - Method in class tech.ydb.table.values.PrimitiveValue
Deprecated.
getUuidJdk() - Method in class tech.ydb.table.values.PrimitiveValue
 
getUuidLow() - Method in class tech.ydb.table.values.PrimitiveValue
Deprecated.
getUuidString() - Method in class tech.ydb.table.values.PrimitiveValue
 
getValue() - Method in class tech.ydb.table.description.KeyBound
 
getValue() - Method in interface tech.ydb.table.result.ValueReader
Returns value object for current cell.
getValueType() - Method in class tech.ydb.table.values.DictType
 
getVariant(ValueProtos.StructType) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getVariant(ValueProtos.TupleType) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getVariant(ValueProtos.Type...) - Static method in class tech.ydb.table.values.proto.ProtoType
 
getVariantItem() - Method in interface tech.ydb.table.result.VariantReader
 
getVariantTypeIndex() - Method in interface tech.ydb.table.result.VariantReader
 
getVirtualTimestamp() - Method in class tech.ydb.table.query.ReadTablePart
 
getVoid() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getWaitingCount() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
getWaitingLimit() - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
getYson() - Method in interface tech.ydb.table.result.PrimitiveReader
 
getYson() - Method in class tech.ydb.table.values.PrimitiveValue
 
getYson() - Static method in class tech.ydb.table.values.proto.ProtoType
 
getYsonBytes() - Method in class tech.ydb.table.values.PrimitiveValue
 
getYsonUnsafe() - Method in class tech.ydb.table.values.PrimitiveValue
 
GrpcTableRpc - Class in tech.ydb.table.rpc.grpc
 

H

hasCompilation() - Method in class tech.ydb.table.query.stats.QueryStats
 
hashCode() - Method in class tech.ydb.table.description.ChangefeedDescription
 
hashCode() - Method in class tech.ydb.table.query.stats.CompilationStats
 
hashCode() - Method in class tech.ydb.table.query.stats.OperationStats
 
hashCode() - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
hashCode() - Method in class tech.ydb.table.query.stats.QueryStats
 
hashCode() - Method in class tech.ydb.table.query.stats.TableAccessStats
 
hashCode() - Method in class tech.ydb.table.values.DecimalType
 
hashCode() - Method in class tech.ydb.table.values.DecimalValue
 
hashCode() - Method in class tech.ydb.table.values.DictType
 
hashCode() - Method in class tech.ydb.table.values.DictValue
 
hashCode() - Method in class tech.ydb.table.values.ListType
 
hashCode() - Method in class tech.ydb.table.values.ListValue
 
hashCode() - Method in class tech.ydb.table.values.OptionalType
 
hashCode() - Method in class tech.ydb.table.values.OptionalValue
 
hashCode() - Method in class tech.ydb.table.values.PgType
 
hashCode() - Method in class tech.ydb.table.values.StructType
 
hashCode() - Method in class tech.ydb.table.values.StructValue
 
hashCode() - Method in class tech.ydb.table.values.TupleType
 
hashCode() - Method in class tech.ydb.table.values.TupleValue
 
hashCode() - Method in interface tech.ydb.table.values.Type
 
hashCode() - Method in class tech.ydb.table.values.VariantType
 
hashCode() - Method in class tech.ydb.table.values.VariantValue
 
hashCode() - Method in class tech.ydb.table.values.VoidType
 
hashCode() - Method in class tech.ydb.table.values.VoidValue
 
hasInitialScan() - Method in class tech.ydb.table.settings.Changefeed
 
hasQueryStats() - Method in class tech.ydb.table.query.DataQueryResult
 
hasVirtualTimestamps() - Method in class tech.ydb.table.description.ChangefeedDescription
 
hasVirtualTimestamps() - Method in class tech.ydb.table.settings.Changefeed
 
Hex - Class in tech.ydb.table.utils
 

I

id(String) - Static method in class tech.ydb.table.transaction.TxControl
id(Transaction) - Static method in class tech.ydb.table.transaction.TxControl
idempotent(boolean) - Method in class tech.ydb.table.SessionRetryContext.Builder
 
inclusive(Value<?>) - Static method in class tech.ydb.table.description.KeyBound
 
INF - Static variable in class tech.ydb.table.values.DecimalValue
Deprecated.
Positive infinity 10^MAX_PRECISION. Use DecimalType.getInf() instead
isAllowInconsistentReads() - Method in class tech.ydb.table.transaction.TxControl.TxOnlineRo
 
isAllowPromotion() - Method in class tech.ydb.table.settings.ReplicationPolicy
 
isCommitTx() - Method in class tech.ydb.table.transaction.TxControl
 
isCreatePerAvailabilityZone() - Method in class tech.ydb.table.settings.ReplicationPolicy
 
isEmpty() - Method in class tech.ydb.table.query.DataQueryResult
 
isEmpty() - Method in interface tech.ydb.table.query.Params
Returns true if there are no defined parameters in this container.
isEmpty() - Method in class tech.ydb.table.values.DictValue
 
isEmpty() - Method in class tech.ydb.table.values.ListValue
 
isEmpty() - Method in class tech.ydb.table.values.TupleValue
 
isFromInclusive() - Method in class tech.ydb.table.settings.ReadTableSettings
 
isIncludePartitionStats() - Method in class tech.ydb.table.settings.DescribeTableSettings
 
isIncludeShardKeyBounds() - Method in class tech.ydb.table.settings.DescribeTableSettings
 
isIncludeTableStats() - Method in class tech.ydb.table.settings.DescribeTableSettings
 
isInclusive() - Method in class tech.ydb.table.description.KeyBound
 
isInf() - Method in class tech.ydb.table.values.DecimalValue
 
isKeepInMemory() - Method in class tech.ydb.table.description.ColumnFamily
Deprecated.
isKeepInQueryCache() - Method in class tech.ydb.table.settings.ExecuteDataQuerySettings
 
isKeepInQueryCache() - Method in class tech.ydb.table.settings.PrepareDataQuerySettings
 
isNan() - Method in class tech.ydb.table.values.DecimalValue
 
isNegative() - Method in class tech.ydb.table.values.DecimalValue
 
isNegativeInf() - Method in class tech.ydb.table.values.DecimalValue
 
isOmitIndexes() - Method in class tech.ydb.table.settings.CopyTablesSettings.Item
 
isOptionalItemPresent() - Method in interface tech.ydb.table.result.OptionalReader
 
isOrdered() - Method in class tech.ydb.table.settings.ReadTableSettings
 
isPresent() - Method in class tech.ydb.table.values.OptionalValue
 
isReplaceDestination() - Method in class tech.ydb.table.settings.RenameTablesSettings.Item
 
isSorted(T[]) - Static method in class tech.ydb.table.utils.Arrays2
Check if array is sorted.
isToInclusive() - Method in class tech.ydb.table.settings.ReadTableSettings
 
isTruncated(int) - Method in class tech.ydb.table.query.DataQueryResult
 
isTruncated() - Method in interface tech.ydb.table.result.ResultSetReader
Returns true if the result was truncated, false otherwise.
isZero() - Method in class tech.ydb.table.values.DecimalValue
 
Item(String, String, boolean) - Constructor for class tech.ydb.table.settings.CopyTablesSettings.Item
 
Item(String, String) - Constructor for class tech.ydb.table.settings.CopyTablesSettings.Item
 
Item(String, String, boolean) - Constructor for class tech.ydb.table.settings.RenameTablesSettings.Item
 
Item(String, String) - Constructor for class tech.ydb.table.settings.RenameTablesSettings.Item
 

K

keepAlive(KeepAliveSessionSettings) - Method in class tech.ydb.table.impl.BaseSession
 
keepAlive(YdbTable.KeepAliveRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
keepAlive(YdbTable.KeepAliveRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Idle sessions can be kept alive by calling KeepAlive periodically.
keepAlive(KeepAliveSessionSettings) - Method in interface tech.ydb.table.Session
 
keepAlive() - Method in interface tech.ydb.table.Session
 
KeepAliveSessionSettings - Class in tech.ydb.table.settings
 
KeepAliveSessionSettings() - Constructor for class tech.ydb.table.settings.KeepAliveSessionSettings
 
keepInQueryCache() - Method in class tech.ydb.table.settings.PrepareDataQuerySettings
 
keepQueryText(boolean) - Method in class tech.ydb.table.impl.PooledTableClient.Builder
 
keepQueryText(boolean) - Method in class tech.ydb.table.impl.SimpleTableClient.Builder
 
keepQueryText(boolean) - Method in interface tech.ydb.table.TableClient.Builder
 
KeyBound - Class in tech.ydb.table.description
 
KeyBound(Value<?>, boolean) - Constructor for class tech.ydb.table.description.KeyBound
 
KeyRange - Class in tech.ydb.table.description
 
KeyRange(Optional<KeyBound>, Optional<KeyBound>) - Constructor for class tech.ydb.table.description.KeyRange
 
keySet() - Method in class tech.ydb.table.values.DictValue
 

L

list() - Static method in class tech.ydb.table.values.proto.ProtoValue
 
list(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
list(ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
list(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
list(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
list(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
list(ValueProtos.Value...) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
list(Iterable<ValueProtos.Value>) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
ListReader - Interface in tech.ydb.table.result
 
ListType - Class in tech.ydb.table.values
 
ListValue - Class in tech.ydb.table.values
 
LittleEndian - Class in tech.ydb.table.utils
 
LOGGER - Static variable in interface tech.ydb.table.SessionRetryHandler
 

M

makeOptional() - Method in interface tech.ydb.table.values.Type
 
makeOptional() - Method in interface tech.ydb.table.values.Value
 
MAX_PRECISION - Static variable in class tech.ydb.table.values.DecimalType
 
maxRetries(int) - Method in class tech.ydb.table.SessionRetryContext.Builder
 

N

NAN - Static variable in class tech.ydb.table.values.DecimalValue
Deprecated.
Not a number 10^MAX_PRECISION + 1. Use DecimalType.getNaN() instead
NEG_INF - Static variable in class tech.ydb.table.values.DecimalValue
Deprecated.
Negative infinity -10^MAX_PRECISI0ON. Use DecimalType.getNegInf() instead
newBool(boolean) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newBuilder() - Static method in class tech.ydb.table.description.TableDescription
 
newBuilder(String) - Static method in class tech.ydb.table.settings.Changefeed
 
newBuilder() - Static method in class tech.ydb.table.settings.ExecuteScanQuerySettings
 
newBuilder() - Static method in class tech.ydb.table.settings.ReadRowsSettings
 
newBuilder() - Static method in class tech.ydb.table.settings.ReadTableSettings
 
newBytes(byte[]) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newBytes(ByteString) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newBytesOwn(byte[]) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newClient(TableRpc) - Static method in class tech.ydb.table.impl.PooledTableClient
 
newClient(TableRpc) - Static method in class tech.ydb.table.impl.SimpleTableClient
 
newClient(GrpcTransport) - Static method in interface tech.ydb.table.TableClient
Return TableClient builder used passed GrpcTransport
newDate(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDate(LocalDate) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDate(Instant) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDate32(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDate32(LocalDate) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDate32(Instant) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDatetime(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDatetime(Instant) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDatetime(LocalDateTime) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDatetime64(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDatetime64(Instant) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDatetime64(LocalDateTime) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newDouble(double) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newFloat(float) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newInt16(short) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newInt32(int) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newInt64(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newInt8(byte) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newInterval(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newInterval(Duration) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newInterval64(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newInterval64(Duration) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newJson(String) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newJsonDocument(String) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newParams() - Method in interface tech.ydb.table.query.DataQuery
 
newText(String) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newTimestamp(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newTimestamp(Instant) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newTimestamp64(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newTimestamp64(Instant) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newTzDate(ZonedDateTime) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newTzDatetime(ZonedDateTime) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newTzTimestamp(ZonedDateTime) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newUint16(int) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newUint32(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newUint64(long) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newUint8(int) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newUuid(long, long) - Static method in class tech.ydb.table.values.PrimitiveValue
Deprecated.
newUuid(UUID) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newUuid(String) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newUuid(long, long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
newUuid(UUID) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
newUuid(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
newValue(long, long) - Method in class tech.ydb.table.values.DecimalType
 
newValue(long) - Method in class tech.ydb.table.values.DecimalType
 
newValue(BigDecimal) - Method in class tech.ydb.table.values.DecimalType
 
newValue(BigInteger) - Method in class tech.ydb.table.values.DecimalType
 
newValue(String) - Method in class tech.ydb.table.values.DecimalType
 
newValue(List<? extends Value<?>>) - Method in class tech.ydb.table.values.ListType
 
newValue(Value<?>) - Method in class tech.ydb.table.values.OptionalType
 
newValue(String, Value<?>) - Method in class tech.ydb.table.values.StructType
 
newValue(String, Value<?>, String, Value<?>) - Method in class tech.ydb.table.values.StructType
 
newValue(String, Value<?>, String, Value<?>, String, Value<?>) - Method in class tech.ydb.table.values.StructType
 
newValue(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Method in class tech.ydb.table.values.StructType
 
newValue(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Method in class tech.ydb.table.values.StructType
 
newValue(Map<String, Value<?>>) - Method in class tech.ydb.table.values.StructType
 
newValue(Value<?>) - Method in class tech.ydb.table.values.TupleType
 
newValue(Value<?>, Value<?>) - Method in class tech.ydb.table.values.TupleType
 
newValue(Value<?>, Value<?>, Value<?>) - Method in class tech.ydb.table.values.TupleType
 
newValue(Value<?>, Value<?>, Value<?>, Value<?>) - Method in class tech.ydb.table.values.TupleType
 
newValue(Value<?>, Value<?>, Value<?>, Value<?>, Value<?>) - Method in class tech.ydb.table.values.TupleType
 
newValue(List<Value<?>>) - Method in class tech.ydb.table.values.TupleType
 
newValue(Value<?>, int) - Method in class tech.ydb.table.values.VariantType
 
newValueCopy(Map<Value<?>, Value<?>>) - Method in class tech.ydb.table.values.DictType
 
newValueCopy(Value<?>[]) - Method in class tech.ydb.table.values.ListType
 
newValueCopy(Value<?>...) - Method in class tech.ydb.table.values.TupleType
 
newValueOwn(Map<Value<?>, Value<?>>) - Method in class tech.ydb.table.values.DictType
 
newValueOwn(Value<?>...) - Method in class tech.ydb.table.values.ListType
 
newValueOwn(Value<?>...) - Method in class tech.ydb.table.values.TupleType
 
newValueUnsafe(Value<?>...) - Method in class tech.ydb.table.values.StructType
will not clone given array
newValueUnscaled(long) - Method in class tech.ydb.table.values.DecimalType
 
newValueUnscaled(BigInteger) - Method in class tech.ydb.table.values.DecimalType
 
newValueUnsigned(long) - Method in class tech.ydb.table.values.DecimalType
 
newYson(byte[]) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newYson(ByteString) - Static method in class tech.ydb.table.values.PrimitiveValue
 
newYsonOwn(byte[]) - Static method in class tech.ydb.table.values.PrimitiveValue
 
next() - Method in interface tech.ydb.table.result.ResultSetReader
Set iterator to the next table row.
notSet() - Static method in class tech.ydb.table.description.TableTtl
Construct an empty TTL configuration
NullType - Class in tech.ydb.table.values
 
NullValue - Class in tech.ydb.table.values
 
nullValue() - Static method in class tech.ydb.table.values.proto.ProtoValue
 

O

of(String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with single parameter.
of(String, Value<?>, String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with two parameters.
of(String, Value<?>, String, Value<?>, String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with three parameters.
of(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with four parameters.
of(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with five parameters.
of(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with six parameters.
of(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with six parameters.
of(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with eight parameters.
of(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Static method in interface tech.ydb.table.query.Params
Returns an immutable implementation of Params with nine parameters.
of(int) - Static method in class tech.ydb.table.values.DecimalType
 
of(int, int) - Static method in class tech.ydb.table.values.DecimalType
 
of(Type, Type) - Static method in class tech.ydb.table.values.DictType
 
of(Value<?>, Value<?>) - Static method in class tech.ydb.table.values.DictValue
 
of(Type) - Static method in class tech.ydb.table.values.ListType
 
of(Value<?>...) - Static method in class tech.ydb.table.values.ListValue
 
of(Value<?>) - Static method in class tech.ydb.table.values.ListValue
 
of(Value<?>, Value<?>) - Static method in class tech.ydb.table.values.ListValue
 
of(Value<?>, Value<?>, Value<?>) - Static method in class tech.ydb.table.values.ListValue
 
of(Value<?>, Value<?>, Value<?>, Value<?>) - Static method in class tech.ydb.table.values.ListValue
 
of(Value<?>, Value<?>, Value<?>, Value<?>, Value<?>) - Static method in class tech.ydb.table.values.ListValue
 
of() - Static method in class tech.ydb.table.values.NullType
 
of() - Static method in class tech.ydb.table.values.NullValue
 
of(Type) - Static method in class tech.ydb.table.values.OptionalType
 
of(Value<?>) - Static method in class tech.ydb.table.values.OptionalValue
 
of(int) - Static method in class tech.ydb.table.values.PgType
 
of(int, int, int) - Static method in class tech.ydb.table.values.PgType
 
of(String, Type) - Static method in class tech.ydb.table.values.StructType
 
of(String, Type, String, Type) - Static method in class tech.ydb.table.values.StructType
 
of(String, Type, String, Type, String, Type) - Static method in class tech.ydb.table.values.StructType
 
of(String, Type, String, Type, String, Type, String, Type) - Static method in class tech.ydb.table.values.StructType
 
of(String, Type, String, Type, String, Type, String, Type, String, Type) - Static method in class tech.ydb.table.values.StructType
 
of(Map<String, Type>) - Static method in class tech.ydb.table.values.StructType
 
of(List<String>, List<Type>) - Static method in class tech.ydb.table.values.StructType
 
of(String, Value<?>) - Static method in class tech.ydb.table.values.StructValue
 
of(String, Value<?>, String, Value<?>) - Static method in class tech.ydb.table.values.StructValue
 
of(String, Value<?>, String, Value<?>, String, Value<?>) - Static method in class tech.ydb.table.values.StructValue
 
of(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Static method in class tech.ydb.table.values.StructValue
 
of(String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>, String, Value<?>) - Static method in class tech.ydb.table.values.StructValue
 
of(Map<String, Value<?>>) - Static method in class tech.ydb.table.values.StructValue
 
of(Type) - Static method in class tech.ydb.table.values.TupleType
 
of(List<Type>) - Static method in class tech.ydb.table.values.TupleType
 
of(Value<?>) - Static method in class tech.ydb.table.values.TupleValue
 
of(Value<?>, Value<?>) - Static method in class tech.ydb.table.values.TupleValue
 
of(Value<?>, Value<?>, Value<?>) - Static method in class tech.ydb.table.values.TupleValue
 
of(Value<?>, Value<?>, Value<?>, Value<?>) - Static method in class tech.ydb.table.values.TupleValue
 
of(Value<?>, Value<?>, Value<?>, Value<?>, Value<?>) - Static method in class tech.ydb.table.values.TupleValue
 
of(List<Value<?>>) - Static method in class tech.ydb.table.values.TupleValue
 
of(List<Type>) - Static method in class tech.ydb.table.values.VariantType
 
of() - Static method in class tech.ydb.table.values.VoidType
 
of() - Static method in class tech.ydb.table.values.VoidValue
 
ofCopy(String[], Type[]) - Static method in class tech.ydb.table.values.StructType
 
ofCopy(Type...) - Static method in class tech.ydb.table.values.TupleType
 
ofCopy(Value<?>...) - Static method in class tech.ydb.table.values.TupleValue
 
ofCopy(Type...) - Static method in class tech.ydb.table.values.VariantType
 
ofOwn(String[], Type[]) - Static method in class tech.ydb.table.values.StructType
will not clone given arrays
ofOwn(Type...) - Static method in class tech.ydb.table.values.TupleType
will not clone given array
ofOwn(Value<?>...) - Static method in class tech.ydb.table.values.TupleValue
will not clone given array
ofOwn(Type...) - Static method in class tech.ydb.table.values.VariantType
will not clone given array
onCancel(SessionRetryContext, int, long) - Method in interface tech.ydb.table.SessionRetryHandler
Called on async operation cancellation.
onError(SessionRetryContext, StatusCode, int, long) - Method in interface tech.ydb.table.SessionRetryHandler
Called on non-retryable error.
onError(SessionRetryContext, Throwable, int, long) - Method in interface tech.ydb.table.SessionRetryHandler
Called on non-retryable error as Java exception.
onLimit(SessionRetryContext, StatusCode, int, long) - Method in interface tech.ydb.table.SessionRetryHandler
Called on retryable error when the limit is reached.
onLimit(SessionRetryContext, Throwable, int, long) - Method in interface tech.ydb.table.SessionRetryHandler
Called on retryable exception when the limit is reached.
onlineRo() - Static method in class tech.ydb.table.transaction.TxControl
 
onRetry(SessionRetryContext, StatusCode, int, long, long) - Method in interface tech.ydb.table.SessionRetryHandler
Called on retryable status code.
onRetry(SessionRetryContext, Throwable, int, long, long) - Method in interface tech.ydb.table.SessionRetryHandler
Called on retryable exception.
onSuccess(SessionRetryContext, int, long) - Method in interface tech.ydb.table.SessionRetryHandler
Called on operation success.
OperationStats - Class in tech.ydb.table.query.stats
 
OperationStats(YdbQueryStats.OperationStats) - Constructor for class tech.ydb.table.query.stats.OperationStats
 
optional() - Static method in class tech.ydb.table.values.proto.ProtoValue
 
optional(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
OptionalReader - Interface in tech.ydb.table.result
 
OptionalType - Class in tech.ydb.table.values
 
OptionalValue - Class in tech.ydb.table.values
 
orderedRead(boolean) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
orElse(Value<?>) - Method in class tech.ydb.table.values.OptionalValue
 
ownTransport(GrpcTransport) - Static method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 

P

Params - Interface in tech.ydb.table.query
 
PartitioningPolicy - Class in tech.ydb.table.settings
 
PartitioningPolicy() - Constructor for class tech.ydb.table.settings.PartitioningPolicy
 
PartitioningSettings - Class in tech.ydb.table.settings
 
PartitioningSettings() - Constructor for class tech.ydb.table.settings.PartitioningSettings
 
PartitionStats(long, long) - Constructor for class tech.ydb.table.description.TableDescription.PartitionStats
 
PgType - Class in tech.ydb.table.values
 
PooledTableClient - Class in tech.ydb.table.impl
 
PooledTableClient(PooledTableClient.Builder) - Constructor for class tech.ydb.table.impl.PooledTableClient
 
PooledTableClient.Builder - Class in tech.ydb.table.impl
 
prepareDataQuery(String, PrepareDataQuerySettings) - Method in class tech.ydb.table.impl.BaseSession
 
prepareDataQuery(YdbTable.PrepareDataQueryRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
prepareDataQuery(YdbTable.PrepareDataQueryRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Prepares data query, returns query id.
prepareDataQuery(String, PrepareDataQuerySettings) - Method in interface tech.ydb.table.Session
 
prepareDataQuery(String) - Method in interface tech.ydb.table.Session
 
PrepareDataQuerySettings - Class in tech.ydb.table.settings
 
PrepareDataQuerySettings() - Constructor for class tech.ydb.table.settings.PrepareDataQuerySettings
 
PrimitiveReader - Interface in tech.ydb.table.result
 
PrimitiveType - Enum in tech.ydb.table.values
 
PrimitiveValue - Class in tech.ydb.table.values
 
PrimitiveValue() - Constructor for class tech.ydb.table.values.PrimitiveValue
 
ProtoType - Class in tech.ydb.table.values.proto
 
ProtoValue - Class in tech.ydb.table.values.proto
 
ProtoValueReaders - Class in tech.ydb.table.result.impl
 
put(String, Value<T>) - Method in interface tech.ydb.table.query.Params
Associates the specified value with the specified name in this params container.

Q

QueryPhaseStats - Class in tech.ydb.table.query.stats
 
QueryPhaseStats(YdbQueryStats.QueryPhaseStats) - Constructor for class tech.ydb.table.query.stats.QueryPhaseStats
 
QueryStats - Class in tech.ydb.table.query.stats
 
QueryStats(YdbQueryStats.QueryStats) - Constructor for class tech.ydb.table.query.stats.QueryStats
 
QueryStatsCollectionMode - Enum in tech.ydb.table.query.stats
 

R

readRows(String, ReadRowsSettings) - Method in class tech.ydb.table.impl.BaseSession
 
readRows(YdbTable.ReadRowsRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
readRows(YdbTable.ReadRowsRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Read rows in the key-value form.
readRows(String, ReadRowsSettings) - Method in interface tech.ydb.table.Session
 
ReadRowsResult - Class in tech.ydb.table.query
 
ReadRowsResult(YdbTable.ReadRowsResponse) - Constructor for class tech.ydb.table.query.ReadRowsResult
 
ReadRowsSettings - Class in tech.ydb.table.settings
 
ReadRowsSettings(ReadRowsSettings.ReadRowsSettingsBuilder) - Constructor for class tech.ydb.table.settings.ReadRowsSettings
 
ReadRowsSettings.ReadRowsSettingsBuilder - Class in tech.ydb.table.settings
 
ReadRowsSettingsBuilder() - Constructor for class tech.ydb.table.settings.ReadRowsSettings.ReadRowsSettingsBuilder
 
readTable(String, ReadTableSettings) - Method in interface tech.ydb.table.Session
Deprecated.
readTable(String, ReadTableSettings, Consumer<ResultSetReader>) - Method in interface tech.ydb.table.Session
Deprecated.
ReadTablePart - Class in tech.ydb.table.query
 
ReadTablePart(YdbTable.ReadTableResult, CommonProtos.VirtualTimestamp) - Constructor for class tech.ydb.table.query.ReadTablePart
 
ReadTablePart.VirtualTimestamp - Class in tech.ydb.table.query
 
ReadTableSettings - Class in tech.ydb.table.settings
 
ReadTableSettings.Builder - Class in tech.ydb.table.settings
BUILDER
release(T) - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
renameTable(String, String) - Method in interface tech.ydb.table.Session
 
renameTable(String, String, boolean) - Method in interface tech.ydb.table.Session
 
renameTables(RenameTablesSettings) - Method in class tech.ydb.table.impl.BaseSession
 
renameTables(YdbTable.RenameTablesRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
renameTables(YdbTable.RenameTablesRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Renames the given tables, possibly replacing the existing destination tables.
renameTables(RenameTablesSettings) - Method in interface tech.ydb.table.Session
 
RenameTablesSettings - Class in tech.ydb.table.settings
 
RenameTablesSettings() - Constructor for class tech.ydb.table.settings.RenameTablesSettings
 
RenameTablesSettings.Item - Class in tech.ydb.table.settings
 
ReplicationPolicy - Class in tech.ydb.table.settings
 
ReplicationPolicy() - Constructor for class tech.ydb.table.settings.ReplicationPolicy
 
RequestSettings<Self extends RequestSettings<?>> - Class in tech.ydb.table.settings
 
RequestSettings() - Constructor for class tech.ydb.table.settings.RequestSettings
 
ResultSetReader - Interface in tech.ydb.table.result
 
retryNotFound(boolean) - Method in class tech.ydb.table.SessionRetryContext.Builder
 
rollback(RollbackTxSettings) - Method in class tech.ydb.table.impl.BaseSession.DeprecatedTransactionImpl
 
rollback(RollbackTxSettings) - Method in interface tech.ydb.table.transaction.TableTransaction
 
rollback() - Method in interface tech.ydb.table.transaction.TableTransaction
 
rollback(RollbackTxSettings) - Method in interface tech.ydb.table.transaction.Transaction
 
rollback() - Method in interface tech.ydb.table.transaction.Transaction
 
rollbackTransaction(String, RollbackTxSettings) - Method in class tech.ydb.table.impl.BaseSession
Deprecated.
rollbackTransaction(YdbTable.RollbackTransactionRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
rollbackTransaction(YdbTable.RollbackTransactionRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Performs a rollback of the specified active transaction.
rollbackTransaction(String, RollbackTxSettings) - Method in interface tech.ydb.table.Session
Consider using rollback() instead
RollbackTxSettings - Class in tech.ydb.table.settings
 
RollbackTxSettings() - Constructor for class tech.ydb.table.settings.RollbackTxSettings
 
rowLimit(int) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
rowsEstimate() - Method in class tech.ydb.table.description.TableDescription.PartitionStats
 

S

serializableRw() - Static method in class tech.ydb.table.transaction.TxControl
 
Session - Interface in tech.ydb.table
 
Session.State - Enum in tech.ydb.table
 
sessionCreationTimeout(Duration) - Method in class tech.ydb.table.SessionRetryContext.Builder
 
sessionKeepAliveTime(Duration) - Method in class tech.ydb.table.impl.PooledTableClient.Builder
 
sessionKeepAliveTime(Duration) - Method in interface tech.ydb.table.TableClient.Builder
 
sessionMaxIdleTime(Duration) - Method in class tech.ydb.table.impl.PooledTableClient.Builder
 
sessionMaxIdleTime(Duration) - Method in interface tech.ydb.table.TableClient.Builder
 
SessionPool - Class in tech.ydb.table.impl.pool
 
SessionPool(Clock, TableRpc, boolean, SessionPoolOptions) - Constructor for class tech.ydb.table.impl.pool.SessionPool
 
SessionPoolOptions - Class in tech.ydb.table.impl.pool
 
sessionPoolSize(int, int) - Method in class tech.ydb.table.impl.PooledTableClient.Builder
 
sessionPoolSize(int, int) - Method in interface tech.ydb.table.TableClient.Builder
 
sessionPoolStats() - Method in class tech.ydb.table.impl.PooledTableClient
 
SessionPoolStats - Interface in tech.ydb.table
 
sessionPoolStats() - Method in interface tech.ydb.table.TableClient
 
SessionRetryContext - Class in tech.ydb.table
 
SessionRetryContext.Builder - Class in tech.ydb.table
BUILDER
SessionRetryHandler - Interface in tech.ydb.table
Session retry helper interface to support the application-level monitoring of session operation retries.
SessionSupplier - Interface in tech.ydb.table
 
setAllowInconsistentReads(boolean) - Method in class tech.ydb.table.transaction.TxControl.TxOnlineRo
 
setAllowPromotion(boolean) - Method in class tech.ydb.table.settings.ReplicationPolicy
 
setAutoPartitioning(AutoPartitioningPolicy) - Method in class tech.ydb.table.settings.PartitioningPolicy
 
setCancelAfter(Duration) - Method in class tech.ydb.table.settings.RequestSettings
 
setCollectStats(QueryStatsCollectionMode) - Method in class tech.ydb.table.settings.ExecuteDataQuerySettings
 
setCollectStats(QueryStatsCollectionMode) - Method in class tech.ydb.table.settings.ExecuteScanQuerySettings.Builder
 
setCommitTx(boolean) - Method in class tech.ydb.table.transaction.TxControl
 
setCommitTx(boolean) - Method in class tech.ydb.table.transaction.TxControl.TxId
 
setCommitTx(boolean) - Method in class tech.ydb.table.transaction.TxControl.TxOnlineRo
 
setCommitTx(boolean) - Method in class tech.ydb.table.transaction.TxControl.TxSerializableRw
 
setCommitTx(boolean) - Method in class tech.ydb.table.transaction.TxControl.TxSnapshotRo
 
setCommitTx(boolean) - Method in class tech.ydb.table.transaction.TxControl.TxStaleRo
 
setCompactionPolicy(String) - Method in class tech.ydb.table.settings.CreateTableSettings
 
setCreatePerAvailabilityZone(boolean) - Method in class tech.ydb.table.settings.ReplicationPolicy
 
setData(String) - Method in class tech.ydb.table.settings.StoragePolicy
 
setExecutionPolicy(String) - Method in class tech.ydb.table.settings.CreateTableSettings
 
setExplicitPartitioningPoints(List<TupleValue>) - Method in class tech.ydb.table.settings.PartitioningPolicy
 
setExternal(String) - Method in class tech.ydb.table.settings.StoragePolicy
 
setIncludePartitionStats(boolean) - Method in class tech.ydb.table.settings.DescribeTableSettings
 
setIncludeShardKeyBounds(boolean) - Method in class tech.ydb.table.settings.DescribeTableSettings
 
setIncludeTableStats(boolean) - Method in class tech.ydb.table.settings.DescribeTableSettings
 
setLog(String) - Method in class tech.ydb.table.settings.StoragePolicy
 
setMaxPartitionsCount(long) - Method in class tech.ydb.table.settings.PartitioningSettings
 
setMinPartitionsCount(long) - Method in class tech.ydb.table.settings.PartitioningSettings
 
setMode(ExecuteScanQuerySettings.Mode) - Method in class tech.ydb.table.settings.ExecuteScanQuerySettings.Builder
 
setOperationTimeout(Duration) - Method in class tech.ydb.table.settings.RequestSettings
 
setPartitioningByLoad(boolean) - Method in class tech.ydb.table.settings.PartitioningSettings
 
setPartitioningBySize(boolean) - Method in class tech.ydb.table.settings.PartitioningSettings
 
setPartitioningPolicy(PartitioningPolicy) - Method in class tech.ydb.table.settings.CreateTableSettings
 
setPartitioningSettings(PartitioningSettings) - Method in class tech.ydb.table.description.TableDescription.Builder
 
setPartitioningSettings(PartitioningSettings) - Method in class tech.ydb.table.settings.AlterTableSettings
 
setPartitionSize(long) - Method in class tech.ydb.table.settings.PartitioningSettings
 
setPresetName(String) - Method in class tech.ydb.table.settings.CreateTableSettings
 
setPresetName(String) - Method in class tech.ydb.table.settings.PartitioningPolicy
 
setPresetName(String) - Method in class tech.ydb.table.settings.ReplicationPolicy
 
setPresetName(String) - Method in class tech.ydb.table.settings.StoragePolicy
 
setPrimaryKey(String) - Method in class tech.ydb.table.description.TableDescription.Builder
 
setPrimaryKeys(String...) - Method in class tech.ydb.table.description.TableDescription.Builder
 
setPrimaryKeys(List<String>) - Method in class tech.ydb.table.description.TableDescription.Builder
 
setReplicasCount(int) - Method in class tech.ydb.table.settings.ReplicationPolicy
 
setReplicationPolicy(ReplicationPolicy) - Method in class tech.ydb.table.settings.CreateTableSettings
 
setReportCostInfo(Boolean) - Method in class tech.ydb.table.settings.RequestSettings
 
setRowIndex(int) - Method in interface tech.ydb.table.result.ResultSetReader
Explicitly switch to a specific row.
setStoragePolicy(StoragePolicy) - Method in class tech.ydb.table.settings.CreateTableSettings
 
setStoreType(TableDescription.StoreType) - Method in class tech.ydb.table.description.TableDescription.Builder
 
setSysLog(String) - Method in class tech.ydb.table.settings.StoragePolicy
 
setTableStats(TableDescription.TableStats) - Method in class tech.ydb.table.description.TableDescription.Builder
 
setTableTtl(TableTtl) - Method in class tech.ydb.table.settings.AlterTableSettings
 
setTimeout(Duration) - Method in class tech.ydb.table.settings.RequestSettings
Sets a client timeout.
setTimeout(long, TimeUnit) - Method in class tech.ydb.table.settings.RequestSettings
 
setTraceId(String) - Method in class tech.ydb.table.settings.RequestSettings
Set request trace id.
setTtlSettings(int, String, int) - Method in class tech.ydb.table.description.TableDescription.Builder
Deprecated.
setTtlSettings(TableTtl) - Method in class tech.ydb.table.description.TableDescription.Builder
 
setTtlSettings(TtlSettings) - Method in class tech.ydb.table.settings.AlterTableSettings
Deprecated.
setTtlSettings(TtlSettings) - Method in class tech.ydb.table.settings.CreateTableSettings
Deprecated.
use TableDescription.Builder#setTtlSettings(tech.ydb.table.description.TableTtl) instead
setUniformPartitions(long) - Method in class tech.ydb.table.settings.PartitioningPolicy
 
SimpleTableClient - Class in tech.ydb.table.impl
 
SimpleTableClient.Builder - Class in tech.ydb.table.impl
 
size() - Method in class tech.ydb.table.values.DictValue
 
size() - Method in class tech.ydb.table.values.ListValue
 
size() - Method in class tech.ydb.table.values.TupleValue
 
snapshotRo() - Static method in class tech.ydb.table.transaction.TxControl
 
sortBothByFirst(T[], U[]) - Static method in class tech.ydb.table.utils.Arrays2
In-place sort both arrays using comparability of elements of the first array.
staleRo() - Static method in class tech.ydb.table.transaction.TxControl
 
stats() - Method in class tech.ydb.table.impl.pool.SessionPool
 
StoragePolicy - Class in tech.ydb.table.settings
 
StoragePolicy() - Constructor for class tech.ydb.table.settings.StoragePolicy
 
StoragePool - Class in tech.ydb.table.description
 
StoragePool(String) - Constructor for class tech.ydb.table.description.StoragePool
 
storeSize() - Method in class tech.ydb.table.description.TableDescription.PartitionStats
 
streamExecuteScanQuery(YdbTable.ExecuteScanQueryRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
streamExecuteScanQuery(YdbTable.ExecuteScanQueryRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Streaming execute scan query.
streamReadTable(YdbTable.ReadTableRequest, GrpcRequestSettings) - Method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 
streamReadTable(YdbTable.ReadTableRequest, GrpcRequestSettings) - Method in interface tech.ydb.table.rpc.TableRpc
Streaming read table.
struct(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
struct(ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
struct(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
struct(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
struct(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
struct(ValueProtos.Value, ValueProtos.Value...) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
StructReader - Interface in tech.ydb.table.result
 
StructType - Class in tech.ydb.table.values
 
StructValue - Class in tech.ydb.table.values
 
supplyResult(Function<Session, CompletableFuture<Result<T>>>) - Method in class tech.ydb.table.SessionRetryContext
 
supplyResult(SessionRetryHandler, Function<Session, CompletableFuture<Result<T>>>) - Method in class tech.ydb.table.SessionRetryContext
 
supplyStatus(Function<Session, CompletableFuture<Status>>) - Method in class tech.ydb.table.SessionRetryContext
 
supplyStatus(SessionRetryHandler, Function<Session, CompletableFuture<Status>>) - Method in class tech.ydb.table.SessionRetryContext
 

T

TableAccessStats - Class in tech.ydb.table.query.stats
 
TableAccessStats(YdbQueryStats.TableAccessStats) - Constructor for class tech.ydb.table.query.stats.TableAccessStats
 
TableClient - Interface in tech.ydb.table
 
TableClient.Builder - Interface in tech.ydb.table
 
TableColumn - Class in tech.ydb.table.description
 
TableColumn(String, Type, String) - Constructor for class tech.ydb.table.description.TableColumn
 
TableColumn(String, Type) - Constructor for class tech.ydb.table.description.TableColumn
 
TableDescription - Class in tech.ydb.table.description
 
TableDescription.Builder - Class in tech.ydb.table.description
BUILDER
TableDescription.PartitionStats - Class in tech.ydb.table.description
 
TableDescription.StoreType - Enum in tech.ydb.table.description
 
TableDescription.TableStats - Class in tech.ydb.table.description
 
TableIndex - Class in tech.ydb.table.description
 
TableIndex(String, List<String>, TableIndex.Type) - Constructor for class tech.ydb.table.description.TableIndex
 
TableIndex(String, List<String>, List<String>, TableIndex.Type) - Constructor for class tech.ydb.table.description.TableIndex
 
TableIndex.Type - Enum in tech.ydb.table.description
 
TableRpc - Interface in tech.ydb.table.rpc
 
TableStats(Instant, Instant, long, long) - Constructor for class tech.ydb.table.description.TableDescription.TableStats
 
TableTransaction - Interface in tech.ydb.table.transaction
Interface of transaction from table service Short-living object allows transactional execution of several queries in one interactive transaction.
TableTtl - Class in tech.ydb.table.description
 
TableTtl(TableTtl.TtlMode, String, Integer) - Constructor for class tech.ydb.table.description.TableTtl
Deprecated.
TableTtl() - Constructor for class tech.ydb.table.description.TableTtl
Deprecated.
TableTtl.TtlMode - Enum in tech.ydb.table.description
 
TableTtl.TtlUnit - Enum in tech.ydb.table.description
 
tech.ydb.table - package tech.ydb.table
 
tech.ydb.table.description - package tech.ydb.table.description
 
tech.ydb.table.impl - package tech.ydb.table.impl
 
tech.ydb.table.impl.pool - package tech.ydb.table.impl.pool
 
tech.ydb.table.query - package tech.ydb.table.query
 
tech.ydb.table.query.stats - package tech.ydb.table.query.stats
 
tech.ydb.table.result - package tech.ydb.table.result
 
tech.ydb.table.result.impl - package tech.ydb.table.result.impl
 
tech.ydb.table.rpc - package tech.ydb.table.rpc
 
tech.ydb.table.rpc.grpc - package tech.ydb.table.rpc.grpc
 
tech.ydb.table.settings - package tech.ydb.table.settings
 
tech.ydb.table.transaction - package tech.ydb.table.transaction
 
tech.ydb.table.utils - package tech.ydb.table.utils
 
tech.ydb.table.values - package tech.ydb.table.values
 
tech.ydb.table.values.proto - package tech.ydb.table.values.proto
 
toBigDecimal() - Method in class tech.ydb.table.values.DecimalValue
 
toBigInteger() - Method in class tech.ydb.table.values.DecimalValue
 
toBytes(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toBytesAsString(ValueProtos.Value, Charset) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDate(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDate(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDate32(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDate32(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDatetime(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDatetime(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDatetime64(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDatetime64(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toDecimal(ValueProtos.Type, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toHex(ByteString, StringBuilder) - Static method in class tech.ydb.table.utils.Hex
 
toInterval(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toInterval64(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toJson(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toJsonDocument(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toKey(TupleValue, boolean) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
toKeyExclusive(TupleValue) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
toKeyExclusive(PrimitiveValue) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
toKeyInclusive(TupleValue) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
toKeyInclusive(PrimitiveValue) - Method in class tech.ydb.table.settings.ReadTableSettings.Builder
 
toLong() - Method in class tech.ydb.table.values.DecimalValue
 
toOperationSettings() - Method in class tech.ydb.table.settings.RequestSettings
 
toPb() - Method in interface tech.ydb.table.query.Params
Converts each parameter value into Protobuf message ValueProtos.TypedValue and return them as unmodifiable map.
toPb() - Method in enum tech.ydb.table.query.stats.QueryStatsCollectionMode
 
toPb() - Method in enum tech.ydb.table.settings.Changefeed.Mode
Deprecated.
toPb() - Method in enum tech.ydb.table.settings.ExecuteScanQuerySettings.Mode
 
toPb() - Method in class tech.ydb.table.transaction.TxControl
 
toPb() - Method in class tech.ydb.table.values.DecimalType
 
toPb() - Method in class tech.ydb.table.values.DecimalValue
 
toPb() - Method in class tech.ydb.table.values.DictType
 
toPb() - Method in class tech.ydb.table.values.DictValue
 
toPb() - Method in class tech.ydb.table.values.ListType
 
toPb() - Method in class tech.ydb.table.values.ListValue
 
toPb() - Method in class tech.ydb.table.values.NullType
 
toPb() - Method in class tech.ydb.table.values.NullValue
 
toPb() - Method in class tech.ydb.table.values.OptionalType
 
toPb() - Method in class tech.ydb.table.values.OptionalValue
 
toPb() - Method in class tech.ydb.table.values.PgType
 
toPb() - Method in enum tech.ydb.table.values.PrimitiveType
 
toPb() - Method in class tech.ydb.table.values.StructType
 
toPb() - Method in class tech.ydb.table.values.StructValue
 
toPb() - Method in class tech.ydb.table.values.TupleType
 
toPb() - Method in class tech.ydb.table.values.TupleValue
 
toPb() - Method in interface tech.ydb.table.values.Type
 
toPb() - Method in interface tech.ydb.table.values.Value
 
toPb() - Method in class tech.ydb.table.values.VariantType
 
toPb() - Method in class tech.ydb.table.values.VariantValue
 
toPb() - Method in class tech.ydb.table.values.VoidType
 
toPb() - Method in class tech.ydb.table.values.VoidValue
 
toProto() - Method in enum tech.ydb.table.settings.Changefeed.Format
Deprecated.
toProto() - Method in class tech.ydb.table.settings.Changefeed
Deprecated.
toString() - Method in class tech.ydb.table.description.ChangefeedDescription
 
toString() - Method in class tech.ydb.table.description.TableColumn
 
toString() - Method in class tech.ydb.table.impl.BaseSession
 
toString() - Method in class tech.ydb.table.query.stats.CompilationStats
 
toString() - Method in class tech.ydb.table.query.stats.OperationStats
 
toString() - Method in class tech.ydb.table.query.stats.QueryPhaseStats
 
toString() - Method in class tech.ydb.table.query.stats.QueryStats
 
toString() - Method in class tech.ydb.table.query.stats.TableAccessStats
 
toString(StringBuilder) - Method in interface tech.ydb.table.result.ValueReader
Writes string representation of current value into given string builder.
toString() - Method in class tech.ydb.table.values.DecimalType
 
toString() - Method in class tech.ydb.table.values.DecimalValue
 
toString() - Method in class tech.ydb.table.values.DictType
 
toString() - Method in class tech.ydb.table.values.DictValue
 
toString() - Method in class tech.ydb.table.values.ListType
 
toString() - Method in class tech.ydb.table.values.ListValue
 
toString() - Method in class tech.ydb.table.values.NullType
 
toString() - Method in class tech.ydb.table.values.NullValue
 
toString() - Method in class tech.ydb.table.values.OptionalType
 
toString() - Method in class tech.ydb.table.values.OptionalValue
 
toString() - Method in class tech.ydb.table.values.PgType
 
toString(ValueProtos.Type) - Static method in class tech.ydb.table.values.proto.ProtoType
 
toString() - Method in class tech.ydb.table.values.StructType
 
toString() - Method in class tech.ydb.table.values.StructValue
 
toString() - Method in class tech.ydb.table.values.TupleType
 
toString() - Method in class tech.ydb.table.values.TupleValue
 
toString() - Method in interface tech.ydb.table.values.Type
 
toString() - Method in class tech.ydb.table.values.VariantType
 
toString() - Method in class tech.ydb.table.values.VariantValue
 
toString() - Method in class tech.ydb.table.values.VoidType
 
toString() - Method in class tech.ydb.table.values.VoidValue
 
toText(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTimestamp(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTimestamp(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTimestamp64(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTimestamp64(long) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTypedValue(Value<?>) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTzDate(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTzDate(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTzDatetime(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTzDatetime(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTzTimestamp(String) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toTzTimestamp(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toUnscaledBigInteger() - Method in class tech.ydb.table.values.DecimalValue
 
toUnscaledString() - Method in class tech.ydb.table.values.DecimalValue
 
toUuid(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
toYson(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
Transaction - Interface in tech.ydb.table.transaction
 
Transaction.Mode - Enum in tech.ydb.table.transaction
 
TtlSettings - Class in tech.ydb.table.settings
Deprecated.
TtlSettings(String, int) - Constructor for class tech.ydb.table.settings.TtlSettings
Deprecated.
 
tuple(ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
tuple(ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
tuple(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
tuple(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
tuple(ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value, ValueProtos.Value) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
tuple(ValueProtos.Value...) - Static method in class tech.ydb.table.values.proto.ProtoValue
 
TupleReader - Interface in tech.ydb.table.result
 
TupleType - Class in tech.ydb.table.values
 
TupleValue - Class in tech.ydb.table.values
 
TxControl<Self extends TxControl<?>> - Class in tech.ydb.table.transaction
 
TxControl(boolean, String) - Constructor for class tech.ydb.table.transaction.TxControl
 
TxControl(boolean, YdbTable.TransactionSettings) - Constructor for class tech.ydb.table.transaction.TxControl
 
TxControl.TxId - Class in tech.ydb.table.transaction
TX ID
TxControl.TxOnlineRo - Class in tech.ydb.table.transaction
TX ONLINE READ ONLY
TxControl.TxSerializableRw - Class in tech.ydb.table.transaction
TX SERIALIZABLE READ/WRITE
TxControl.TxSnapshotRo - Class in tech.ydb.table.transaction
TX SNAPSHOT READ ONLY
TxControl.TxStaleRo - Class in tech.ydb.table.transaction
TX STALE READ-ONLY
TxControlToPb - Class in tech.ydb.table.impl
 
txIdCtrl(String, boolean) - Static method in class tech.ydb.table.impl.TxControlToPb
 
txModeCtrl(TxMode, boolean) - Static method in class tech.ydb.table.impl.TxControlToPb
 
txSettings(TxMode) - Static method in class tech.ydb.table.impl.TxControlToPb
 
Type - Interface in tech.ydb.table.values
 
Type.Kind - Enum in tech.ydb.table.values
KIND
types() - Method in interface tech.ydb.table.query.DataQuery
Returns parameter types

U

unwrapOptional() - Method in interface tech.ydb.table.values.Type
 
updateLimits(int) - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
updateLimits(int, int) - Method in class tech.ydb.table.impl.pool.WaitingQueue
 
updateMaxSize(int) - Method in class tech.ydb.table.impl.pool.SessionPool
 
updatePoolMaxSize(int) - Method in class tech.ydb.table.impl.PooledTableClient
 
updateSessionState(Throwable, StatusCode, boolean) - Method in class tech.ydb.table.impl.BaseSession
 
useTransport(GrpcTransport) - Static method in class tech.ydb.table.rpc.grpc.GrpcTableRpc
 

V

Value<T extends Type> - Interface in tech.ydb.table.values
 
valueOf(String) - Static method in enum tech.ydb.table.description.ChangefeedDescription.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.description.ColumnFamily.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.description.TableDescription.StoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.description.TableIndex.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.description.TableTtl.TtlMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.description.TableTtl.TtlUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.query.stats.QueryStatsCollectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.Session.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.settings.AutoPartitioningPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.settings.Changefeed.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.settings.Changefeed.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.settings.ExecuteScanQuerySettings.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.transaction.Transaction.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.values.PrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.table.values.Type.Kind
Returns the enum constant of this type with the specified name.
ValueReader - Interface in tech.ydb.table.result
 
values() - Static method in enum tech.ydb.table.description.ChangefeedDescription.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.description.ColumnFamily.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.description.TableDescription.StoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.description.TableIndex.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.description.TableTtl.TtlMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.description.TableTtl.TtlUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface tech.ydb.table.query.Params
Returns original values as unmodifiable map.
values() - Static method in enum tech.ydb.table.query.stats.QueryStatsCollectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.Session.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.settings.AutoPartitioningPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.settings.Changefeed.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.settings.Changefeed.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.settings.ExecuteScanQuerySettings.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.transaction.Transaction.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class tech.ydb.table.values.DictValue
 
values() - Static method in enum tech.ydb.table.values.PrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.table.values.Type.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
valueSinceUnixEpoch(String, TableTtl.TtlUnit, int) - Static method in class tech.ydb.table.description.TableTtl
The row will be considered as expired at the moment of time, when the value stored in columnName is less than or equal to the current time (in epoch time format), and expireAfterSeconds has passed since that moment; i.e. the expiration threshold is the value of columnNameplus expireAfterSeconds.
VariantReader - Interface in tech.ydb.table.result
 
VariantType - Class in tech.ydb.table.values
 
VariantValue - Class in tech.ydb.table.values
 
VirtualTimestamp(long, long) - Constructor for class tech.ydb.table.query.ReadTablePart.VirtualTimestamp
 
VoidType - Class in tech.ydb.table.values
 
voidValue() - Static method in class tech.ydb.table.values.proto.ProtoValue
 
VoidValue - Class in tech.ydb.table.values
 

W

WaitingQueue<T> - Class in tech.ydb.table.impl.pool
 
WaitingQueue(WaitingQueue.Handler<T>, int) - Constructor for class tech.ydb.table.impl.pool.WaitingQueue
 
WaitingQueue.Handler<T> - Interface in tech.ydb.table.impl.pool
 
withFormat(Changefeed.Format) - Method in class tech.ydb.table.settings.Changefeed.Builder
 
withInitialScan(boolean) - Method in class tech.ydb.table.settings.Changefeed.Builder
 
withKeepAliveTimeMillis(long) - Method in class tech.ydb.table.impl.pool.SessionPoolOptions
 
withMaxIdleTimeMillis(long) - Method in class tech.ydb.table.impl.pool.SessionPoolOptions
 
withMode(Changefeed.Mode) - Method in class tech.ydb.table.settings.Changefeed.Builder
 
withResolvedTimestampsInterval(Duration) - Method in class tech.ydb.table.settings.Changefeed.Builder
 
withRetentionPeriod(Duration) - Method in class tech.ydb.table.settings.Changefeed.Builder
 
withRunIntervalSeconds(int) - Method in class tech.ydb.table.description.TableTtl
 
withSize(int, int) - Method in class tech.ydb.table.impl.pool.SessionPoolOptions
 
withVirtualTimestamps(boolean) - Method in class tech.ydb.table.settings.Changefeed.Builder
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2025. All rights reserved.