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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetSources(int index)repeated int64 sources = 1;intgetSourcesCount()repeated int64 sources = 1;List<Long>getSourcesList()repeated int64 sources = 1;longgetTarget()int64 target = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSourcesList
List<Long> 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.
-
-