Interface PollerGroupsInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PollerGroupsInfo, PollerGroupsInfo.Builder

@Generated(value="protoc", comments="annotations:PollerGroupsInfoOrBuilder.java.pb.meta") public interface PollerGroupsInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPollerGroups(int index)
    The weighted list of poller groups the client should use for future polls to this task queue.
    int
    The weighted list of poller groups the client should use for future polls to this task queue.
    The weighted list of poller groups the client should use for future polls to this task queue.
    The weighted list of poller groups the client should use for future polls to this task queue.
    The weighted list of poller groups the client should use for future polls to this task queue.
    long
    Monotonically increasing version of this snapshot.

    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 Details

    • getVersion

      long getVersion()
       Monotonically increasing version of this snapshot. A client should ignore any snapshot whose
       version is not greater than the one it last applied.
       
      int64 version = 1;
      Returns:
      The version.
    • getPollerGroupsList

      List<PollerGroupInfo> getPollerGroupsList()
       The weighted list of poller groups the client should use for future polls to this task queue.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2;
    • getPollerGroups

      PollerGroupInfo getPollerGroups(int index)
       The weighted list of poller groups the client should use for future polls to this task queue.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2;
    • getPollerGroupsCount

      int getPollerGroupsCount()
       The weighted list of poller groups the client should use for future polls to this task queue.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2;
    • getPollerGroupsOrBuilderList

      List<? extends PollerGroupInfoOrBuilder> getPollerGroupsOrBuilderList()
       The weighted list of poller groups the client should use for future polls to this task queue.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2;
    • getPollerGroupsOrBuilder

      PollerGroupInfoOrBuilder getPollerGroupsOrBuilder(int index)
       The weighted list of poller groups the client should use for future polls to this task queue.
       
      repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2;