Interface StoreTypes.ProcessSummaryOrBuilder

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

public static interface StoreTypes.ProcessSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasId

      boolean hasId()
      optional string id = 1;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
      optional string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1;
      Returns:
      The bytes for id.
    • hasHostPort

      boolean hasHostPort()
      optional string host_port = 2;
      Returns:
      Whether the hostPort field is set.
    • getHostPort

      String getHostPort()
      optional string host_port = 2;
      Returns:
      The hostPort.
    • getHostPortBytes

      com.google.protobuf.ByteString getHostPortBytes()
      optional string host_port = 2;
      Returns:
      The bytes for hostPort.
    • getIsActive

      boolean getIsActive()
      bool is_active = 3;
      Returns:
      The isActive.
    • getTotalCores

      int getTotalCores()
      int32 total_cores = 4;
      Returns:
      The totalCores.
    • getAddTime

      long getAddTime()
      int64 add_time = 5;
      Returns:
      The addTime.
    • hasRemoveTime

      boolean hasRemoveTime()
      optional int64 remove_time = 6;
      Returns:
      Whether the removeTime field is set.
    • getRemoveTime

      long getRemoveTime()
      optional int64 remove_time = 6;
      Returns:
      The removeTime.
    • getProcessLogsCount

      int getProcessLogsCount()
      map<string, string> process_logs = 7;
    • containsProcessLogs

      boolean containsProcessLogs(String key)
      map<string, string> process_logs = 7;
    • getProcessLogs

      @Deprecated Map<String,String> getProcessLogs()
      Deprecated.
      Use getProcessLogsMap() instead.
    • getProcessLogsMap

      Map<String,String> getProcessLogsMap()
      map<string, string> process_logs = 7;
    • getProcessLogsOrDefault

      String getProcessLogsOrDefault(String key, String defaultValue)
      map<string, string> process_logs = 7;
    • getProcessLogsOrThrow

      String getProcessLogsOrThrow(String key)
      map<string, string> process_logs = 7;