Package io.milvus.grpc
Interface CompactionMergeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompactionMergeInfo,CompactionMergeInfo.Builder
public interface CompactionMergeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetSources(int index) repeated int64 sources = 1;intrepeated int64 sources = 1;repeated int64 sources = 1;longint64 target = 2;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
-
getSourcesList
repeated int64 sources = 1;- Returns:
- A list containing the sources.
-
getSourcesCount
int getSourcesCount()repeated int64 sources = 1;- Returns:
- The count of sources.
-
getSources
long getSources(int index) repeated int64 sources = 1;- Parameters:
index- The index of the element to return.- Returns:
- The sources at the given index.
-
getTarget
long getTarget()int64 target = 2;- Returns:
- The target.
-