
com.taobao.tair.DataEntry Maven / Gradle / Ivy
/**
* (C) 2007-2010 Taobao Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
package com.taobao.tair;
import java.io.Serializable;
import java.nio.ByteBuffer;
import java.util.Arrays;
import com.taobao.tair.etc.TairUtil;
/**
* data entry object, includes key, value and meta infomations
*/
@SuppressWarnings("unused")
public class DataEntry extends DataEntryAbstract
© 2015 - 2025 Weber Informatics LLC | Privacy Policy