Interface FlushResponseOrBuilder

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

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

    • hasStatus

      boolean hasStatus()
      .milvus.proto.common.Status status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
      .milvus.proto.common.Status status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
      .milvus.proto.common.Status status = 1;
    • getDbName

      String getDbName()
      string db_name = 2;
      Returns:
      The dbName.
    • getDbNameBytes

      com.google.protobuf.ByteString getDbNameBytes()
      string db_name = 2;
      Returns:
      The bytes for dbName.
    • getCollSegIDsCount

      int getCollSegIDsCount()
      map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;
    • containsCollSegIDs

      boolean containsCollSegIDs(String key)
      map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;
    • getCollSegIDs

      @Deprecated Map<String,LongArray> getCollSegIDs()
      Deprecated.
      Use getCollSegIDsMap() instead.
    • getCollSegIDsMap

      Map<String,LongArray> getCollSegIDsMap()
      map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;
    • getCollSegIDsOrDefault

      LongArray getCollSegIDsOrDefault(String key, LongArray defaultValue)
      map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;
    • getCollSegIDsOrThrow

      LongArray getCollSegIDsOrThrow(String key)
      map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;
    • getFlushCollSegIDsCount

      int getFlushCollSegIDsCount()
      map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;
    • containsFlushCollSegIDs

      boolean containsFlushCollSegIDs(String key)
      map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;
    • getFlushCollSegIDs

      @Deprecated Map<String,LongArray> getFlushCollSegIDs()
      Deprecated.
    • getFlushCollSegIDsMap

      Map<String,LongArray> getFlushCollSegIDsMap()
      map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;
    • getFlushCollSegIDsOrDefault

      LongArray getFlushCollSegIDsOrDefault(String key, LongArray defaultValue)
      map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;
    • getFlushCollSegIDsOrThrow

      LongArray getFlushCollSegIDsOrThrow(String key)
      map<string, .milvus.proto.schema.LongArray> flush_coll_segIDs = 4;
    • getCollSealTimesCount

      int getCollSealTimesCount()
       physical time for backup tool
       
      map<string, int64> coll_seal_times = 5;
    • containsCollSealTimes

      boolean containsCollSealTimes(String key)
       physical time for backup tool
       
      map<string, int64> coll_seal_times = 5;
    • getCollSealTimes

      @Deprecated Map<String,Long> getCollSealTimes()
      Deprecated.
    • getCollSealTimesMap

      Map<String,Long> getCollSealTimesMap()
       physical time for backup tool
       
      map<string, int64> coll_seal_times = 5;
    • getCollSealTimesOrDefault

      long getCollSealTimesOrDefault(String key, long defaultValue)
       physical time for backup tool
       
      map<string, int64> coll_seal_times = 5;
    • getCollSealTimesOrThrow

      long getCollSealTimesOrThrow(String key)
       physical time for backup tool
       
      map<string, int64> coll_seal_times = 5;
    • getCollFlushTsCount

      int getCollFlushTsCount()
       hybrid ts for geting flush tate
       
      map<string, uint64> coll_flush_ts = 6;
    • containsCollFlushTs

      boolean containsCollFlushTs(String key)
       hybrid ts for geting flush tate
       
      map<string, uint64> coll_flush_ts = 6;
    • getCollFlushTs

      @Deprecated Map<String,Long> getCollFlushTs()
      Deprecated.
      Use getCollFlushTsMap() instead.
    • getCollFlushTsMap

      Map<String,Long> getCollFlushTsMap()
       hybrid ts for geting flush tate
       
      map<string, uint64> coll_flush_ts = 6;
    • getCollFlushTsOrDefault

      long getCollFlushTsOrDefault(String key, long defaultValue)
       hybrid ts for geting flush tate
       
      map<string, uint64> coll_flush_ts = 6;
    • getCollFlushTsOrThrow

      long getCollFlushTsOrThrow(String key)
       hybrid ts for geting flush tate
       
      map<string, uint64> coll_flush_ts = 6;
    • getChannelCpsCount

      int getChannelCpsCount()
      map<string, .milvus.proto.msg.MsgPosition> channel_cps = 7;
    • containsChannelCps

      boolean containsChannelCps(String key)
      map<string, .milvus.proto.msg.MsgPosition> channel_cps = 7;
    • getChannelCps

      Deprecated.
      Use getChannelCpsMap() instead.
    • getChannelCpsMap

      Map<String,Msg.MsgPosition> getChannelCpsMap()
      map<string, .milvus.proto.msg.MsgPosition> channel_cps = 7;
    • getChannelCpsOrDefault

      Msg.MsgPosition getChannelCpsOrDefault(String key, Msg.MsgPosition defaultValue)
      map<string, .milvus.proto.msg.MsgPosition> channel_cps = 7;
    • getChannelCpsOrThrow

      Msg.MsgPosition getChannelCpsOrThrow(String key)
      map<string, .milvus.proto.msg.MsgPosition> channel_cps = 7;