public interface CollectionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsFieldsSchema(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
boolean |
containsPartitions(String key)
map<string, .proxima.dashvector.proto.Status> partitions = 7; |
int |
getDimension()
uint32 dimension = 2; |
CollectionInfo.DataType |
getDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
int |
getDtypeValue()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3; |
Map<String,FieldType> |
getFieldsSchema()
已过时。
|
int |
getFieldsSchemaCount()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
Map<String,FieldType> |
getFieldsSchemaMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
FieldType |
getFieldsSchemaOrDefault(String key,
FieldType defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
FieldType |
getFieldsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
Map<String,Integer> |
getFieldsSchemaValue()
已过时。
|
Map<String,Integer> |
getFieldsSchemaValueMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
int |
getFieldsSchemaValueOrDefault(String key,
int defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
int |
getFieldsSchemaValueOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5; |
CollectionInfo.Metric |
getMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
int |
getMetricValue()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
Map<String,Status> |
getPartitions()
已过时。
|
int |
getPartitionsCount()
map<string, .proxima.dashvector.proto.Status> partitions = 7; |
Map<String,Status> |
getPartitionsMap()
map<string, .proxima.dashvector.proto.Status> partitions = 7; |
Status |
getPartitionsOrDefault(String key,
Status defaultValue)
map<string, .proxima.dashvector.proto.Status> partitions = 7; |
Status |
getPartitionsOrThrow(String key)
map<string, .proxima.dashvector.proto.Status> partitions = 7; |
Map<String,Integer> |
getPartitionsValue()
已过时。
|
Map<String,Integer> |
getPartitionsValueMap()
map<string, .proxima.dashvector.proto.Status> partitions = 7; |
int |
getPartitionsValueOrDefault(String key,
int defaultValue)
map<string, .proxima.dashvector.proto.Status> partitions = 7; |
int |
getPartitionsValueOrThrow(String key)
map<string, .proxima.dashvector.proto.Status> partitions = 7; |
Status |
getStatus()
.proxima.dashvector.proto.Status status = 6; |
int |
getStatusValue()
.proxima.dashvector.proto.Status status = 6; |
String getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;int getDimension()
uint32 dimension = 2;int getDtypeValue()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;CollectionInfo.DataType getDtype()
.proxima.dashvector.proto.CollectionInfo.DataType dtype = 3;int getMetricValue()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;CollectionInfo.Metric getMetric()
.proxima.dashvector.proto.CollectionInfo.Metric metric = 4;int getFieldsSchemaCount()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;boolean containsFieldsSchema(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;@Deprecated Map<String,FieldType> getFieldsSchema()
getFieldsSchemaMap() instead.Map<String,FieldType> getFieldsSchemaMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;FieldType getFieldsSchemaOrDefault(String key, FieldType defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;FieldType getFieldsSchemaOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;@Deprecated Map<String,Integer> getFieldsSchemaValue()
getFieldsSchemaValueMap() instead.Map<String,Integer> getFieldsSchemaValueMap()
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;int getFieldsSchemaValueOrDefault(String key, int defaultValue)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;int getFieldsSchemaValueOrThrow(String key)
map<string, .proxima.dashvector.proto.FieldType> fields_schema = 5;int getStatusValue()
.proxima.dashvector.proto.Status status = 6;Status getStatus()
.proxima.dashvector.proto.Status status = 6;int getPartitionsCount()
map<string, .proxima.dashvector.proto.Status> partitions = 7;boolean containsPartitions(String key)
map<string, .proxima.dashvector.proto.Status> partitions = 7;@Deprecated Map<String,Status> getPartitions()
getPartitionsMap() instead.Map<String,Status> getPartitionsMap()
map<string, .proxima.dashvector.proto.Status> partitions = 7;Status getPartitionsOrDefault(String key, Status defaultValue)
map<string, .proxima.dashvector.proto.Status> partitions = 7;Status getPartitionsOrThrow(String key)
map<string, .proxima.dashvector.proto.Status> partitions = 7;@Deprecated Map<String,Integer> getPartitionsValue()
getPartitionsValueMap() instead.Map<String,Integer> getPartitionsValueMap()
map<string, .proxima.dashvector.proto.Status> partitions = 7;int getPartitionsValueOrDefault(String key, int defaultValue)
map<string, .proxima.dashvector.proto.Status> partitions = 7;int getPartitionsValueOrThrow(String key)
map<string, .proxima.dashvector.proto.Status> partitions = 7;Copyright © 2024. All rights reserved.