Interface TestConductorProtocol.EnterBarrierOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
TestConductorProtocol.EnterBarrier,TestConductorProtocol.EnterBarrier.Builder
- Enclosing class:
- TestConductorProtocol
public static interface TestConductorProtocol.EnterBarrierOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()required string name = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string name = 1;getOp()required .BarrierOp op = 2;longoptional int64 timeout = 3;booleanhasName()required string name = 1;booleanhasOp()required .BarrierOp op = 2;booleanoptional int64 timeout = 3;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()required string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()required string name = 1;- Returns:
- The name.
-
getNameBytes
org.apache.pekko.protobufv3.internal.ByteString getNameBytes()required string name = 1;- Returns:
- The bytes for name.
-
hasOp
boolean hasOp()required .BarrierOp op = 2;- Returns:
- Whether the op field is set.
-
getOp
TestConductorProtocol.BarrierOp getOp()required .BarrierOp op = 2;- Returns:
- The op.
-
hasTimeout
boolean hasTimeout()optional int64 timeout = 3;- Returns:
- Whether the timeout field is set.
-
getTimeout
long getTimeout()optional int64 timeout = 3;- Returns:
- The timeout.
-