Interface GetWorkerBuildIdCompatabilityResponse.RetirementCandidateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      java.lang.String getBuildId()
      The worker build id which is ready for retirement
      com.google.protobuf.ByteString getBuildIdBytes()
      The worker build id which is ready for retirement
      PollerInfo getPollers​(int index)
      Currently polling workers who match the build id ready for retirement
      int getPollersCount()
      Currently polling workers who match the build id ready for retirement
      java.util.List<PollerInfo> getPollersList()
      Currently polling workers who match the build id ready for retirement
      PollerInfoOrBuilder getPollersOrBuilder​(int index)
      Currently polling workers who match the build id ready for retirement
      java.util.List<? extends PollerInfoOrBuilder> getPollersOrBuilderList()
      Currently polling workers who match the build id ready for retirement
      • 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 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;