Package milvus.proto.msg
Interface Msg.DataNodeTtMsgOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Msg.DataNodeTtMsg,Msg.DataNodeTtMsg.Builder
- Enclosing class:
Msg
public static interface Msg.DataNodeTtMsgOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;string channel_name = 2;com.google.protobuf.ByteStringstring channel_name = 2;getSegmentsStats(int index) repeated .milvus.proto.common.SegmentStats segments_stats = 4;intrepeated .milvus.proto.common.SegmentStats segments_stats = 4;repeated .milvus.proto.common.SegmentStats segments_stats = 4;getSegmentsStatsOrBuilder(int index) repeated .milvus.proto.common.SegmentStats segments_stats = 4;List<? extends SegmentStatsOrBuilder> repeated .milvus.proto.common.SegmentStats segments_stats = 4;longuint64 timestamp = 3;booleanhasBase().milvus.proto.common.MsgBase base = 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
-
hasBase
boolean hasBase().milvus.proto.common.MsgBase base = 1;- Returns:
- Whether the base field is set.
-
getBase
MsgBase getBase().milvus.proto.common.MsgBase base = 1;- Returns:
- The base.
-
getBaseOrBuilder
MsgBaseOrBuilder getBaseOrBuilder().milvus.proto.common.MsgBase base = 1; -
getChannelName
String getChannelName()string channel_name = 2;- Returns:
- The channelName.
-
getChannelNameBytes
com.google.protobuf.ByteString getChannelNameBytes()string channel_name = 2;- Returns:
- The bytes for channelName.
-
getTimestamp
long getTimestamp()uint64 timestamp = 3;- Returns:
- The timestamp.
-
getSegmentsStatsList
List<SegmentStats> getSegmentsStatsList()repeated .milvus.proto.common.SegmentStats segments_stats = 4; -
getSegmentsStats
repeated .milvus.proto.common.SegmentStats segments_stats = 4; -
getSegmentsStatsCount
int getSegmentsStatsCount()repeated .milvus.proto.common.SegmentStats segments_stats = 4; -
getSegmentsStatsOrBuilderList
List<? extends SegmentStatsOrBuilder> getSegmentsStatsOrBuilderList()repeated .milvus.proto.common.SegmentStats segments_stats = 4; -
getSegmentsStatsOrBuilder
repeated .milvus.proto.common.SegmentStats segments_stats = 4;
-