Class KvStateInternalRequest

    • Constructor Detail

      • KvStateInternalRequest

        public KvStateInternalRequest​(KvStateID stateId,
                                      byte[] serializedKeyAndNamespace)
    • Method Detail

      • getKvStateId

        public KvStateID getKvStateId()
      • 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.