Uses of Class
io.dingodb.meta.Meta.IndexDefinitionWithId
Packages that use Meta.IndexDefinitionWithId
-
Uses of Meta.IndexDefinitionWithId in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.IndexDefinitionWithIdModifier and TypeMethodDescriptionMeta.IndexDefinitionWithId.Builder.build()Meta.IndexDefinitionWithId.Builder.buildPartial()static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.getDefaultInstance()Meta.IndexDefinitionWithId.Builder.getDefaultInstanceForType()Meta.IndexDefinitionWithId.getDefaultInstanceForType()Meta.GetIndexByNameResponse.Builder.getIndexDefinitionWithId().dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexByNameResponse.getIndexDefinitionWithId().dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexByNameResponseOrBuilder.getIndexDefinitionWithId().dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexResponse.Builder.getIndexDefinitionWithId().dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexResponse.getIndexDefinitionWithId().dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexResponseOrBuilder.getIndexDefinitionWithId().dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexesResponse.Builder.getIndexDefinitionWithIds(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.GetIndexesResponse.getIndexDefinitionWithIds(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.GetIndexesResponseOrBuilder.getIndexDefinitionWithIds(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.getIndexes(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.TablesAndIndexes.getIndexes(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.TablesAndIndexesOrBuilder.getIndexes(int index) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseDelimitedFrom(InputStream input) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(byte[] data) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(com.google.protobuf.ByteString data) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(InputStream input) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(ByteBuffer data) static Meta.IndexDefinitionWithIdMeta.IndexDefinitionWithId.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.IndexDefinitionWithIdModifier and TypeMethodDescriptionMeta.GetIndexesResponse.Builder.getIndexDefinitionWithIdsList()repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.GetIndexesResponse.getIndexDefinitionWithIdsList()repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.GetIndexesResponseOrBuilder.getIndexDefinitionWithIdsList()repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.getIndexesList()repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.TablesAndIndexes.getIndexesList()repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.TablesAndIndexesOrBuilder.getIndexesList()repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;com.google.protobuf.Parser<Meta.IndexDefinitionWithId>Meta.IndexDefinitionWithId.getParserForType()static com.google.protobuf.Parser<Meta.IndexDefinitionWithId>Meta.IndexDefinitionWithId.parser()Methods in io.dingodb.meta with parameters of type Meta.IndexDefinitionWithIdModifier and TypeMethodDescriptionMeta.GetIndexesResponse.Builder.addIndexDefinitionWithIds(int index, Meta.IndexDefinitionWithId value) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.GetIndexesResponse.Builder.addIndexDefinitionWithIds(Meta.IndexDefinitionWithId value) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.addIndexes(int index, Meta.IndexDefinitionWithId value) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.TablesAndIndexes.Builder.addIndexes(Meta.IndexDefinitionWithId value) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Meta.IndexDefinitionWithId.Builder.mergeFrom(Meta.IndexDefinitionWithId other) Meta.GetIndexByNameResponse.Builder.mergeIndexDefinitionWithId(Meta.IndexDefinitionWithId value) .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexResponse.Builder.mergeIndexDefinitionWithId(Meta.IndexDefinitionWithId value) .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.IndexDefinitionWithId.newBuilder(Meta.IndexDefinitionWithId prototype) Meta.GetIndexByNameResponse.Builder.setIndexDefinitionWithId(Meta.IndexDefinitionWithId value) .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexResponse.Builder.setIndexDefinitionWithId(Meta.IndexDefinitionWithId value) .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_id = 3;Meta.GetIndexesResponse.Builder.setIndexDefinitionWithIds(int index, Meta.IndexDefinitionWithId value) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.setIndexes(int index, Meta.IndexDefinitionWithId value) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;Method parameters in io.dingodb.meta with type arguments of type Meta.IndexDefinitionWithIdModifier and TypeMethodDescriptionMeta.GetIndexesResponse.Builder.addAllIndexDefinitionWithIds(Iterable<? extends Meta.IndexDefinitionWithId> values) repeated .dingodb.pb.meta.IndexDefinitionWithId index_definition_with_ids = 3;Meta.TablesAndIndexes.Builder.addAllIndexes(Iterable<? extends Meta.IndexDefinitionWithId> values) repeated .dingodb.pb.meta.IndexDefinitionWithId indexes = 2;