public interface FlushResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsCollSealTimes(String key)
map<string, int64> coll_seal_times = 5; |
boolean |
containsCollSegIDs(String key)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
boolean |
containsFlushCollSegIDs(String key)
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4; |
Map<String,Long> |
getCollSealTimes()
已过时。
|
int |
getCollSealTimesCount()
map<string, int64> coll_seal_times = 5; |
Map<String,Long> |
getCollSealTimesMap()
map<string, int64> coll_seal_times = 5; |
long |
getCollSealTimesOrDefault(String key,
long defaultValue)
map<string, int64> coll_seal_times = 5; |
long |
getCollSealTimesOrThrow(String key)
map<string, int64> coll_seal_times = 5; |
Map<String,LongArray> |
getCollSegIDs()
已过时。
|
int |
getCollSegIDsCount()
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
Map<String,LongArray> |
getCollSegIDsMap()
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
LongArray |
getCollSegIDsOrDefault(String key,
LongArray defaultValue)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
LongArray |
getCollSegIDsOrThrow(String key)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
Map<String,LongArray> |
getFlushCollSegIDs()
已过时。
|
int |
getFlushCollSegIDsCount()
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4; |
Map<String,LongArray> |
getFlushCollSegIDsMap()
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4; |
LongArray |
getFlushCollSegIDsOrDefault(String key,
LongArray defaultValue)
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4; |
LongArray |
getFlushCollSegIDsOrThrow(String key)
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4; |
Status |
getStatus()
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
.milvus.proto.common.Status status = 1; |
boolean hasStatus()
.milvus.proto.common.Status status = 1;Status getStatus()
.milvus.proto.common.Status status = 1;StatusOrBuilder getStatusOrBuilder()
.milvus.proto.common.Status status = 1;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;int getCollSegIDsCount()
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;boolean containsCollSegIDs(String key)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;@Deprecated Map<String,LongArray> getCollSegIDs()
getCollSegIDsMap() instead.Map<String,LongArray> getCollSegIDsMap()
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;LongArray getCollSegIDsOrDefault(String key, LongArray defaultValue)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;LongArray getCollSegIDsOrThrow(String key)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;int getFlushCollSegIDsCount()
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;boolean containsFlushCollSegIDs(String key)
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;@Deprecated Map<String,LongArray> getFlushCollSegIDs()
getFlushCollSegIDsMap() instead.Map<String,LongArray> getFlushCollSegIDsMap()
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;LongArray getFlushCollSegIDsOrDefault(String key, LongArray defaultValue)
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;LongArray getFlushCollSegIDsOrThrow(String key)
map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;int getCollSealTimesCount()
map<string, int64> coll_seal_times = 5;boolean containsCollSealTimes(String key)
map<string, int64> coll_seal_times = 5;@Deprecated Map<String,Long> getCollSealTimes()
getCollSealTimesMap() instead.long getCollSealTimesOrDefault(String key, long defaultValue)
map<string, int64> coll_seal_times = 5;long getCollSealTimesOrThrow(String key)
map<string, int64> coll_seal_times = 5;Copyright © 2023. All rights reserved.