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 Detail

      • 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;
      • 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;
      • 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()
        map<string, int64> coll_seal_times = 5;
      • containsCollSealTimes

        boolean containsCollSealTimes​(String key)
        map<string, int64> coll_seal_times = 5;
      • getCollSealTimesMap

        Map<String,​Long> getCollSealTimesMap()
        map<string, int64> coll_seal_times = 5;
      • getCollSealTimesOrDefault

        long getCollSealTimesOrDefault​(String key,
                                       long defaultValue)
        map<string, int64> coll_seal_times = 5;
      • getCollSealTimesOrThrow

        long getCollSealTimesOrThrow​(String key)
        map<string, int64> coll_seal_times = 5;