Interface SearchProtocol.MonitorReplyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getActiveDocs()
      int64 active_docs = 2;
      int getDistributionKey()
      int32 distribution_key = 3;
      boolean getIsBlockingWrites()
      bool is_blocking_writes = 4;
      boolean getOnline()
      bool online = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOnline

        boolean getOnline()
        bool online = 1;
        Returns:
        The online.
      • getActiveDocs

        long getActiveDocs()
        int64 active_docs = 2;
        Returns:
        The activeDocs.
      • getDistributionKey

        int getDistributionKey()
        int32 distribution_key = 3;
        Returns:
        The distributionKey.
      • getIsBlockingWrites

        boolean getIsBlockingWrites()
        bool is_blocking_writes = 4;
        Returns:
        The isBlockingWrites.