Skip navigation links
A B E G N S T U V 

A

addItem(String, String) - Method in class tech.ydb.export.settings.ExportToS3Settings.Builder
 
addItem(String, String) - Method in class tech.ydb.export.settings.ExportToYtSettings.Builder
 

B

build() - Method in class tech.ydb.export.settings.ExportToS3Settings.Builder
 
build() - Method in class tech.ydb.export.settings.ExportToYtSettings.Builder
 
Builder() - Constructor for class tech.ydb.export.settings.ExportToS3Settings.Builder
 
Builder() - Constructor for class tech.ydb.export.settings.ExportToYtSettings.Builder
 

E

ExportClient - Interface in tech.ydb.export
 
ExportClientImpl - Class in tech.ydb.export.impl
 
ExportClientImpl(ExportRpc) - Constructor for class tech.ydb.export.impl.ExportClientImpl
 
ExportRpc - Interface in tech.ydb.export
 
exportS3(YdbExport.ExportToS3Request, GrpcRequestSettings) - Method in interface tech.ydb.export.ExportRpc
 
exportS3(YdbExport.ExportToS3Request, GrpcRequestSettings) - Method in class tech.ydb.export.impl.GrpcExportRpcImpl
 
exportToS3(String, String, String, String, ExportToS3Settings, int) - Method in interface tech.ydb.export.ExportClient
 
ExportToS3Result - Class in tech.ydb.export.result
 
ExportToS3Result(YdbExport.ExportToS3Result) - Constructor for class tech.ydb.export.result.ExportToS3Result
 
ExportToS3Settings - Class in tech.ydb.export.settings
 
ExportToS3Settings.Builder - Class in tech.ydb.export.settings
 
ExportToS3Settings.Item - Class in tech.ydb.export.settings
 
ExportToS3Settings.Schema - Enum in tech.ydb.export.settings
 
ExportToS3Settings.StorageClass - Enum in tech.ydb.export.settings
 
ExportToYtResult - Class in tech.ydb.export.result
 
ExportToYtResult(YdbExport.ExportToYtResult) - Constructor for class tech.ydb.export.result.ExportToYtResult
 
ExportToYtSettings - Class in tech.ydb.export.settings
 
ExportToYtSettings(ExportToYtSettings.Builder) - Constructor for class tech.ydb.export.settings.ExportToYtSettings
 
ExportToYtSettings.Builder - Class in tech.ydb.export.settings
 
ExportToYtSettings.Item - Class in tech.ydb.export.settings
 
exportYt(YdbExport.ExportToYtRequest, GrpcRequestSettings) - Method in interface tech.ydb.export.ExportRpc
 
exportYt(YdbExport.ExportToYtRequest, GrpcRequestSettings) - Method in class tech.ydb.export.impl.GrpcExportRpcImpl
 

G

getCompression() - Method in class tech.ydb.export.settings.ExportToS3Settings
 
getDescription() - Method in class tech.ydb.export.settings.ExportToS3Settings
 
getDescription() - Method in class tech.ydb.export.settings.ExportToYtSettings
 
getDestinationPath() - Method in class tech.ydb.export.settings.ExportToYtSettings.Item
 
getDestinationPrefix() - Method in class tech.ydb.export.settings.ExportToS3Settings.Item
 
getItemList() - Method in class tech.ydb.export.settings.ExportToS3Settings
 
getItemList() - Method in class tech.ydb.export.settings.ExportToYtSettings
 
getNumberOfRetries() - Method in class tech.ydb.export.settings.ExportToS3Settings
 
getNumberOfRetries() - Method in class tech.ydb.export.settings.ExportToYtSettings
 
getPort() - Method in class tech.ydb.export.settings.ExportToYtSettings
 
getRegion() - Method in class tech.ydb.export.settings.ExportToS3Settings
 
getSchema() - Method in class tech.ydb.export.settings.ExportToS3Settings
 
getSourcePath() - Method in class tech.ydb.export.settings.ExportToS3Settings.Item
 
getSourcePath() - Method in class tech.ydb.export.settings.ExportToYtSettings.Item
 
getStorageClass() - Method in class tech.ydb.export.settings.ExportToS3Settings
 
getUseTypeV3() - Method in class tech.ydb.export.settings.ExportToYtSettings
 
GrpcExportRpcImpl - Class in tech.ydb.export.impl
 

N

newBuilder() - Static method in class tech.ydb.export.settings.ExportToS3Settings
 
newBuilder() - Static method in class tech.ydb.export.settings.ExportToYtSettings
 
newClient(GrpcTransport) - Static method in interface tech.ydb.export.ExportClient
 

S

setCompression(String) - Method in class tech.ydb.export.settings.ExportToS3Settings.Builder
 
setDescription(String) - Method in class tech.ydb.export.settings.ExportToS3Settings.Builder
 
setDescription(String) - Method in class tech.ydb.export.settings.ExportToYtSettings.Builder
 
setNumberOfRetries(Integer) - Method in class tech.ydb.export.settings.ExportToS3Settings.Builder
 
setNumberOfRetries(Integer) - Method in class tech.ydb.export.settings.ExportToYtSettings.Builder
 
setPort(Integer) - Method in class tech.ydb.export.settings.ExportToYtSettings.Builder
 
setRegion(String) - Method in class tech.ydb.export.settings.ExportToS3Settings.Builder
 
setSchema(ExportToS3Settings.Schema) - Method in class tech.ydb.export.settings.ExportToS3Settings.Builder
 
setStorageClass(ExportToS3Settings.StorageClass) - Method in class tech.ydb.export.settings.ExportToS3Settings.Builder
 
setUseTypeV3(Boolean) - Method in class tech.ydb.export.settings.ExportToYtSettings.Builder
 
startExportToS3(String, String, String, String, ExportToS3Settings) - Method in interface tech.ydb.export.ExportClient
 
startExportToS3(String, String, String, String, ExportToS3Settings) - Method in class tech.ydb.export.impl.ExportClientImpl
 
startExportToYt(String, String, ExportToYtSettings) - Method in interface tech.ydb.export.ExportClient
 
startExportToYt(String, String, ExportToYtSettings, int) - Method in interface tech.ydb.export.ExportClient
 
startExportToYt(String, String, ExportToYtSettings) - Method in class tech.ydb.export.impl.ExportClientImpl
 

T

tech.ydb.export - package tech.ydb.export
 
tech.ydb.export.impl - package tech.ydb.export.impl
 
tech.ydb.export.result - package tech.ydb.export.result
 
tech.ydb.export.settings - package tech.ydb.export.settings
 
toProto() - Method in enum tech.ydb.export.settings.ExportToS3Settings.Schema
 
toProto() - Method in enum tech.ydb.export.settings.ExportToS3Settings.StorageClass
 

U

useTransport(GrpcTransport) - Static method in class tech.ydb.export.impl.GrpcExportRpcImpl
 

V

valueOf(String) - Static method in enum tech.ydb.export.settings.ExportToS3Settings.Schema
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.ydb.export.settings.ExportToS3Settings.StorageClass
Returns the enum constant of this type with the specified name.
values() - Static method in enum tech.ydb.export.settings.ExportToS3Settings.Schema
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.ydb.export.settings.ExportToS3Settings.StorageClass
Returns an array containing the constants of this enum type, in the order they are declared.
A B E G N S T U V 
Skip navigation links

Copyright © 2024. All rights reserved.