Package io.milvus.grpc
Interface MutationResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutationResult,MutationResult.Builder
public interface MutationResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool acknowledged = 5;longint64 delete_cnt = 7;intgetErrIndex(int index) error indexes indicateinterror indexes indicateerror indexes indicategetIDs()required for insert, delete, upsertrequired for insert, delete, upsertlongint64 insert_cnt = 6;.milvus.proto.common.Status status = 1;.milvus.proto.common.Status status = 1;intgetSuccIndex(int index) error indexes indicateinterror indexes indicateerror indexes indicatelonguint64 timestamp = 9;longint64 upsert_cnt = 8;booleanhasIDs()required for insert, delete, upsertboolean.milvus.proto.common.Status status = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStatus
boolean hasStatus().milvus.proto.common.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus().milvus.proto.common.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder().milvus.proto.common.Status status = 1; -
hasIDs
boolean hasIDs()required for insert, delete, upsert
.milvus.proto.schema.IDs IDs = 2;- Returns:
- Whether the iDs field is set.
-
getIDs
IDs getIDs()required for insert, delete, upsert
.milvus.proto.schema.IDs IDs = 2;- Returns:
- The iDs.
-
getIDsOrBuilder
IDsOrBuilder getIDsOrBuilder()required for insert, delete, upsert
.milvus.proto.schema.IDs IDs = 2; -
getSuccIndexList
error indexes indicate
repeated uint32 succ_index = 3;- Returns:
- A list containing the succIndex.
-
getSuccIndexCount
int getSuccIndexCount()error indexes indicate
repeated uint32 succ_index = 3;- Returns:
- The count of succIndex.
-
getSuccIndex
int getSuccIndex(int index) error indexes indicate
repeated uint32 succ_index = 3;- Parameters:
index- The index of the element to return.- Returns:
- The succIndex at the given index.
-
getErrIndexList
error indexes indicate
repeated uint32 err_index = 4;- Returns:
- A list containing the errIndex.
-
getErrIndexCount
int getErrIndexCount()error indexes indicate
repeated uint32 err_index = 4;- Returns:
- The count of errIndex.
-
getErrIndex
int getErrIndex(int index) error indexes indicate
repeated uint32 err_index = 4;- Parameters:
index- The index of the element to return.- Returns:
- The errIndex at the given index.
-
getAcknowledged
boolean getAcknowledged()bool acknowledged = 5;- Returns:
- The acknowledged.
-
getInsertCnt
long getInsertCnt()int64 insert_cnt = 6;- Returns:
- The insertCnt.
-
getDeleteCnt
long getDeleteCnt()int64 delete_cnt = 7;- Returns:
- The deleteCnt.
-
getUpsertCnt
long getUpsertCnt()int64 upsert_cnt = 8;- Returns:
- The upsertCnt.
-
getTimestamp
long getTimestamp()uint64 timestamp = 9;- Returns:
- The timestamp.
-