Package com.basho.riak.client

Examples of com.basho.riak.client.DefaultRiakObject


    /**
     * Construct a {@link DefaultRiakObject} from this builders parameters
     * @return an {@link IRiakObject} with the values from this builder.
     */
    public IRiakObject build() {
        return new DefaultRiakObject(bucket, key, vclock, vtag, lastModified, contentType, value, links, userMeta,
                                     indexes);
    }
View Full Code Here


    /**
     * Construct a {@link DefaultRiakObject} from this builders parameters
     * @return an {@link IRiakObject} with the values from this builder.
     */
    public IRiakObject build() {
        return new DefaultRiakObject(bucket, key, vclock, vtag, lastModified, contentType, value, links, userMeta,
                                     indexes);
    }
View Full Code Here

    /**
     * Construct a {@link DefaultRiakObject} from this builders parameters
     * @return an {@link IRiakObject} with the values from this builder.
     */
    public IRiakObject build() {
        return new DefaultRiakObject(bucket, key, vclock, vtag, lastModified, contentType, value, links, userMeta,
                                     indexes, isDeleted);
    }
View Full Code Here

TOP

Related Classes of com.basho.riak.client.DefaultRiakObject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.