Package voldemort

Examples of voldemort.VoldemortUnsupportedOperationalException


     * Not supported, throws UnsupportedOperationException if called
     */
    @Override
    public void put(ByteArray key, Versioned<byte[]> value, byte[] transforms)
            throws VoldemortException {
        throw new VoldemortUnsupportedOperationalException("Put is not supported on this store, it is read-only.");
    }
View Full Code Here

TOP

Related Classes of voldemort.VoldemortUnsupportedOperationalException

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.