Package mxaccess_worker.v1
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 Summary
Modifier and TypeMethodDescriptionstring current_command_correlation_id = 7;com.google.protobuf.ByteStringstring current_command_correlation_id = 7;longuint64 last_event_sequence = 6;com.google.protobuf.Timestamp.google.protobuf.Timestamp last_sta_activity_timestamp = 3;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp last_sta_activity_timestamp = 3;intuint32 outbound_event_queue_depth = 5;intuint32 pending_command_count = 4;getState().mxaccess_worker.v1.WorkerState state = 2;int.mxaccess_worker.v1.WorkerState state = 2;intint32 worker_process_id = 1;boolean.google.protobuf.Timestamp last_sta_activity_timestamp = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
MxaccessWorker.WorkerState 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.
-