Uses of Class
io.dingodb.meta.Meta.IndexDefinitionWithId.Builder
Packages that use Meta.IndexDefinitionWithId.Builder
-
Uses of Meta.IndexDefinitionWithId.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.IndexDefinitionWithId.BuilderModifier and TypeMethodDescriptionMeta.GetIndexesResponse.Builder.addIndexDefinitionWithIdsBuilder()repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.GetIndexesResponse.Builder.addIndexDefinitionWithIdsBuilder(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.addIndexesBuilder()repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.TablesAndIndexes.Builder.addIndexesBuilder(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.IndexDefinitionWithId.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.IndexDefinitionWithId.Builder.clear()Meta.IndexDefinitionWithId.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.IndexDefinitionWithId.Builder.clearIndexDefinition().dingodb.pb.meta.IndexDefinition index_definition = 2;Meta.IndexDefinitionWithId.Builder.clearIndexId().dingodb.pb.meta.DingoCommonId index_id = 1;Meta.IndexDefinitionWithId.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.IndexDefinitionWithId.Builder.clearTenantId()int64 tenant_id = 3;Meta.IndexDefinitionWithId.Builder.clone()Meta.GetIndexByNameResponse.Builder.getIndexDefinitionWithIdBuilder().dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexResponse.Builder.getIndexDefinitionWithIdBuilder().dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexesResponse.Builder.getIndexDefinitionWithIdsBuilder(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.getIndexesBuilder(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.IndexDefinitionWithId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.IndexDefinitionWithId.Builder.mergeFrom(com.google.protobuf.Message other) Meta.IndexDefinitionWithId.Builder.mergeFrom(Meta.IndexDefinitionWithId other) Meta.IndexDefinitionWithId.Builder.mergeIndexDefinition(Meta.IndexDefinition value) .dingodb.pb.meta.IndexDefinition index_definition = 2;Meta.IndexDefinitionWithId.Builder.mergeIndexId(Meta.DingoCommonId value) .dingodb.pb.meta.DingoCommonId index_id = 1;Meta.IndexDefinitionWithId.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.IndexDefinitionWithId.newBuilder()Meta.IndexDefinitionWithId.newBuilder(Meta.IndexDefinitionWithId prototype) Meta.IndexDefinitionWithId.newBuilderForType()protected Meta.IndexDefinitionWithId.BuilderMeta.IndexDefinitionWithId.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.IndexDefinitionWithId.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.IndexDefinitionWithId.Builder.setIndexDefinition(Meta.IndexDefinition value) .dingodb.pb.meta.IndexDefinition index_definition = 2;Meta.IndexDefinitionWithId.Builder.setIndexDefinition(Meta.IndexDefinition.Builder builderForValue) .dingodb.pb.meta.IndexDefinition index_definition = 2;Meta.IndexDefinitionWithId.Builder.setIndexId(Meta.DingoCommonId value) .dingodb.pb.meta.DingoCommonId index_id = 1;Meta.IndexDefinitionWithId.Builder.setIndexId(Meta.DingoCommonId.Builder builderForValue) .dingodb.pb.meta.DingoCommonId index_id = 1;Meta.IndexDefinitionWithId.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Meta.IndexDefinitionWithId.Builder.setTenantId(long value) int64 tenant_id = 3;Meta.IndexDefinitionWithId.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.IndexDefinitionWithId.toBuilder()Methods in io.dingodb.meta that return types with arguments of type Meta.IndexDefinitionWithId.BuilderModifier and TypeMethodDescriptionMeta.GetIndexesResponse.Builder.getIndexDefinitionWithIdsBuilderList()repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.getIndexesBuilderList()repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Methods in io.dingodb.meta with parameters of type Meta.IndexDefinitionWithId.BuilderModifier and TypeMethodDescriptionMeta.GetIndexesResponse.Builder.addIndexDefinitionWithIds(int index, Meta.IndexDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.GetIndexesResponse.Builder.addIndexDefinitionWithIds(Meta.IndexDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.addIndexes(int index, Meta.IndexDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.TablesAndIndexes.Builder.addIndexes(Meta.IndexDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.GetIndexByNameResponse.Builder.setIndexDefinitionWithId(Meta.IndexDefinitionWithId.Builder builderForValue) .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexResponse.Builder.setIndexDefinitionWithId(Meta.IndexDefinitionWithId.Builder builderForValue) .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexesResponse.Builder.setIndexDefinitionWithIds(int index, Meta.IndexDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.setIndexes(int index, Meta.IndexDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;