Package io.deephaven.proto.controller
Interface DetermineDispatcherRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DetermineDispatcherRequest,DetermineDispatcherRequest.Builder
@Generated
public interface DetermineDispatcherRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes cookie = 1;intint32 heapSizeMb = 3;string serverGroupName = 2;com.google.protobuf.ByteStringstring serverGroupName = 2;string workerKind = 4;com.google.protobuf.ByteStringstring workerKind = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCookie
com.google.protobuf.ByteString getCookie()bytes cookie = 1;- Returns:
- The cookie.
-
getServerGroupName
String getServerGroupName()string serverGroupName = 2;- Returns:
- The serverGroupName.
-
getServerGroupNameBytes
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
com.google.protobuf.ByteString getWorkerKindBytes()string workerKind = 4;- Returns:
- The bytes for workerKind.
-