Interface RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RunOptions.Experimental.RunHandlerPoolOptions, RunOptions.Experimental.RunHandlerPoolOptions.Builder
Enclosing class:
RunOptions.Experimental

public static interface RunOptions.Experimental.RunHandlerPoolOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Priority of the request.

    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

    • getPriority

      long getPriority()
       Priority of the request. The run handler thread pool will schedule ops
       based on the priority number. The larger number means higher priority.
       
      int64 priority = 1;
      Returns:
      The priority.