Interface MsgBaseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MsgBase, MsgBase.Builder

public interface MsgBaseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMsgTypeValue

      int getMsgTypeValue()
      .milvus.proto.common.MsgType msg_type = 1;
      Returns:
      The enum numeric value on the wire for msgType.
    • getMsgType

      MsgType getMsgType()
      .milvus.proto.common.MsgType msg_type = 1;
      Returns:
      The msgType.
    • getMsgID

      long getMsgID()
      int64 msgID = 2;
      Returns:
      The msgID.
    • getTimestamp

      long getTimestamp()
      uint64 timestamp = 3;
      Returns:
      The timestamp.
    • getSourceID

      long getSourceID()
      int64 sourceID = 4;
      Returns:
      The sourceID.
    • getTargetID

      long getTargetID()
      int64 targetID = 5;
      Returns:
      The targetID.
    • getPropertiesCount

      int getPropertiesCount()
      map<string, string> properties = 6;
    • containsProperties

      boolean containsProperties(String key)
      map<string, string> properties = 6;
    • getProperties

      @Deprecated Map<String,String> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,String> getPropertiesMap()
      map<string, string> properties = 6;
    • getPropertiesOrDefault

      String getPropertiesOrDefault(String key, String defaultValue)
      map<string, string> properties = 6;
    • getPropertiesOrThrow

      String getPropertiesOrThrow(String key)
      map<string, string> properties = 6;
    • hasReplicateInfo

      boolean hasReplicateInfo()
      .milvus.proto.common.ReplicateInfo replicateInfo = 7;
      Returns:
      Whether the replicateInfo field is set.
    • getReplicateInfo

      ReplicateInfo getReplicateInfo()
      .milvus.proto.common.ReplicateInfo replicateInfo = 7;
      Returns:
      The replicateInfo.
    • getReplicateInfoOrBuilder

      ReplicateInfoOrBuilder getReplicateInfoOrBuilder()
      .milvus.proto.common.ReplicateInfo replicateInfo = 7;