Interface SearchProtocol.MonitorReplyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SearchProtocol.MonitorReply, SearchProtocol.MonitorReply.Builder
Enclosing class:
SearchProtocol

public static interface SearchProtocol.MonitorReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 active_docs = 2;
    int
    int32 distribution_key = 3;
    boolean
    bool is_blocking_writes = 4;
    boolean
    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 Details

    • 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.