Class GetOperationContext

    • Constructor Detail

      • GetOperationContext

        public GetOperationContext​(java.lang.Object key,
                                   boolean postOperation)
        Deprecated.
        Constructor for the operation.
        Parameters:
        key - the key for this operation
        postOperation - true if the context is for the post-operation case
    • Method Detail

      • setObject

        public void setObject​(java.lang.Object value,
                              boolean isObject)
        Deprecated.
        Set the result value of the object for this operation.
        Parameters:
        value - the result of this operation; can be a serialized byte array or a deserialized object
        isObject - true when the value is an object (either serialized or deserialized); false when it is a raw byte array