Interface DetermineDispatcherRequestOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DetermineDispatcherRequest, DetermineDispatcherRequest.Builder

public interface DetermineDispatcherRequestOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    bytes cookie = 1;
    int
    int32 heapSizeMb = 3;
    string serverGroupName = 2;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    string serverGroupName = 2;
    string workerKind = 4;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    string workerKind = 4;

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCookie

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()
      bytes cookie = 1;
      Returns:
      The cookie.
    • getServerGroupName

      String getServerGroupName()
      string serverGroupName = 2;
      Returns:
      The serverGroupName.
    • getServerGroupNameBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getServerGroupNameBytes()
      string serverGroupName = 2;
      Returns:
      The bytes for serverGroupName.
    • getHeapSizeMb

      int getHeapSizeMb()
      int32 heapSizeMb = 3;
      Returns:
      The heapSizeMb.
    • getWorkerKind

      String getWorkerKind()
      string workerKind = 4;
      Returns:
      The workerKind.
    • getWorkerKindBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getWorkerKindBytes()
      string workerKind = 4;
      Returns:
      The bytes for workerKind.