* 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.");
}