Interface GetWorkerBuildIdCompatabilityResponse.RetirementCandidateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetWorkerBuildIdCompatabilityResponse.RetirementCandidate,GetWorkerBuildIdCompatabilityResponse.RetirementCandidate.Builder
- Enclosing class:
- GetWorkerBuildIdCompatabilityResponse
public static interface GetWorkerBuildIdCompatabilityResponse.RetirementCandidateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllWorkflowsAreArchived()If true, there are no open *or* closed workflows, meaning there is no reason at all to keep the worker alive, not even to service queries on closed workflows.java.lang.StringgetBuildId()The worker build id which is ready for retirementcom.google.protobuf.ByteStringgetBuildIdBytes()The worker build id which is ready for retirementPollerInfogetPollers(int index)Currently polling workers who match the build id ready for retirementintgetPollersCount()Currently polling workers who match the build id ready for retirementjava.util.List<PollerInfo>getPollersList()Currently polling workers who match the build id ready for retirementPollerInfoOrBuildergetPollersOrBuilder(int index)Currently polling workers who match the build id ready for retirementjava.util.List<? extends PollerInfoOrBuilder>getPollersOrBuilderList()Currently polling workers who match the build id ready for retirement-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBuildId
java.lang.String getBuildId()
The worker build id which is ready for retirement
string build_id = 1;- Returns:
- The buildId.
-
getBuildIdBytes
com.google.protobuf.ByteString getBuildIdBytes()
The worker build id which is ready for retirement
string build_id = 1;- Returns:
- The bytes for buildId.
-
getAllWorkflowsAreArchived
boolean getAllWorkflowsAreArchived()
If true, there are no open *or* closed workflows, meaning there is no reason at all to keep the worker alive, not even to service queries on closed workflows. If not true, then there are no open workflows, but some closed ones.
bool all_workflows_are_archived = 2;- Returns:
- The allWorkflowsAreArchived.
-
getPollersList
java.util.List<PollerInfo> getPollersList()
Currently polling workers who match the build id ready for retirement
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 3;
-
getPollers
PollerInfo getPollers(int index)
Currently polling workers who match the build id ready for retirement
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 3;
-
getPollersCount
int getPollersCount()
Currently polling workers who match the build id ready for retirement
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 3;
-
getPollersOrBuilderList
java.util.List<? extends PollerInfoOrBuilder> getPollersOrBuilderList()
Currently polling workers who match the build id ready for retirement
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 3;
-
getPollersOrBuilder
PollerInfoOrBuilder getPollersOrBuilder(int index)
Currently polling workers who match the build id ready for retirement
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 3;
-
-