All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.tair.extend.packet.common.response.ResponseExpirePacket Maven / Gradle / Ivy

package com.taobao.tair.extend.packet.common.response;

import com.taobao.tair.comm.Transcoder;
import com.taobao.tair.etc.TairConstant;
import com.taobao.tair.extend.packet.set.response.ResponseSimplePacket;

public class ResponseExpirePacket  extends ResponseSimplePacket {

	public ResponseExpirePacket(Transcoder transcoder) {
		super(transcoder);
		pcode = TairConstant.TAIR_RESP_EXPIRE_PACKET;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy