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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgBasegetBase().milvus.proto.common.MsgBase base = 1;MsgBaseOrBuildergetBaseOrBuilder().milvus.proto.common.MsgBase base = 1;StringgetChannelName()string channel_name = 2;com.google.protobuf.ByteStringgetChannelNameBytes()string channel_name = 2;SegmentStatsgetSegmentsStats(int index)repeated .milvus.proto.common.SegmentStats segments_stats = 4;intgetSegmentsStatsCount()repeated .milvus.proto.common.SegmentStats segments_stats = 4;List<SegmentStats>getSegmentsStatsList()repeated .milvus.proto.common.SegmentStats segments_stats = 4;SegmentStatsOrBuildergetSegmentsStatsOrBuilder(int index)repeated .milvus.proto.common.SegmentStats segments_stats = 4;List<? extends SegmentStatsOrBuilder>getSegmentsStatsOrBuilderList()repeated .milvus.proto.common.SegmentStats segments_stats = 4;longgetTimestamp()uint64 timestamp = 3;booleanhasBase().milvus.proto.common.MsgBase base = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
SegmentStats getSegmentsStats(int index)
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
SegmentStatsOrBuilder getSegmentsStatsOrBuilder(int index)
repeated .milvus.proto.common.SegmentStats segments_stats = 4;
-
-