Class KvStateRequest

    • Constructor Detail

      • KvStateRequest

        public KvStateRequest​(JobID jobId,
                              String stateName,
                              int keyHashCode,
                              byte[] serializedKeyAndNamespace)
    • Method Detail

      • getJobId

        public JobID getJobId()
      • getStateName

        public String getStateName()
      • getKeyHashCode

        public int getKeyHashCode()
      • getSerializedKeyAndNamespace

        public byte[] getSerializedKeyAndNamespace()
      • serialize

        public byte[] serialize()
        Description copied from class: MessageBody
        Serializes the message into a byte array.
        Specified by:
        serialize in class MessageBody
        Returns:
        A byte array with the serialized content of the message.