Interface MxaccessWorker.WorkerHeartbeatOrBuilder

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

public static interface MxaccessWorker.WorkerHeartbeatOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getWorkerProcessId

      int getWorkerProcessId()
      int32 worker_process_id = 1;
      Returns:
      The workerProcessId.
    • getStateValue

      int getStateValue()
      .mxaccess_worker.v1.WorkerState state = 2;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .mxaccess_worker.v1.WorkerState state = 2;
      Returns:
      The state.
    • hasLastStaActivityTimestamp

      boolean hasLastStaActivityTimestamp()
      .google.protobuf.Timestamp last_sta_activity_timestamp = 3;
      Returns:
      Whether the lastStaActivityTimestamp field is set.
    • getLastStaActivityTimestamp

      com.google.protobuf.Timestamp getLastStaActivityTimestamp()
      .google.protobuf.Timestamp last_sta_activity_timestamp = 3;
      Returns:
      The lastStaActivityTimestamp.
    • getLastStaActivityTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastStaActivityTimestampOrBuilder()
      .google.protobuf.Timestamp last_sta_activity_timestamp = 3;
    • getPendingCommandCount

      int getPendingCommandCount()
      uint32 pending_command_count = 4;
      Returns:
      The pendingCommandCount.
    • getOutboundEventQueueDepth

      int getOutboundEventQueueDepth()
      uint32 outbound_event_queue_depth = 5;
      Returns:
      The outboundEventQueueDepth.
    • getLastEventSequence

      long getLastEventSequence()
      uint64 last_event_sequence = 6;
      Returns:
      The lastEventSequence.
    • getCurrentCommandCorrelationId

      String getCurrentCommandCorrelationId()
      string current_command_correlation_id = 7;
      Returns:
      The currentCommandCorrelationId.
    • getCurrentCommandCorrelationIdBytes

      com.google.protobuf.ByteString getCurrentCommandCorrelationIdBytes()
      string current_command_correlation_id = 7;
      Returns:
      The bytes for currentCommandCorrelationId.