Package io.deephaven.proto.controller
Interface ReplicaSpecifierOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReplicaSpecifier
,ReplicaSpecifier.Builder
public interface ReplicaSpecifierOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string processInfoId = 4;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string processInfoId = 4;
int
int32 replica = 2;
long
int64 serial = 1;
int
getSpare()
int32 spare = 3;
boolean
optional string processInfoId = 4;
boolean
int32 replica = 2;
boolean
hasSpare()
int32 spare = 3;
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
-
getSerial
long getSerial()int64 serial = 1;
- Returns:
- The serial.
-
hasReplica
boolean hasReplica()int32 replica = 2;
- Returns:
- Whether the replica field is set.
-
getReplica
int getReplica()int32 replica = 2;
- Returns:
- The replica.
-
hasSpare
boolean hasSpare()int32 spare = 3;
- Returns:
- Whether the spare field is set.
-
getSpare
int getSpare()int32 spare = 3;
- Returns:
- The spare.
-
hasProcessInfoId
boolean hasProcessInfoId()optional string processInfoId = 4;
- Returns:
- Whether the processInfoId field is set.
-
getProcessInfoId
String getProcessInfoId()optional string processInfoId = 4;
- Returns:
- The processInfoId.
-
getProcessInfoIdBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getProcessInfoIdBytes()optional string processInfoId = 4;
- Returns:
- The bytes for processInfoId.
-
getIdCase
ReplicaSpecifier.IdCase getIdCase()
-