Interface TestConductorProtocol.EnterBarrierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      required string name = 1;
      akka.protobufv3.internal.ByteString getNameBytes()
      required string name = 1;
      TestConductorProtocol.BarrierOp getOp()
      required .BarrierOp op = 2;
      long getTimeout()
      optional int64 timeout = 3;
      boolean hasName()
      required string name = 1;
      boolean hasOp()
      required .BarrierOp op = 2;
      boolean hasTimeout()
      optional int64 timeout = 3;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

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

      • hasName

        boolean hasName()
        required string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
        required string name = 1;
        Returns:
        The name.
      • getNameBytes

        akka.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.
      • hasTimeout

        boolean hasTimeout()
        optional int64 timeout = 3;
        Returns:
        Whether the timeout field is set.
      • getTimeout

        long getTimeout()
        optional int64 timeout = 3;
        Returns:
        The timeout.