Uses of Interface
io.dingodb.sdk.common.table.Table
Packages that use Table
Package
Description
-
Uses of Table in io.dingodb.sdk.common.codec
Methods in io.dingodb.sdk.common.codec with parameters of type TableModifier and TypeMethodDescriptionstatic DingoKeyValueCodecstatic DingoKeyValueCodecstatic DingoKeyValueCodec -
Uses of Table in io.dingodb.sdk.common.table
Classes in io.dingodb.sdk.common.table that implement Table -
Uses of Table in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return TableModifier and TypeMethodDescriptionstatic TableEntityConversion.mapping(Meta.TableDefinitionWithId tableDefinitionWithId) Methods in io.dingodb.sdk.common.utils with parameters of type TableModifier and TypeMethodDescriptionstatic Meta.PartitionRuleEntityConversion.calcRange(Table table, Meta.DingoCommonId tableId, List<Meta.DingoCommonId> partitionIds) static Meta.TableDefinitionEntityConversion.mapping(Table table, Meta.DingoCommonId tableId, List<Meta.DingoCommonId> partitionIds) -
Uses of Table in io.dingodb.sdk.service.meta
Methods in io.dingodb.sdk.service.meta that return TableModifier and TypeMethodDescriptionMetaServiceClient.getTableDefinition(@NonNull DingoCommonId tableId) MetaServiceClient.getTableDefinition(@NonNull String tableName) Methods in io.dingodb.sdk.service.meta that return types with arguments of type TableModifier and TypeMethodDescriptionMetaServiceClient.getTableDefinitionsBySchema()MetaServiceClient.getTableIndexes(DingoCommonId tableId) MetaServiceClient.getTableIndexes(String tableName) Deprecated.Methods in io.dingodb.sdk.service.meta with parameters of type TableModifier and TypeMethodDescriptionbooleanMetaServiceClient.createTable(@NonNull String tableName, @NonNull Table table) booleanMetaServiceClient.createTables(@NonNull Table table, List<Table> indexes) Method parameters in io.dingodb.sdk.service.meta with type arguments of type TableModifier and TypeMethodDescriptionbooleanMetaServiceClient.createTables(@NonNull Table table, List<Table> indexes)