Interface Protocol.SleepEntryMessageOrBuilder

    • Method Detail

      • getWakeUpTime

        long getWakeUpTime()
         Wake up time.
         The time is set as duration since UNIX Epoch.
         
        uint64 wake_up_time = 1;
        Returns:
        The wakeUpTime.
      • hasEmpty

        boolean hasEmpty()
        .dev.restate.service.protocol.Empty empty = 13;
        Returns:
        Whether the empty field is set.
      • getEmpty

        Protocol.Empty getEmpty()
        .dev.restate.service.protocol.Empty empty = 13;
        Returns:
        The empty.
      • hasFailure

        boolean hasFailure()
        .dev.restate.service.protocol.Failure failure = 15;
        Returns:
        Whether the failure field is set.
      • getFailure

        Protocol.Failure getFailure()
        .dev.restate.service.protocol.Failure failure = 15;
        Returns:
        The failure.
      • getName

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

        com.google.protobuf.ByteString getNameBytes()
         Entry name
         
        string name = 12;
        Returns:
        The bytes for name.